*{box-sizing:border-box;}

		.container{
			width:95%;
			max-width:900px;
			padding:32px 64px;
			margin:auto;
		}

#principal{

	background: #ededed;
	width: 900px;
	border-radius: 10px;
	height: auto; overflow: hidden;
	border: 0px solid #000;
	margin: auto;

}

header{
	background-image: url("../img/color1.png");	
	width: 900px;
	height: 100px;
	border: 0px solid #000;
}

#logo{
	margin: center;
	width: 200px;
	height: 100px;
	border: 0px solid #000;
	float: left; font-family: sans-serif;
}


.titulo{
	margin-top: 25px;
	font-size: 30px;

}
#titulo{
	width: 200px;
	height: 100px;
	color: #595959;
	border: 0px solid #000;
	float: left; font-family: sans-serif;
	text-decoration:none;
	padding:10px 12px;
	display:block;
}
#correo{
	width: 200px;
	height: 100px;
	border: 0px solid #000;
	float: left; font-family: sans-serif;
	text-align: right;
	color:#fff;
	text-decoration:none;
	padding:10px 12px;
	display:block;
}
#contacto{
	width: 200px;
	height: 100px;
	border: 0px solid #000;
	float: left; font-family: sans-serif;
	text-align: right;
	color:#595959;
	text-decoration:none;
	padding:10px 12px;
	display:block;

}
#buscar{
	width: 300px;
	height: 100px;
	border: 0px solid #FF0000;
	float: right; font-family: sans-serif;
	text-align: right;
	margin-top: top;

}

.sub-titulo{
	font-size: 14px;
	margin-top: -20px;
}

.menu{
	width: 600px;
	height: 40px;
	border: 1px solid #ccc;
	float: right;
	margin-top: 40px;
	background: #006699;
	text-align:center;
}

.menu ul{}

.menu ul li{
	list-style: none;
	float: left;
}

.menu ul li a{
	text-decoration: none;
	padding: 10px 15px;
	border: 0px solid #ccc;
	color: #fff; 
}

.menu ul li a:hover{
	background: #fff;
	color: #007799;
	transition: background 1s, color 1s;
}


#slide{
	margin-top: -5px;
	width: 900px;
	height: 250px;
}

#categorias{
	width: 900px;
	height: auto; overflow: hidden;
	border: 0px solid;
	margin-top: 15px;
	margin-left: 8px;
}

#topbanner{
	width: 900px;
	height: auto; overflow: hidden;
	border: 0px solid;
	margin-top: 15px;
	margin-left: 8px;
}
#estatico{
	width: 900px;
	height: auto; overflow: hidden;
	border: 0px solid #c0c0c0;
	margin-top: 10px; color: 
}
.estatico{
	width: 280px;
	height: auto; overflow: hidden;
	border: 0px solid #ccc;
	float: left;
	padding: 5px;
	text-align: center;
	color: #4682b4;
}

#intercambio{
	width: 900px;
	height: auto; overflow: hidden;
	border: 0px solid #c0c0c0;
	margin-top: 10px; color: 
}
.intercambio{
	width: 600px;
	height: auto; overflow: hidden;
	border: 0px solid #ccc;
	float: left;
	padding: 5px;
	text-align: center;
	color: #4682b4;
}

.estatico{
    transition: width 2s, height 2s, transform 2s;
    -moz-transition: width 2s, height 2s, -moz-transform 2s;
    -webkit-transition: width 2s, height 2s, -webkit-transform 2s;
    -o-transition: width 2s, height 2s,-o-transform 2s;
}
.estatico:hover{
    transform : scale(2);
    -moz-transform : scale(2);      
    -webkit-transform : scale(2);   
    -o-transform : scale(2);        
    }

#parte1{
	width: 900px;
	height: auto; overflow: hidden;
	border: 0px solid #c0c0c0;
	margin-top: 10px; color: 
}
.parte1{
	width: 290px;
	height: auto; overflow: hidden;
	border: 0px solid #ccc;
	float: left;
	padding: 5px;
	text-align: left;
	color: #4682b4;
	border-radius: 8px;
}

.parte2{
	width: 290px;
	height: auto; overflow: hidden;
	border: 0px solid #ccc;
	float: left;
	padding: 5px;
	text-align: center;
	color: #4682b4;
	border-radius: 8px;
}
.parte3{
	width: 290px;
	height: auto; overflow: hidden;
	border: 0px solid #ccc;
	float: left;
	padding: 5px;
	text-align: center;
	color: #4682b4;
	border-radius: 8px;
}
.parrafo{
	color: #707070;
	text-align: justify;
}

.leer-mas{
	text-decoration: none;
	border: 1px solid #006699;
	padding: 10px 20px 10px 20px;
	margin-bottom: 10px;
}

.leer-mas:hover{
	background: #006699;
	color: #fff;
	transition: background 1s, color 1s;
}


#info{
	width: 900px;
	height: auto; overflow: hidden;
	border: 0px solid #c0c0c0;
	margin-top: 10px; color: 
	margin-left: 10px;
}

#celda_titulo{
	width: 880px;
	color: white;
	background-image: url("../img/color2.png");	
	height: auto; overflow: hidden;
	border: 1px solid #ccc;
	float: left;
	padding: 5px; color: #FFF;
	margin-left: 8px;
	border-radius: 10px;
}
#celda_mapa{
	width: 600px;
	height: auto; overflow: hidden;
	border: 0px solid #ccc;
	float: left;
	padding: 5px; color: #595959;
	margin-left: 8px;
}
#celda_contacto{
	width: 280px;
	height: auto; overflow: hidden;
	border: 0px solid #ccc;
	float: left;
	padding: 5px; color: #595959;
}

#izq4{
	width: 890px;
	height: auto; overflow: hidden;
	border: 0px solid #ccc;
	float: left;
	padding: 5px; color: #FF0000;
}


.img{
	margin-right: 7px;
	margin-bottom: 7px;
	border-radius: 5px;
}


#der{
	width: 290px;
	height: 300px;
	border: 1px solid #ccc;
	float: right;
	color: red;
}
#der2{
	width: 290px;
	height: 300px;
	border: 1px solid #ccc;
	float: left;
	color: red;
}
#der3{
	width: 290px;
	height: 300px;
	border: 1px solid #ccc;
	float: left;
	color: red;
}
footer{
	background-image: url("../img/color6.png");
	width: 900px;
	height: 50px;
	text-align: center;
	border: 0px solid #000;
	float: left; font-family: sans-serif;
	color:#fff;
	text-decoration:none;
	padding:10px 12px;
	display:block;
}

#footer p{
	width: 500px;
	border: 0px solid #000;
	float: left; font-family: sans-serif;
	color:#fff;
	text-decoration:none;
	padding:10px 12px;
	display:block;

}

#formulario{
	width: 432px;
	height: auto;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 5px;
	float: left
}

#mapa{
	width: 432px;
	height: auto;
	overflow: hidden;
	border: 1px solid #ccc;
	padding: 5px;
	float: right;
}

input[type="text"]{
	border: 1px solid #c1c1c1; padding: 6px;
	width: 97%;
}

textarea{
	border: 1px solid #c1c1c1; padding: 6px;
	width: 97%;
}

.enviar{
	padding: 10px 20px;
	background: #006699;
	color: #fdfdfd;
	font-size: 16px;
}

#form{}

#datos{
	margin-top: 30px;
}


.imagen { 
	background-color: #fbdf93;
	border: 1px solid #07baeb; padding: 3px;
	font: 11px/1.4em Arial, sans-serif; 
	color: black;
	border-radius: 8px;
	margin: 0.5em 0.8em 0.5em 0; 
	float:left;
}
.imagen:hover{
    display:block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;   
    transform:scale(1);
    opacity: 70%;
    background-image: url("../img/color6.png");
}      

.imagen img { 
	border: 1px solid #CCCCCC;
	vertical-align:middle; 
	margin-bottom: 3px;
	border-radius: 8px;

}
.derecha { 
	margin: 0.5em 0pt 0.5em 0.8em; 
	float:right; 
}
