body{
background-color:#f9f9f9;
}
#contenedor{
position:relative;
margin:auto;
width:90%;
height:auto;
background-color:white;
}
#cuadro{
position:relative;
float:left;
margin-left:55%;
margin-top:-145px;
z-index:99999;
}
#idiomas{
position:fixed;
margin-left:97%;
margin-top:10%;
z-index:99999;
}
#contenido{
overflow:hidden;
height:auto;
width:90%;
margin-left:5.5%;
background-color:white;
position:relative;
font-family: 'Roboto Condensed', sans-serif;
}
#mapa{
margin-top:1%;
}
ul{
font-family: 'Roboto Condensed', sans-serif;
}
#imgTexto1{
margin-left:25%;
width:230px;
height:250px;
}
@media (max-width: 800px) {
  #imgTexto1 {
    display: none;
  }
}
#imgTexto2{
margin-left:25%;
width:200px;
height:220px;
}
@media (max-width: 800px) {
  #imgTexto2 {
    display: none;
  }
}
#contenido2{
overflow:hidden;
height:auto%;
background-color:white;
position:relative;
margin-left:15%;
}
.listaVentajas{
font-family: 'Roboto Condensed', sans-serif;
font-size:13px;
margin-left:15px;
}
#logo{
margin:auto;
margin-bottom:5px;
margin-left:21%;
width:55%;
}
h1,h2{
color:#0078AA;
}	
#logoCalidad{
float:left;
margin-top:10px;
margin-left:27%;
height:90px;
padding-bottom:10px;
}
#logoCalidadProd{
float:left;
border-radius:9px;
border-bottom-left-radius: 17px;
border-bottom-right-radius: 17px;
margin-top:10px;
margin-left:27%;
margin-right:1%;
height:90px;
padding-bottom:10px;
}
#textoPie{
margin-right:20%;
}
.band{
width:30px;
height:30px;
margin-bottom:10px;
border-radius:50px;
}
.bandera:hover{
	-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}
#texto1{
font-family: 'Roboto Condensed', sans-serif;
position:relative;
float:left;
width:40%;
overflow:visible;
margin-left:5%;
}
h3{
font-family: 'Roboto Condensed', sans-serif;
color:#0378ad;
}
a{
color:white;
text-decoration:none;
}
a:hover{
color:black;
}
p{
font-size:13px;
font-family: 'Open Sans', sans-serif;
color:black;
}
.poster{
float:left;
margin-left:10%;
}
#uno{
margin-right:188px;
}
table {  
color: #333; 
font-family: 'Roboto Condensed';
width: 90%;
border-collapse: collapse;
margin:auto;
margin-top:30px;
}
td, th { 
border: 1px solid transparent; 
height: 30px; 
}
th { 
background: lightblue; 
font-weight: bold;
border-radius:1px; 
}
#titTabla{
border-bottom-color:white;
border-bottom-style:solid;
}
td { 
background: #FAFAFA; 
text-align: center;
border-radius:5px; 
}
tr:nth-child(even) td { 
background: #F1F1F1; 
}  
tr:nth-child(odd) td { 
background: #FEFEFE; 
} 
tr td:hover { 
background: #666; 
color: #FFF; 
}	
#pie {
  width:100%;
  height:auto;
  padding-bottom:30px;
  margin-top:3%;
  background-color:#0078AA;
}
#pie p{
color:white;
font-family: 'Roboto Condensed', sans-serif;
font-size:15px;
padding-top:50px;
text-align:center;
}
#relleno{
width:50%;
height:70%;
background-color:white;
margin:auto;
}