@charset "utf-8";
/* CSS Document */

#box{
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 60%;
	text-align: right;
	background-image: url(../imgs/fdoTransp.png);
}

#box h3{
	color:#FFF;
	font-family:"Arial Black", Gadget, sans-serif;
	text-align:left;
    margin-left: 40px;
	font-size:30px;
	margin-top:1%;
	letter-spacing:1px;
	line-height:50px;
}

#box1 {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;   
	width: 45%;
	height: auto;
	z-index:1001;
	overflow: hidden;
	text-align: right;
}

#box1 img{
	width:30%;
	height: auto;
}

.contenido{
	font-family: "century";
	background-image: url(../imgs/FondoInst2.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	background-size: 100%;
	height:500px;
	
}

.contenido h1{
	font-size:30px;
	text-transform:uppercase;
	letter-spacing:5px;
}


.texto, .vision, .mision, .objetivos{
	display:block;
	padding:10px;
	float:left;
	width:48%;
	font-size:16p;
	min-height:270px;
	text-align:justify;
	text-shadow: 1px 1px #FFF;
	border-radius:3px;
	
}
.vision, .mision{
	text-shadow: 1px 1px #333;
}
.texto h3, .vision h3, .mision h3, .objetivos h3{
	font-size:18px;
	margin-left:20px;
	font-family: "century";
	
}
.texto p, .vision p, .mision p, .objetivos p{
	margin-right:20px;
	margin-left:20px;
	font-family: "century";
}
.texto h1{
	text-transform:uppercase;
	font-family:"century";
	color: #006;
	
}

.vision, .mision{
	color:#FFF;
}
.vision{
	background-color:#2E84C4;
}
.mision{
	background-color:#1D4D9A;
}
.objetivos{
	background-color:#4AD7FF;
	color:#006;
}

/*SERVICIOS*/
#servicios{
	display: block;
	
}

.limpieza a, .desinfeccion a, .espVerdes a{
	display:block;
	width:50%;
	margin-left:25%;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	font-family:"century";
	font-size:18px;
	color:#FFF;
	border-bottom-style:solid;
	border-bottom-width:3px;
	border-bottom-color:#FFF;
	border-top-style:solid;
	border-top-width:3px;
	border-top-color:#FFF;
	margin-top:25px;
	border-radius: 5px;
	text-decoration:none;
	
}

.limpieza a{
	background-color:#7C7C7C;
	
}
.desinfeccion a{
	background-color: #A2221E;
}
.espVerdes a{
	background-color: #79AE26;
}

.limpieza a:hover, .desinfeccion a:hover, .espVerdes a:hover{
	background-color:#FFF;
	color:#930;
	border-top-color:#930;
	border-bottom-color:#930;
	font-weight:bold;
	
}




@media screen and (max-width:800px ) {
	

#box h3{
	font-size: 20px;
	line-height:30px;	
}

.texto, .vision, .mision, .objetivos{
	width: auto;

}

.limpieza a, .desinfeccion a, .espVerdes a{
	width: 90%;
	margin-left:5%;
}

.seccion{
	width:98%;
}


}
