@charset "utf-8";
/*---------------------------------------*/
/*============ HTMLs y Hacks ============*/
/*---------------------------------------*/
*{
	margin:0;
	padding:0;
}
html, body{
	height: 100%;
}
body{
	background-color:#0F78BC;
	background-image:url(interfaz/fondo_paginas.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a{
}
a:link{
	text-decoration:none;
	color:#0A4E7A;
}
a:visited{
	text-decoration:none;
	color:#003284;
}
a:hover{
	text-decoration:underline;
	color:#0A4E7A;
}
a:active{
	text-decoration:none;
	color:#0A4E7A;
}
hr{
	height:1px;
	margin:10px 0;
	color:#000;
}
td hr{
	width:520px;
	border:1px;
	elevation:lower;
}
a img{
	border:none;
}
/*---------------------------------------*/
/*============= IDs Varios ==============*/
/*---------------------------------------*/
#sombra_banner{
	width:6px;
	position:absolute;
	right:0;
	height:230px;
	background-image:url(interfaz/sombra_banner.png);
}
#contenedor_central{
	width:966px;
	position:absolute;
	left:50%;
	margin-left:-483px;
	background-image:url(interfaz/contenedor_central.jpg);
	background-position:right;
	background-repeat:repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#contenedor_banner{
	position:relative;
	left:0;
	width:960px;
	height:165px;
	background-image:url(interfaz/fondo_banner.jpg);
}

/* Formatos para mensajes de formularios de contacto */
#contenedor_banner p{
	text-align:right;
	font-size:120%;
	font-weight:bold;
	color:#FFCC00;
	padding:12px 15px 0 0;
	visibility:hidden;
}
#contenedor_banner p+p{
	font-size:100%;
	font-weight:normal;
	color:#FFF;
}
/* Fin de formatos para mensajes de formularios de contacto */
#contenedor_datos{
	position: relative;
	float:left;
	width:730px;
	top:0;
	margin-left:13px;
}
#contenedor_destacados{
	height:230px;
	background-image:url(interfaz/fondo_destacados.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	border-top:solid 1px #FFF;
	margin-top:4px;
}
#contenedor_descripcion, #contenedor_buscar{
	float:right;
	margin-top:12px;
	padding:20px;
	width:690px;
	height:auto;
	background-color:#E1ECF4;
}
#contenedor_buscar{
	width:730px;
	margin-top:1px;
	padding:0;
	border-top: 1px solid #9DC0DB;
	height:20px;
	overflow:hidden;
}
#contenedor_buscar table{
	width:100%;
}
#contenedor_buscar table td{
	padding:2px;
}
.linea_buscar{
	border-top:1px solid #9DC0DB;
	padding:0;
	background-color:#FFF;
}
/* ----------Estilos de la paginacion---------- */
#paginacion {
	text-align:center;
	padding-top:25px;
}
#text_pag {
	text-align:center;
	padding-top:5px;
}
.paginacion {
	background-color: #DDDDCA;
	border-bottom:1px solid #9B9B64;
	padding:2px 5px 2px 5px;
}
#paginacion a {
	color:#000000;
	text-decoration:none;
}
#paginacion a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.paginacion:hover {
	background-color: #333333;
	border-bottom:1px solid #9B9B64;
	color:#FFFFFF;
}
/* -------------------------------------------- */
#separador_pie{
	height:200px;
	clear:both;
	text-align:right;
	padding-top:20px;
	line-height:200%;
}
#separador_pie div{
	float:right;
	border-bottom:1px solid #9B9B64;
	background-color:#DDDDCA;
	padding:0 4px;
	margin-left:3px;
	line-height:150%;
}
#separador_pie div.actual{
	border-bottom:1px solid #0F78BC;
	background-color:#D1EBFC;
	color:#128FE2;
}
#separador_pie div.texto{
	border:1px solid #FFF;
	background-color:#FFF;
}
#separador_pie div a{
	text-decoration: none;
	color:#505034;
	display:block;
	width:100%;
}
#separador_pie div a:hover{
	color:#000;
}

/*---------------------------------------*/
/*===== Definiciones Pie de Página ======*/
/*---------------------------------------*/
#contenedor_pie{
	position:absolute;
	width:960px;
	bottom:0 !important;
	clear:both;
	background-image:url(interfaz/fondo_pie.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
#pie_submenu{
	position:absolute;
	bottom:0 !important;
	left:0;
	width:202px;
	height:124px;
	background-image:url(interfaz/pie_submenu.jpg);
	background-position:bottom;
}
#contenedor_pie p{
	margin:0 15px 50px 214px;
	padding:8px 0 0 0;
	font-size:90%;
	text-align:center;
	line-height:160%;
	border-top:1px solid #CCC;
}
#contenedor_pie p+p{
	position:absolute;
	left:0;
	bottom:8px !important;
	font-size:110%;
	width:730px;
	text-align:center;
	border:none;
	margin-bottom:0;
}
#contenedor_pie img{
	position:absolute;
	right:15px;
	bottom:0px !important;
	background-image:url(interfaz/logo_pie.jpg);
}
/*---------------------------------------*/
/*============ Clases Textos ============*/
/*---------------------------------------*/
.destacados{
	font-weight:bold;
}
.comentarios{
	font-style:italic;
}
.parrafos_derecha{
	text-align:right;
}
.parrafos_centro{
	text-align:center;
}
/*---------------------------------------*/
/*========== DEFINICIONES MENU ==========*/
/*---------------------------------------*/
#contenedor_menu{
	position:relative;
	width:960px;
	height:29px;
	background-image:url(interfaz/fondo_menu.jpg);
}
#contenedor_menu ul{
	float:right;
	margin-right:15px;
	border-right:1px #1A3852 solid;
	width:auto;
	overflow:hidden;
}
#contenedor_menu ul li{
	display:block;
	float:left;
	font-size:100%;
	font-weight:bold;
	line-height:29px;
	border-left:1px #1A3852 solid;
}
#contenedor_menu ul li a, #contenedor_menu ul li div{
	text-decoration:none;
	color:#0F2131;
	display:block;
	width:100%;
	padding:0 10px;
}
#contenedor_menu a:link{
	background-image:url(interfaz/fondo_menu.jpg);
}
#contenedor_menu a:visited{
	background-image:url(interfaz/fondo_menu.jpg);
}
#contenedor_menu a:hover{
	color:#FFF;
	background-image:url(interfaz/fondo_menuactivo.jpg);
}
#contenedor_menu a:active{
	color:#FFF;
	background-image:url(interfaz/fondo_menuactivo.jpg);
}
#contenedor_menu ul li a.m_activo{
	color:#FFF;
	background-image:url(interfaz/fondo_menuactivo.jpg);
}
/*---------------------------------------*/
/*======== DEFINICIONES SUBMENU =========*/
/*---------------------------------------*/
#contenedor_submenu{
	position: relative;
	float:left;
	width:202px;
	top:-44px;
	min-height:51px;
	height: auto !important;
	height:400px;
	background-image:url(interfaz/cabezal_submenu.jpg);
	background-repeat:no-repeat;
}
#contenedor_submenu li{
	width:186px;
	margin:12px 0 30px 12px;
	font-size:130%;
	font-weight:bold;
	color:#FFF;
	list-style-type:none;
}
#contenedor_submenu li+li{
	font-size:100%;
	font-weight:normal;
	margin:0 0 0 12px;
	line-height:200%;
}
#contenedor_submenu li.destacados{
	width:184px;
	font-size:120%;
	color:#1A3852;
	font-weight:bold;
	margin:12px 0 3px 0px;
	padding-left:12px;
	line-height:150%;
	background-image:url(interfaz/fondo_opcionSM.jpg);
	background-position:9px;
	background-repeat:repeat-y;
	border-bottom:1px solid #1A3852;
}
#contenedor_submenu a{
	display:block;
	width:184px;
	text-decoration:none;
}
#contenedor_submenu a:link{
	color:#0F2131;
}
#contenedor_submenu a:visited{
	color:#0F2131;
}
#contenedor_submenu a:hover{
	background-image:url(interfaz/fondo_opcionSM.jpg);
}
#contenedor_submenu a:active{
	background-image:url(interfaz/fondo_opcionSM.jpg);
}
.sm_activo{
	background-image:url(interfaz/fondo_opcionSM.jpg);
}

/*---------------------------------------*/
/*====== DEFINICIONES PLANTILLAS ========*/
/*---------------------------------------*/
.porta_thmn_portada{
	float:left;
	width:234px;
	min-height:210px;
	margin-top:14px;
	padding-bottom:12px;
	background-color:#DDDDCA;
	background-image:url(interfaz/fondo_adelantos.jpg);
	background-repeat:repeat-x;
}
.thmns_lportada{
	float:left;
	width:172px;
	min-height:210px;
	margin-top:14px;
	padding-bottom:12px;
}
.porta_thmn_portada + .porta_thmn_portada{
	margin-left:14px;
}
.separador_thumbs{
	height:0;
	clear:both;
}
#contenedor_destacados img{
	float:left;
	margin:0 20px 0 10px;
}
#contenedor_destacados ul{
	margin-top:40px;
}
#contenedor_destacados ul li{
	font-size:120%;
	font-weight:bold;
	margin-bottom:10px;
	list-style-type: none;
}
#contenedor_destacados ul li + li{
	font-size:100%;
	margin-bottom:5px;
	margin-left:20px;
	font-weight:normal;
}
#contenedor_descripcion p{
	text-align:justify;
}
#contenedor_descripcion p + p{
	text-align:justify;
	margin-top:10px;
}
.porta_thmn_portada img{
	margin-top:12px;
	margin-left:11px;
	border:solid 2px #FFF;
}
.porta_thmn_portada p{
	margin:5px 11px;
	padding:0 5px 5px 5px;
	border-bottom:solid 1px #FFF;
	font-size:90%;
	line-height:110%;
}
.titulos_subsecciones{
	float: left;
	width:100%;
	height:36px;
	background-image:url(interfaz/fondo_tsecciones.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	border-bottom:solid 2px #72734B;
	margin-top:24px;
}
.titulos_subsecciones p{
	font-size:150%;
	color:#525335;
	margin:0 14px;
	line-height:240%;
}

/*---------------------------------------*/
/*====== DEFINICIONES FORMULARIO ========*/
/*---------------------------------------*/
#caja_formcontacto {
	position:absolute;
	border-right:solid 10px #105434;
	border-bottom:solid 10px #105434;
	border-left:solid 10px #105434;
	background-color:#6BA46B;
	left:50%;
	margin-left:-8px;
	top:29px;
	width:460px;
	max-height:150px;
	height:150px !important;
	z-index:1000;
	overflow: hidden;
	visibility: hidden;
}
#contenido_formcontacto{
	margin:10px 10px;
	max-height:140px;
	height:140px !important;
	overflow: hidden;
}
#contenidos_formIZQ {
	float:left;
	width:200px;
}
#contenidos_formDER {
	float:right;
	margin-right:5px;
	width:220px;
}
#contenido_formcontacto input, #contenido_formcontacto textarea, #contenido_formbuscar input, #contenido_formbuscar textarea{
	width:100%;
	overflow:hidden;
	margin-bottom:2px;
	background-color:#FFF;
	/*opacity: 0.75;
	-moz-opacity:0.75;
	FILTER: alpha(opacity="75");*/
}
#contenidos_formDER input{
	width:100px;
	margin-bottom:2px;
	float:right;
}
#contenido_formcontacto p{
	font-size:90%;
	color:#FFF;
}
.campos_largos{
	width:40ex;
}
.campos_medios{
	width:25ex;
}
.campos_cortos{
	width:15ex;
}
.combos_cortos{
	width:10ex;
}
#contenido_formcontacto input[type="text"], #contenido_formcontacto textarea{
	border:0;
}
#contenido_formcontacto textarea{
	height:80px;
}
#email_result {
	text-align:left;
	margin:30px 30px 10px 30px;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
	font-size:13px;
}
#email_result span.error_title {
	color:#CC0000;
	text-decoration:underline;
}
#email_result span.success_title {
	color:#FFFF00;
	text-decoration:underline;
}
#email_result .close {
	text-align:right;
	width:100%;
}
#email_result a {
	text-decoration:none;
	color:#0000FF;
}
#email_result a:hover {
	text-decoration:underline;
}
/*---------------------------------------*/
/*=== ESTILOS DE NOTICIACION DE TRANSACCION ====*/
/*---------------------------------------*/
.transaction_data_title {
	height:25px;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	background:#333333;
	text-align:center;
	padding-top:5px;
}
#transaction_data {
	width:350px;
	margin: 15px 0px 15px 0px;
	height:auto;
	overflow:hidden;
	border:2px solid #333333; 
}
.transaction_row {
	width:100%;
	padding:5px;
	clear:both;
	height:20px;
	padding-top:10px;
}
.transaction_row_gray {
	width:100%;
	padding:5px;
	background-color:#EBEBEB;
	clear:both;
	height:20px;
	padding-top:10px;
}
.izq {
	float:left;
	width:40%;
	text-align:right;
}

.der {
	float:right;
	width:55%;
	text-align:left;
	font-weight:bold;
}

#transaction_content ol {
	margin-left:30px;
	margin-top:10px;
}
#transaction_content ol li {
	margin-top:5px;
}
#transaction_content ul {
	margin-left:45px;
	margin-top:10px;
}
#transaction_content ul li.italic {
	font-style:italic;
	color:#990000;
}
/*------------------------------------ */
#form_download {
	margin:10px;
	width:400px;
	margin:0 auto;
}
#form_download fieldset {
	border:2px solid #000000;
	clear:both;
}

#form_download legend {
	font-size:13px;
	font-weight:bold;
	color:#000000;
	padding:0px 5px;
}

#form_download label {
	width:160px; 
	text-align:right; 
	display:block; 
	float:left; 
	padding-top:2px;
	padding-right:5px;
	color:#000000;
}
#form_download .rows {
	width:350px; 
	height:25px; 
	clear:both;
	margin:15px;
}
#form_download .submit {
	width:100%;
	text-align:center;
	clear:both;
	margin-bottom:15px;
}

#form_download .center {
	float:none;
	text-align:center;
}
.error {
	height:20px;
	background-color:#FBECEF;
	color:#990000;
	font-weight:bold;
	padding:5px 0 0 10px;
	width:98%;
	border:1px solid #990000;
}