@charset "utf-8";
.NOSbloque1{
	width: 100%;
	height:auto;
	text-align:center;
	background-color:transparent;
	border: none;
	margin:0px;
	display:inline-table;
}
.NOSbloque1Texto{
	width: 50%;
	height:auto;
	text-align:center;
	background-color:transparent;
	border: none;
	padding-bottom:20px;
	display:inline-table;
	color:#000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:22px;
	line-height:25pt;
}



.NOSbloque2{
	width: 50%;
	height:500px;
	text-align:center;
	background-size: 100% 100%;
    background-repeat:no-repeat;
	background-image:url(../imagenes/indexuno1.jpg);
    background-size: cover;
	border: none;
	margin:0px;
	display:inline-table;

}
.spacerSUBTITULOSnosotros{
	  width:100%;
	  padding-top:60px;
	  padding-bottom:20px;
	  text-align:center;
	  height:30px;
	  font-family:"Univers light normal";
	  font-size:20px; 
	  display:inline-table;
}
  .divNosotrosIzqui{
	
	width:100%;
	height:600px;
	text-align:center;
	display:inline-block;
	position:relative;
	float:left;
	background-size: 100% 100%;
    background-repeat:no-repeat;
	background-image: url(../imagenes/fondonosotros.jpg);
    background-size: cover;
}

.spacerPIEnosotros{
	  width:100%;
	  padding-top:20px;
	  padding-bottom:20px;
	  text-align:center;
	  height:30px;
	  font-family:Tahoma, Geneva, sans-serif;
	  font-size:20px; 
	  	  display:inline-table;
}
.divVALORES{
	width:100%;

	font-family: Tahoma, Geneva, sans-serif;
	font-size:16px;
	text-align:center;
	
	
}
.DesVendidos1{
	width: 100%;
	height:auto;
	text-align:center;
	background-color:transparent;
	border: none;
	display:inline-table;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:18px;
	line-height:25pt;
	padding-top:10px;
	padding-bottom:10px;
	
}
.DesVendidosHijo{
	width: 50%;
	height:auto;
	text-align:center;
	background-color:transparent;
	border: none;
	display:inline-table;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:18px;
	line-height:25pt;
	float:left;
}
.DesVendidosHijo2{
	width: 50%;
	height:auto;
	text-align:center;
	background-color:transparent;
	border: none;
	display:inline-table;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:18px;
	line-height:25pt;
	float:left;
}
@media screen and (max-width: 600px) {

.NOSbloque1Texto{
	width: 90%;
}
.spacerSUBTITULOSnosotros{

	  padding-top:100px;
}
.DesVendidosHijo{
	width: 100%;

}
.DesVendidosHijo2{
	width: 100%;

}
  .divNosotrosIzqui{
	  padding-bottom:50px;
	  
}


}