@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
body{
	background-color:#f6f6f6;
}
#fondo_web{
	background-image:url(images/fondo_web.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	width:100%;
	float:left;
	padding-bottom:20px;
}	
#principal{
	background-image:url(images/fondo_tope.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
	height:512px;
}
.centrar{
	width:970px;
	margin:0px auto 0px auto;
}	
#logotipo{
	height:180px;
	width:280px;
	margin-left:20px;
	float:left;
}
#logotipo a img{
	border:none;
}
#menu_superior{
	list-style-type:none;
	font-family:"Trebuchet MS";
	font-size:17px;
	float:right;
	margin:26px 10px 0px 0px;
	background-image:url(images/separa_menu.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#menu_superior li{
	float:left;
}
#menu_superior a, #menu_superior a:visited, #menu_superior a:active{
	color:#6a6a6a;
	text-decoration:none;	
	padding:44px 22px 44px 22px;
	height:21px;
	float:left;
	background-image:url(images/separa_menu.gif);
	background-position:left;
	background-repeat:no-repeat;
	font-weight:normal;
}
#menu_superior .activo{
	height:116px;
	background-image:url(images/menu_activo.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
}
#menu_superior .activo a{
	color:#2959a8 !important;
}
#ruta{
	clear:both;
	float:right;
	width:600px;
	margin-top:-38px;
	_margin-top:0px;
	*margin-top:0px;
	text-align:right;
}
#ruta b{
	display:none;
}
#ruta h1{
	font-family:"Trebuchet MS";
	font-size:17px;
	font-weight:normal;
	margin-right:20px;
	color:#6a6a6a;
}	
.foto_ppal{
	margin:18px 0px 0px 30px;
	clear:both;
}	
#contenido{
	clear:both;
}	
#contein_ppal{
	float:left;
	padding:0px 22px 0px 22px;
	width:926px;
}	
#bajo{
	border-top:1px solid #dddddd;
	padding:10px 0px 10px 0px;
	clear:both;
	width:100%;
}	
#copyright{
	width:216px;
	padding: 0px 52px 0px 22px;
	float:left;
	font-family:"Trebuchet MS";
	font-size:11px;
	text-align:right;
}	
#copyright h6{
	color:#555555
	font-family:"Trebuchet MS";
	font-size:11px;
}	
#copyright p{
	margin-top:11px;
	line-height:13px;
	color:#888888;
}
#copyright img{
	margin:2px;
	float:right;
}	
#menu_bajo{
	width:130px;
	float:left;
	list-style-type:none;
	border-bottom:1px solid #e2e2e2;
}
#menu_bajo li{
	border-top:1px solid #e2e2e2;
	font-family:"Trebuchet MS";
	font-size:12px;
	padding:3px 10px 3px 10px;
}
#menu_bajo a, #menu_bajo a:visited, #menu_bajo a:active{
	color:#555555;
	text-decoration:none;
}
#menu_bajo a:hover{
	color:#377dc1;
}	
#direccion{
	float:right;
	width:490px;
	text-align:right;
	padding-right:22px;
	font-family:"Trebuchet MS";
	font-size:11px;
	line-height:13px;
	color:#888888;
}
#direccion h6{	
	font-family:"Trebuchet MS";
	font-size:11px;
	margin:7px 0px 7px 0px;
}
/* contenidos */
.dos{
	width:438px;
}
.cols{
	/*background-color:#CC9999;*/
}
.left{
	float:left;
}
.right{
	float:right;
}
.titular1{
	font-family:"Trebuchet MS";
	font-size:28px;
	font-style:italic;
	font-weight:normal;
	color:#377dc1;
}	
/* fin contenidos*/

/* mensajes */
.mensajes_ok{	
	background-image:url(images/mensaje_ok.png);
	color:#FFFFFF;
}
.mensajes_error{	
	background-image:url(images/mensaje_error.png);
	color:#ffc100;
}
.bloque_mensajes{
	height:50px;
	background-color:#3d6fa0;
	display:none;
	font-family:"Trebuchet MS";
}
.contenido_mensajes{
	width:960px;
	margin:0 auto 0 auto;
	height:50px;
	background-image:url(images/cerrar.gif);
	background-repeat:no-repeat;
	background-position:844px 30px;
	_background-position:836px 30px;
}
.text_mensajes{
	padding:15px 6px 17px 66px;
	float:left;
	display:inline;
	background-position:0px 0px;
	background-repeat:no-repeat;
	font-size:14px;
	width:772px;
	_width:764px;
}
.btn_cerrar_msj{
	position:relative;
	top:30px;
	background-repeat:no-repeat;
	cursor:pointer;
	width:100px;
	height:20px;
	float:left;
	display:inline;
}
.ocultar{
	text-indent:-5000px;
}	
.cerrar{
	/*background-image:url(images/cerrar.gif);*/
}
/* fin mensajes */
