body {
	background-color: white;
	margin: 0;
}

/* Sector del menu principal */

#barraMenu {
	height: 35px;
	background-image: url(../images/gradiente_azul35px.png);
	border-bottom: 1px solid #235893;
	top: 0;
	position: absolute;
	width: 100%;
}
.indentmenu{
font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
.indentmenu ul{
margin: 0;
padding: 0;
float: right;
width: 80%;
}
.indentmenu ul li{
display: inline;
}
.indentmenu ul li a{
float: right;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
}
.indentmenu ul li a:visited{
color: white;
}
.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #59a8e0;
}
/* Fin del Menu Principal */



#header{
	height: 110px;
	width: 990px;
	position: relative;
	margin-top: 36px;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
}
#headerinterno{
	height: 100px;
	width: 990px;
	position: relative;
	margin-top: 36px;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
}



#logo{
	
	float: left;
	width: 270px;
	height: 80px;
	margin-top: 5px;
	margin-right: 80px;
}
#frase{
	width: 420px;
	float: right;
	margin-right: 50px;
	margin-top: 15px;
}
#frase p{
	font: 18px/25px Georgia, "Times New Roman", Times, serif;
	color: gray;
}
#frase em{
	color: #999;
	font-style: italic;
}
#frase strong{
	color: #58a9e0;
	font-weight: bold;
}



#main{
	height: 250px;
	border-bottom: 1px solid silver;
	background: white url(../images/grdiente_gris150px.gif) repeat-x left bottom;
	text-align: center;
}
#maintitle{
	height: 40px;
	border-bottom: 1px solid silver;
	background: white url(../images/grdiente_gris150px.gif) repeat-x left bottom;
}
#tituloseccion{
	color: #069;
	text-decoration: none;
	font: normal normal 36px/normal "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: -0.05em;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	float: none;
	position: relative;
}
.seccion{
	color: #58a9e0;
	font: normal 25px Georgia, "Times New Roman", Times, serif;
	float: none;
	letter-spacing: normal;
	text-decoration: none;
}



#footer{
	width: 990px;
	height: 100px;
	margin: 0 auto;
	clear: both;
	padding-top: 20px;
}
.footermenu{
font: 11px/10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
}
.footermenu ul{
margin: 0;
padding: 0;
float: left;
width: 80%;
}
.footermenu ul li{
display: inline;
}
.footermenu ul li a{
float: left;
color: #006699; /*text color*/
padding: 5px 25px;
text-decoration: none;
border-top-style: solid;
border-top-color: #d6d6d6;
}
.footermenu ul li a:visited{
color: #006699;
}
.footermenu ul li a:hover, .indentmenu ul li .current{
color: #58a9e0;
border-top-color: #58a9e0;
}




#contenido{
		width: 990px;
	margin: 0 auto 10px;
	overflow: hidden;
}
#artic_cont{
	width: 730px;
	float: left;
}

#artic_cont img{
	float: left;
	margin-right: 10px;
}
#artic_cont ul{
	color: #555;
	font: normal normal 13px/normal "Lucida Grande", Lucida, Verdana, sans-serif;
	list-style-image: url(../images/bullet_celeste.gif);
}
#artic_cont ul li{
	margin-bottom: 15px;
	display: list-item;
	float: none;
	clear: both;
}
#artic_cont ol{
	color: #555;
	font: normal normal 13px/normal "Lucida Grande", Lucida, Verdana, sans-serif;
	list-style-type: decimal;
}

.noticia{
	color: #555;
	text-decoration: none;
	font: normal normal 13px/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: -0.03em;
	margin-bottom: 10px;
}
.noticia h3{
	color: #58a9e0;
	font: 20px/normal Georgia, "Times New Roman", Times, serif;
}



h1{
	color: #006699;
	text-decoration: none;
	font: normal normal normal 36px/35px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	letter-spacing: -0.05em;
}

h2{
	color: gray;
	font: normal 20px/normal "Lucida Grande", Lucida, Verdana, sans-serif;
}
h3{
	font: normal 18px/20px Georgia, "Times New Roman", Times, serif;
	color: #58a9e0;
	text-decoration: none;
	text-align: left;
}
h3 a{
	color: #58a9e0;
	text-decoration: none;
}
h1 a:hover{
	color: #006699;
}
.quotes{
	color: gray;
	text-decoration: none;
	font: normal normal 18px/1.5em Georgia, "Times New Roman", Times, serif;
	display: block;
	clear: none;
	width: 93%;
	margin-right: 10px;
	margin-left: auto;
	padding: 7px;
	border-left: 2px solid #58a9e0;
}
.quotes strong{
	color: #069;
}
.quotes em{
	color: #58a9e0;
}

p{
	color: #333;
	font: normal normal 12px/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: justify;
}
p strong{
	color: #000;
	font-weight: bold;
}
p em{
	font-style: italic;
	color: #069;
}
p a{
	color: #006699;
	text-decoration: none;
}
p a:hover{
	color: orange;
}


#otrasinfo{
	width: 250px;
	float: right;
	margin: 10px 0;
}
#otrasinfo p{
	color: #333;
	font: normal normal 12px/14px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: left;
}
#otrasinfo ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#otrasinfo ul p a{
	color: #069;
}
#otrasinfo ul p a:hover{
	color: orange;
}

#otrasinfo ul li{
	margin-bottom: 3px;
	border-bottom: 1px dotted gray;
	float: left;
	display: inline;
}

#noticias{
	width: 250px;
	margin: 10px 10px 10px 0;
	float: right;
	clear: none;
}
.fechanoticias{
	color: #444;
	font: normal normal 12px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	display: block;
	position: relative;
	top: -10px;
	margin-bottom: -15px;
}
#noticias p{
	color: #333;
	font: normal normal 12px/14px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: left;
}
#noticias ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}


#noticias ul p a{
	color: #069;
}
#noticias ul p a:hover{
	color: orange;
}

#noticias ul li{
	margin-bottom: 3px;
	border-bottom: 1px dotted gray;
	float: left;
	display: inline;
}


.piedepagina{
	color: gray;
	font: normal 12px/13px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-top: 35px;
}
.piedepagina strong{
	color: #58a9e0;
	font: normal 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
.piedepagina em{
	color: #069;
	font-size: 10px;
}


#historiaportada{
	width: 440px;
	margin: 10px 30px 10px 0;
	float: right;
	clear: none;
}
#historiaportada p{
	color: #333;
	font: normal 12px/1.56em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
	text-align: justify;
	letter-spacing: -0.05ex;
}
#historiaportada p em{
	color: #069;
	font-style: italic;
}
#historiaportada p strong{
	font-weight: bold;
	color: #333;
}

#historiaportada h1{
	font: 21px/27px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.05em;
	color: #58a9e0;
}
#historiaportada ul p a{
	color: #069;
}
#historiaportada ul p a:hover{
	color: orange;
}

#historiaportada ul li{
	margin-bottom: 5px;
	list-style-position: outside;
	list-style-type: circle;
	float: left;
	margin-left: -17px;
}

.modulosx4{
	width: 225px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}

#otros_articulos{
	background-color: #e2e2e2;
	width: 240px;
	float: right;
	margin-top: 10px;
	padding: 0;
	margin-left: 5px;
}
#otros_articulos h3{
	background-color: #fff;
	padding: 3px;
	margin-top: 0;
	font: 14px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-indent: 0px;
	border-bottom: 2px solid #58a9e0;
	color: #069;
}
#otros_articulos ul{
	list-style-image: url(../images/bullet_celeste.gif);
}
#otros_articulos ul li a{
	color: #069;
	font: normal 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}
#otros_articulos ul li a:hover{
	color: #ff841e;
}
#otros_articulos p{
	margin: 10px;
}


.areassoluciones{
	color: #333;
	font: bold 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	margin-bottom: -15px;
	text-indent: 5px;
}


#mas_noticias{
	background-color: #e2e2e2;
	width: 240px;
	float: right;
	margin-top: 10px;
	padding: 0;
	margin-left: 5px;
}
#mas_noticias h3{
	background-color: #fff;
	padding: 3px;
	margin-top: 0;
	font: 14px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-indent: 0px;
	color: #069;
	border-bottom: 2px solid #58a9e0;
}
#mas_noticias ul{
	list-style-image: url(../images/bullet_celeste.gif);
}
#mas_noticias ul li a{
	color: #069;
	font: normal 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}
#mas_noticias ul li a:hover{
	color: #ff841e;
}


.formulario_inputfield{
	color: #666;
	text-decoration: none;
	font: normal normal 13px/normal "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: white;
	height: 28px;
	padding: 3px;
	margin-top: -10px;
	text-indent: 0;
	margin-left: 20px;
	border: 2px solid #cacaca;
}
.formulario_textarea{
	border: 2px solid #cacaca;
	margin-left: 20px;
	margin-top: -10px;
	background-color: white;
	color: #666;
	font: 13px/normal "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 5px;
}
.formulario_rotulos{
	color: #069;
	font: 15px Georgia, "Times New Roman", Times, serif;
	text-indent: 20px;
}
.formulario_botonenviar{
	color: #003f5f;
	font: bold 14px/normal "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	width: 80px;
	height: 30px;
	background-image: url(../images/fondo_btn_submit_forms.png);
	margin-left: 20px;
	border-style: none;
}
.infocontacto{
	color: #555;
	text-decoration: none;
	font: normal normal 14px/normal Georgia, "Times New Roman", Times, serif;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: -5px;
}
.infocontacto strong{
	color: #069;
}
#MensajesExito, #MensajesError, #MensajesValidacion{
	
	border: 1px solid;
    margin: 10px auto;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	height: 50px;
	position: absolute;
	right: 300px;
	left: 300px;
	top: 500px;
}
#MensajesError{
	color: #D8000C;
    background-color: #FFBABA;
    background-image: url(../images/ico_msg_error.png);
}
#MensajesExito{
	color: #4F8A10;
    background-color: #DFF2BF;
    background-image: url(../images/ico_msg_success.png);
}
#MensajesValidacion{
	 color: #dd9528;
    background-color: #feff81;
    background-image: url(../images/ico_msg_valid.png);
}
#botonExito, #botonError, #botonValidacion{
	clear: both;
	position: relative;
	top: 10px;
}
#botonExito input{
	border-color: green;
	border-style: solid;
	color: white;
	background-color: #4f8a10;
}
#botonValidacion input{
	border-color: orange;
	border-style: solid;
	color: white;
	background-color: #dd9528;
}
#botonError input{
	border-color: #cc0015;
	border-style: solid;
	color: white;
	background-color: #d8000c;
}

.minitablas_soluciones{
	color: #004c73;
	text-align: left;
	padding: 5px;
	font: normal 11px/1.3em "Lucida Grande", Lucida, Verdana, sans-serif;
}
.minitablas_soluciones_img{
	border: 1px solid silver;
	position: relative;
	float: none;
	display: block;
	top: 0;
	left: 5px;
}
.minitablas_soluciones_bordes{
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
}


.tabladown_fila{
	margin-bottom: 10px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #eaeaea;
}
.tabladown_fila a{
	text-decoration: none;
	color: #069;
}
.tabledown_fila a:hover{
	text-decoration: underline;
}
.tabladown_fila:hover{
	background-color: #d7fff3;
}