/* CSS Document */
html, body {
	height: 101%;
	background: #101a37;
	margin: 0;
	padding: 0;
	font-family: Bitstream Vera Sans, Verdana, Arial, Helvetica, sans, sans-serif;
	font-size: 9pt;
	color: #101a37;
	text-align: justify;
}
h2{
	width:544px;
	height:23px;
	background-image:url(img/cab-cont.gif);
	color:#e0e3ec;
	font-size: 11pt;
	font-weight:bold;
	text-align: left;
	margin:0px;
	padding: 5px 0 0 10px;
}
h3 {
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
}
p{
	margin:3px 0px 15px 0px;
	padding:0px;
}
input, select, textarea {
	border: 1px solid #101a37;
}
#contenedor {
	width: 800px;
	margin: 0 auto;
	background-image:url(img/bckgrnd.gif);
}
#cabecera{
	background-image:url(img/cabecera.gif);
	height:175px;
}
#principal{
	width:800px;
	margin:0;
	padding:0px;
}
/*
*html #menuiz{
	width:200px;
	text-align:center;
	margin-left:1px;
	float:left;
}
*/
#menuiz{
	width:200px;
	text-align:center;
	margin-left:21px;
	float:left;
}
#menutop{
	width:179px;
	height:12px;
}
#menubottom{
	width:179px;
	height:12px;
}
#menucont{
	width:179px;
	background-color:#2c3a63;
}
#menucont ul{
	margin:0;
	padding:0;
	list-style: none;
}
.menuseccion{
	font-weight:bold;
	background-color:#7987ae;
}
.menuseccion li{
	font-size: 8pt;
	font-weight: 100;
	background-color:#2c3a63;
}
.menuseccion li{
	padding-bottom: 6px;
	/* height: 130px; */
}

/*
*html .menuseccion li{
	height: 15px;
}
*/

.item a, a:visited{
	color:#FFF;
	text-decoration:none;
	font-size: 8pt;
}
.item a:hover{
	color:#ee620c;
}
#contenidos{
	width:575px;
	float:right;
}
#contenidos img{
	margin: 10px;
}
.contenidos img a, a:hover, a:visited{
	text-decoration:none;
}

#titcontenido{
	width:554px;
	height:28px;
	background-image:url(img/cab-cont.gif);
	color:#e0e3ec;
	font-size: 11pt;
	font-weight:bold;
	text-align: left;
}
#titcontenido p{
	margin:0px;
	padding: 5px 0 0 10px;
}
#content a, a:visited{
	color:#FF6600;
	text-decoration:none;
}
#content a:hover{
	color:#FF3300;
	border-bottom: 1px dotted #FF3300;
}
#content{
	width:530px;
	background-color:#e0e3ec;
	padding: 12px;
	min-height: 390px;
}
#pie{
	height: 60px;
	margin: 0;
	padding: 0;
	clear:both;
	width:100%;
	background-image:url(img/fondo-pie.gif)
}
#pie p {
	text-align:center;
	color:#FFFFFF;
	margin: 0;
	padding: 38px 15px 0 25px;
  }
#pie a, a:visited{
	color:#FF3300;
	text-decoration:none;
}
#pie a:hover{
	color:#FF6600;
}

.subtitulo {
	font-size: 11pt;
	font-weight: bold;
	text-align: left;
}

/* --- Dispositivos móviles */

.body_mobile {
	background-color: #ffffff;
	color: #333333;
	font-size: 16px;
	text-align: left;
	padding: 8px;
}

.body_mobile a {
	color: #aa0000;
}

.h1_mobile {
	text-align: left;
	background-color: #2C3A63;
	color: #E0E3EC;
	font-size: 1.6em;
	font-weight: bold;
	padding: 4px;
}

.h2_mobile {
	color: #D1682B;
	font-size: 1.2em;
	text-align: left;
	font-weight: bold;
}

.barra_mobile {
	font-size: 0.9em;
}

.footer_mobile {
	font-size: 0.9em;
}

