/*container, head, main & footer*/
/*////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////*/	
	html,
	body {
	   margin:0;
	   padding:0;
	   height:100%;
	   font-family: Arial, Helvetica, sans-serif;
	   overflow-y: visible;
	}
	.barra_menu{
	    display: none;
	    height: 55px;
	    background-color: gray;
	    position: fixed;
	    top: 0px;
	    width: 100%;
	    color: white;
	}
	.container {
	   min-height:100%;
	   position:relative;
	   margin-top: 0px;	   
	}
	.head {
	   background: green;
	   width: 100%;
	   max-width: none;
	   position: relative;
	   margin-left: auto;
	   margin-right: auto;

	}
	.main {
	   padding:10px;
	   padding-bottom:271px;   /* Height of the footer */
	}
	.footer {
	   position:absolute;
	   bottom:0;
	   width:100%;
	   height:271px;   /* Height of the footer */
	   background:blue;
	}

	.head_container {
    width: 100%;
    max-width: 900px;
    background-color: green;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    color: white;
	}	

	.head_container_parrafo1 {

	font-size: 16px;
    padding: 17px;
    color: white;		

	}

	.head_container_parrafo2 {
	    position: absolute;
	    right: 0px;
	    top: 0px;
	    padding: 17px;
	}	

	.contactenos a:link, a:visited {
    border-bottom: 2px solid yellow;
    color: white;
    text-decoration: none;
	}	

	.head_container_parrafo2 span a {
		color: white;
	}	

	.anuncio {
    width: 100%;
    background: white;
    padding: 15px 0px 15px 0px;
	}

	.anuncio_container {
	background-color: white;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
	}



	.anuncio_txt {
    background-color: #fffde9;
    width: 500px;
    padding: 9px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	}	

	.logo_menu {
    height: 123px;
    background: #FFFFFF;
	}

	.logo_menu_two {
	    width: 100%;
	    max-width: 900px;
	    margin-left: auto;
	    margin-right: auto;
	}	

	.logo{
    width: 225px;
    background: #FFFFFF;
    float: left; 
    padding: 10px;
    position: static;

	}

	.menu{
    float: right;
    background: white;
    margin-top: 54px;
    font-size: 18px;
    margin-right: 15px;

	}

	.menu ul {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    background: white;
	}

	.menu li {
    display: inline-block;
        
    }

	.menu li a {
		text-decoration: none;
		padding: 10px;
		color: darkslateblue;

	}	

	.menu li a:hover, a:visited {
		
		background-color: #f9f9f9;
		text-decoration: underline;
		color: darkslateblue;
		
	}		

	.main_container{
    position: relative;
    background: #FFFFFF;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
	}



	.main_container_one{
	width: 30%;
    background: #FFFFFF;
    float: right;
    padding: 0px 0px 0px 0px;
    top: 0px;
    right: 0px;
    position: absolute;
    font-size: 13px;
	}

	.social {
	background-color: #FFFFF7;
    border-right: blue;
    border-right-style: solid;
    border-right-width: 1px;		
    margin-bottom: 5px;
    padding: 15px 15px 15px 15px;
	}



	.contacto_sm_w	{
	background: forestgreen;
    height: 25px;
    color: white;
    font-size: 16px;
    vertical-align: middle;
    line-height: 25px;
    text-align: center;
    margin-bottom: 5px;
	width: 210px;
    margin-left: auto;
    margin-right: auto;  
    position: relative;  
	}

	.contacto_sm_w span	{
	  position:absolute; 
	  width:100%;
	  height:100%;
	  top:0;
	  left: 0;
	}	

	.contacto_sm_w	i {
		color: white;
		font-size: 14px;
	}

	.contacto_sm_m	{
	background: royalblue;
    height: 25px;
    color: white;
    font-size: 16px;
    vertical-align: middle;
    line-height: 25px;
    text-align: center;
	margin-bottom: 5px; 
	width: 210px;
    margin-left: auto;
    margin-right: auto;
    position: relative;

	}

	.contacto_sm_m span	{
	  position:absolute; 
	  width:100%;
	  height:100%;
	  top:0;
	  left: 0;
	}	

	.contacto_sm_m	i {
		color: white;
		font-size: 14px;
	}	

	.ema_acreditaciones {
    background: #FFFFF3;
    padding: 15px 15px 15px 15px;
    height: auto;
    border-right: green;
    border-right-style: solid;
    border-right-width: 2px;		
	}


	.ema_acreditaciones a {
	color:green;
	font-weight: bold;
	text-decoration: none;
	}	


	.main_container_one h2 {
    font-size: 13px;
	margin: 0;
	padding: 0;			
	}

	

	.main_container_two{
    background: #F9F9F9;
	width: 65%;
    padding: 10px;
    margin-bottom: 20px;
	}

	.main_container_two h1 {
	    color: gray;
	    font-size: 15pt;
	    display: inline-block;
	}




	.estimado_cliente {
    width: 100%;
    max-width: 900px;
    background: #fff9c7;
    margin-left: auto;
    margin-right: auto;		
	}

	.estimado_cliente p {
		padding: 13px;
	}

	.footer_container{
	width: 100%;

	}

	.listas_container {
    width: 100%;
    max-width: 900px;
    background: blue;
    margin-left: auto;
    margin-right: auto;
	}



	.address_container {
	background-color: white;
	padding-top: 50px;
	}

	.address_container_900 {
    background: white;
    width: 100%;
    height: 140px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;	
	}

	.footer ul {
	display: inline-block;
	font-size: 13px;
	vertical-align: top;
	}

	.footer li {
	color: white;
    font-size: 13px;

	}

	.footer li a {
		color: white;
		text-decoration: none;
	}

	.footer li a:link {
		color: white;
		text-decoration: none;
		color: white;
	}	

	.footer li a:hover {
		text-decoration: underline;
		background-color: blue;

	}	

	.vinetas {
		list-style: none;
	}

	address {
    font-size: 13px;
    font-style: normal;
    width: 260px;
    float: left;
	}

	address a:link {
		color: blue;
		font-weight: bold;
	}



	.footer_logo {
    text-align: right;
    width: 275px;
    margin-top: 16px;
    margin-right: 9px;
    float: right;
    margin-top: 7px;    
	}	

	.footer_logo img {
	max-width: 60%;
	    
	}

	.footer_logo a { 
    color: #828282;
    font-size: 17px;
    top: 11px;
    position: relative;
    margin: 0px 3px 0px 3px;
    text-decoration: none;
	}


	.magnitud_imagen {
	text-align: center;
	}	

	.acreditacion {
	    width: 100%;
	    background: white;
	    display: block;
	}

	.acreditacion_two {
    width: 100%;
    max-width: 900px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
	}

	.acreditacion_tree {
	display: inline-block;		
    width: 500px;
    height: 150px;
    margin: 20px 20px 0px 0px;
	}

	.acreditacion_tree img {
		width: 100%;
	}	

	.acreditacion_m {
		text-align: center;
		display: none;
	} 	

	.acreditacion_m_two {
	    display: inline-block;
	    padding: 7px 10px 0px 10px;
	    width: 40%;
	}	

	.acreditacion_m_two img {
	    width: 100%; 
	}	


/*////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////*/
	@media screen and (max-width:700px) { /*BBB*/

	html,
	body {
	   margin:0;
	   padding:0;
	   height:100%;
	   /*overflow-y: hidden;*/
	}
	.barra_menu{
    display: block;
    height: 55px;
    background-color: #f1f1f1;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1;
    color: black;
	}
	.container {
	   min-height:100%;
	   position:relative;
	   margin-top: 55px;
	}
	.head {
	   background:#ffffdf;
	   width: 100%;
	   max-width: none;
	   position: relative;
	   margin-left: auto;
	   margin-right: auto;

	}
	.main {
	   padding:0px;
	   padding-bottom:60px;   /* Height of the footer */
	}

	
	.footer {
	   position:absolute;
	   bottom:0;
	   width:100%;
	   height:60px;   /* Height of the footer */
	   background:#6cf;
	}

.listas_container {
    width: 100%;
    max-width: 900px;
    background: #dcdcdc;
    margin-left: auto;
    margin-right: auto;
}	

	.footer ul {
    display: block;
    font-size: 13px;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
	}

	.footer li {
    color: black;
    font-size: 16px;
    font-weight: bold;
    height: 44px;
    background: white;
    margin-bottom: 1px;
    text-align: center;
    vertical-align: middle;
    line-height: 44px;
    width: 100%;

	}	


	.footer li a {
		color: black;
		text-decoration: none;
		width: 100%;
		display: block;

	}

	.footer li a:link, a:visited {
		text-decoration: none;
		background-color: #f9f9f9;
		color: black;
	}	

	.footer li a:hover {
		text-decoration: none;
		background-color: #f9f9f9;
	}	

	.head_container {

	}

	.logo_menu {
    height: 123px;
    background: #ffffff;
	}

	.logo{
    width: 225px;
    background: #ffffff;
    float: none; 
    padding: 10px;
    position: relative;
    margin-left: auto;
    margin-right: auto;	
	}

	.menu{
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
   	float: right;
    background: #f9f9f9;
    margin-top: 0px;
    font-size: 18px;
    margin-right: 0px;	
    margin-top: 55px;
    z-index: 1;
    display: none;
	}

	.menu ul {
    width: 100%;
    background-color: #f9f9f9;
	}

	.menu li {
    display: block;
    background: #f1f1f1;
    width: 100%;

	}	

	.menu li a {
    display: block;
    padding-top: 12px;
    background: #f1f1f1;
    width: 100%;
    margin: 1px 0px 0px 0px;

	}	

	.menu li a:hover {
    display: block;
    padding-top: 12px;
    background: #334491;
    width: 100%;
    margin: 1px 0px 0px 0px;
	text-decoration: none;
    color: white;
	}		


	.main_container{
    position: relative;
    background: aqua;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
	}
	.main_container_one {
	width: 100%;
    background: #ffffff;
    text-align: center;
    float: left;
    padding: 10px 0px 10px 0px;
    top: 0px;
    right: 0px;
    position: static;
	}
	.main_container_two {
    width: 90%;
    background: #f9f9f9;
    padding: 5%;
	}	

	.main_container_two h1 {
	    color: gray;
	    font-size: 16pt;
	    display: inline-block;
	}



	.footer_container{
		width: 100%;
		max-width: 900px;
		background-color: blue;
		margin-left: auto;
		margin-right: auto;
		height: 340px;
	}

	address {
	font-size: 13px;
    font-style: normal;
    color: #3a3a3a;
    width: 100%;
    background: white;
    float: left;
    margin-bottom: 10px;
	}

	.footer_logo {
    text-align: center;
    width: 100%;
    height: 150px;
    margin-right: 9px;
    float: left;
    background: white;
	}	

	.footer_logo i {
	    color: #828282;
	    font-size: 20px;
	    margin-right: 5px;
	    margin-top: 20px;
	}	

	.address_container_900 {
    background: white;
    width: 100%;
    height: 140px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	}	

	.head_container_parrafo1 {
font-size: 14px;
    padding: 10px 5px 10px 10px;
    color: white;
    text-align: center;
    font-weight: bold;
	}	

	.head_container_parrafo2 {
	    position: static; 
    	text-align: center;	    
	    /* right: 0px; */
	    /* top: 0px; */
	    padding: 17px;
	    background: #fff;
	    /*background-color: #e02929;*/
	    color: black;
	}	

.contactenos a:link {
    border-bottom: 2px solid green;
    color: black;
    text-decoration: none;
}

	address {
	    font-size: 13px;
	    font-style: normal;
	    color: #3a3a3a;
	     width: 100%; 
	    background: white;
	    float: left;
	    margin: 0px 0px 10px 0px ;

	}	

	.anuncio_txt {
    background-color: #fffde9;
    width: 90%;
    padding: 2%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	}	


.menu_butons_left {
	float: left;
	width: 70%;
	position: relative;
}

.menu_butons_left ul {
   margin: 0px;
   padding: 0px;
    
}

.menu_butons_left li {
    display: inline-block;
    padding: 19px 14px 10px 14px;
    font-size: 21px;
    color: white;
    
}

.menu_butons_left li a {
	color: #607d8b;
    text-decoration: none;
}



.menu_butons_right{
	float: right;
	width: 30%;
	position: relative;	
}

.menu_butons_right i {
    right: 0px;
    position: absolute;
    margin: 14px;
    font-size: 28px;
}

	.acreditacion {
	    width: 100%;
	    background: white;
	    display: none;
	}

	.acreditacion_two {
    width: 100%;
    max-width: 900px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
	}

	.acreditacion_tree {
	display: inline-block;
	width: 150px;
	height: 150px;
    margin: 0px 2px 0px 0px;	
	}

	.acreditacion_tree img {
		width: 100%;
	}	

	.acreditacion_m {
		text-align: center;
		display: block;
	} 	

	.acreditacion_m_two {
	    display: inline-block;
	    padding: 7px 10px 0px 10px;
	    width: 40%;
	}	

	.acreditacion_m_two img {
	    width: 100%; 
	}

	

}