@charset "utf-8";
/* CSS Document */
#titulo-cuadro{
	width:1024px;
	height:65px;
	background: url(../img/linea-titulo.png);
	background-repeat:no-repeat;
	border-top:1px solid #ccc;
	}

.boton-mision{
	width:181px;
	height:200px;
	background:#fff;
	margin-right:21px;
	padding-top:20px;
	border-bottom:3.5px solid #E09244;
	box-shadow:#CCC 0px 3px 4px 0px;
	}
	
.cuadro-texto{
	width:560px;
	height:201px;
	margin:-200px 0px 0px 203px;
	padding-top:30px;
	}
	
.boton-productos{
	width:236px;
	height:425px;
	background:#fff;
	margin:-205px 0px 0px 0px;
	float:right;
	box-shadow:#CCC 0px 3px 4px 0px;
	padding:5px 0px 0px 10px;
	position:relative;
	}
	

.boton-servicios{
	width:390px;
	height:171px;
	background:#fff;
	margin:15px 0px 0px 0px;
	box-shadow:#CCC 0px 3px 4px 0px;float:left;
	border-bottom:3.5px solid #E09244;
	}

.boton-ubicacion{/*OJO oferta*/
	width:368px;
	height:171px;
	background:#fff;
	margin: 15px 16px 0px 405px;
	box-shadow:#CCC 0px 3px 4px 0px;
	border-bottom:3.5px solid #E09244;
	}
	
	
.circulito2{
	width:12px;
	height:12px;
	border-radius: 50px 50px 50px 50px;
	background:#BADADD;
	margin:12px 0px 8px 85px;
	}
#cuadro-texto-segunda-parte{
	margin-top:10px;
	width:auto;
	
	}