@charset "utf-8";
/* CSS Document */



/* Este SON LOS DIVS DEL cabecero */
#cabecero {
	position: absolute;
	width: 916px;
	height: 95px;
	z-index: 10;
	visibility: visible;
	top: 16px;
	left: 0px;
	background-image:url(../imagenes/plantilla/header.jpg)
}

#logo {
	position: absolute;
	width: 200px;
	height: 89px;
	z-index: 11;
	left: 283px;
	top: 1px;
}

#socialMedia {
	position: absolute;
	width: 33px;
	height: 43px;
	z-index: 1;
	left: 879px;
	top: 67px;
	transition: ease-out;
	transition-duration: 0.4s;
}

#socialMedia:hover {
	position: absolute;
	width: 33px;
	height: 43px;
	z-index: 1;
	left: 910px;
	top: 67px;
	transition: ease-out;
	transition-duration: 0.4s;

}


/* Este SON LOS DIVS DEL MENU */

#menu {
	position: absolute;
	width: 916px;
	height: 48px;
	z-index: 300;
	top: 110px;
	visibility: visible;

	background: #7db9e8; /* Old browsers */
background: -moz-linear-gradient(top,  #7db9e8 0%, #00438c 0%, #002b5a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(0%,#00438c), color-stop(100%,#002b5a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7db9e8 0%,#00438c 0%,#002b5a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7db9e8 0%,#00438c 0%,#002b5a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7db9e8 0%,#00438c 0%,#002b5a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7db9e8 0%,#00438c 0%,#002b5a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#002b5a',GradientType=0 ); /* IE6-9 */
	


}




/* Este SON LOS DIVS DEL contenido */

#contenidoTexto {
	position: absolute;
	width: 916px;
	height:auto;
	z-index: 3;
	left: 0px;
	top: 153px;
	visibility: visible;
	background-color: #FFF;
	
	-webkit-box-shadow: 0px 3px 17px -2px rgba(0,0,0,1);
-moz-box-shadow: 0px 3px 17px -2px rgba(0,0,0,1);
box-shadow: 0px 3px 17px -2px rgba(0,0,0,1);
}
