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

body{
	background-image:url(../img/tramaFondo.jpg);
	}
	
p {
	font-size: 1em;
}

.no p {margin: 0; padding: 0; }

#principal{
	position:relative;
	margin:auto;
	margin-top:-11px;
	width:955px;
	height:100%;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
	
/*BOTONERA DE CABECERA*/
	
#botonera{
	float:right;
	background-color:#C0D1DF;
	width:600px;
	}
	
#botonera ul{
	margin:0px;
	padding:0px;
	}
	
#botonera li{
	list-style:none;
	float:left;
	height:10px;
	padding:15px;
	}
	
#zona {
	position: absolute;
	top: 0;
	right: 40px;
	background-color: #004268;
	width: 70px;
	height: 20px;
	color: #fff;
	padding: 15px;
	text-align: center;
}
	
.margen{
	margin-right:5px;
	}
	
#botonera li a{
	color:#000000;
	}
	
#derecha{
	float:left;
	}

#panel{
	float:left;
	width:260px;
	height:100%;
	padding-left:40px;
	background-color:#FFFFFF;
	}
	
#panel2{
	width:260px;
	height:100%;
	padding-left:40px;
	background-color:#004268;
	}
	
/*LOGO AD*/

#logoAD{
	float:left;
	margin-top:30px;
	width:250px;
	height:111px;
	}
	
/*VIDEO*/
#descripcion{
	clear:left;
	float:left;
	width:250px;
	margin-top:20px;
	}
	
#videoPresentacion{
	margin-top:15px;
	}
	
#videoPresentacion img{
	float:left;
	margin-top:5px;
	margin-right:10px;
	}
	
#videoPresentacion p{
	float:left;
	width:200px;
	text-decoration:underline;
	}
	
/*REDES SOCIALES*/
#redes{
	clear:left;
	float:left;
	
	margin-top:30px;
	margin-bottom:50px;
	}
	
#redes a{
	float:left;
	border:0px;
	outline:0px;
	margin-right:3px;
	}
	
#sombra{
	clear:left;
	float:left;
	width:300px;
	background-color:#f5a300;
	opacity: .8;
filter: alpha(opacity=80);
-moz-opacity: .8
	}
	
.blanco { color: #fff;}
	
/*CONTENEDOR*/
#contenedor{
	float:left;
	width:600px;
	height:100%;
	padding-left:50px;
	background-color:#FFFFFF;
	}
	
/*MENU PRINCIPAL*/
#menu{
	float:right;
	margin: 60px 100px 0 0;
	}
	
#menu ul{
	margin:0px;
	padding:0px;
	}
	
#menu li{
	float:left;
	list-style:none;
	text-transform: uppercase;	
	height:10px;
	margin-left:45px;
	}
	
#menu li a{
	color: #666;
	text-decoration:none;
	background:url(../img/btn_menuAzul.jpg) 0 2px;
	background-repeat:no-repeat;
	font-size: 1.1em;
	padding-left:15px;
	}
	
#menu li a:hover{
	background:url(../img/btn_menuAmarillo.jpg) 0 2px;
	background-repeat:no-repeat;
	}
	
/*CONTENIDO*/
#contenido{
	clear:left;
	float:left;
	width:560px;
	height:100%;
	margin-top:55px;
	
	font-size:14px;
	}
	
h1{
	font-size:24px;
	font-weight:lighter;
	line-height:24px;
	}
	
h2{
	font-size:15px;
	font-weight:lighter;
	line-height:18px;
	}
	
#formulario{
	clear:left;
	float:left;
	}
	
#formulario p{
	width:560px;
	}
	
/*BLOQUES*/
#bloques{
	width:560px;
	height:100%;
	margin-top:50px;
	}
	
.mini{
	float:left;
	width:112px;
	height:112px;
	}
	
.mini_txt{
	float:left;
	width:102px;
	height:67px;
	}
	
.maxi{
	float:left;
	width:224px;
	height:224px;
	}
	
.miniDerecha{
	float:right;
	width:112px;
	height:112px;
	}
	
.maxiDerecha{
	float:right;
	width:224px;
	height:224px;
	}

.naranja{
	float:left;
	width:112px;
	height:112px;
	
	background-color:#F3A300;

	}
	
.naranja:hover{
	float:left;
	width:112px;
	height:112px;
	
	background-color:#999999;
	}
	
.azul{
	float:left;
	width:112px;
	height:112px;
	background-color:#004268;
	}
	
.azul:hover{
	float:left;
	width:112px;
	height:112px;
	
	background-color:#999999;
	}
	
.top{
	margin-top:112px;
	}

.mini a,img{
	border:0px;
	}

.corte{
	clear:both;
	}
	
.destacado{
	font-weight:bold;
	color:#004268;
	}



/*///////////////////////////////CONTACTO///////////////////////////*/

#volver{
	border:1px solid #004268;
	padding:5px;
	width:30px;
	}

#volver a{
	color:#004268;
	font-size:12px;
	outline:0px;
	}
	
.anotacion{
	font-size:10px;
	font-style:italic;
	}	






















