@import url("enlaces.css");
@import url("textos.css");
@import url("pestanas.css");
@import url("carousel.css");
BODY {
		FONT-FAMILY: Arial, Helvetica, sans-serif;  
		BACKGROUND-COLOR: #f3e6d2;
		FONT-SIZE: 12px; 
		COLOR: Black; 
		margin: 0px;
		text-align: center;
}
td
{
		font-family: Arial, Helvetica, sans-serif;  
		font-size: 12px; 
		color: Black; 
}
#pagina_principal
{
	margin: auto;
	width: 970px; 
	text-align: center;
	background-image: url(../img/fondos/fondo_principal.jpg);
}
#contenedor_superior
{
	margin: auto;
	width: 970px;
	height: 125px;
	text-align: left;
	background-image: url(../img/fondos/fondo_principal.jpg);
}
#contenedor_principal
{
	margin: auto;
	width: 970px; 
	text-align: left;
	background-image: url(../img/fondos/fondo_principal.jpg);
}
#contenedor_inferior
{
	clear: both;
	margin: auto;
	width: 970px; 
	text-align: left;
	background-image: url(../img/fondos/fondo_principal.jpg);
}
/* Cabeza */
div.capbol_cabeza
{
   clear: both;
	width: 970px;
	height: 100px;
	font-size: 0px;
	background-image: url(../img/fondos/capbol_cabeza.jpg);
}
/* Barra Superior */
#barra_sup_izq {
	float: left;
	width: 15px;
	height: 25px;
	background: url(../img/fondos/barra_izq.jpg);
}
#barra_sup_der {
	float: right;
	width: 15px;
	height: 25px;
	background: url(../img/fondos/barra_der.jpg);
}
#barra_sup_cen { 
	float: left;
	width: 940px;
	height: 25px;
	background: url(../img/fondos/barra_cen.jpg);
}
div.barra_sup_cen_f1
{
	height: 5px;
	font-size: 0px;
}
div.barra_sup_cen_f2
{
	height: 20px;
	font-size: 12px;
	color: #F9F2E8;
}
#barra_sup_cen_f2_c1 {
	float: left;
	width: 470px;
	height: 20px;
	text-align: left;
	color: #F0DEC6;
	font-size: 11px;
}
#barra_sup_cen_f2_c2 {
	float: right;
	width: 470px;
	height: 20px;
	text-align: right;
	color: #F0DEC6;
	font-size: 11px;
}
/* Contenido Superior*/
div.principal_sup
{
   clear: both;
	height: 8px;
	width: 970px;
	font-size: 0px;
	background-image: url(../img/fondos/fondo_principal_sup.jpg);
}
#principal_sup_c1
{
	float: left;
	background-color: #461D04;
	width: 1px;
	height: 8px;
	font-size: 0px;
}
#principal_sup_c2
{ 
	float: left;
	background: url(../img/fondos/fondo_principal_sup.jpg);
	width: 14px;
	height: 8px;
	font-size: 0px;
}
#principal_sup_c3
{ 
	float: left;
	background: url(../img/menu/menu_sup.jpg);
	width: 180px;
	height: 8px;
	font-size: 0px;
}
#principal_sup_c4
{ 
	float: left;
	background: url(../img/fondos/fondo_principal_sup.jpg);
	width: 774px;
	height: 8px;
	font-size: 0px;
}
#principal_sup_c5 {
	float: right;
	background-color: #461D04;
	width: 1px;
	height: 8px;
	font-size: 0px;
}
/* Pie */
#barra_inf_izq {
	float: left;
	width: 25px;
	height: 64px;
	background: url(../img/fondos/barra_inf_izq.jpg);
}
#barra_inf_der {
	float: right;
	width: 25px;
	height: 64px;
	background: url(../img/fondos/barra_inf_der.jpg);
}
#barra_inf_cen { 
	float: left;
	width: 920px;
	height: 64px;
	background: url(../img/fondos/barra_inf_cen.jpg);
}
div.contenido_pie_f1
{
	width: 920px;
	height: 10px;
	font-size: 0px;
}
div.contenido_pie_f2
{
	vertical-align: center;
	width: 920px;
	height: 54px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F8F3EB;
	text-align: center;
}
/* Contenido */
#contenido_princ_izq {
	float: left;
	width: 192px;
}
#contenido_princ_der { 
	margin: 0;
	float: left;
	width: 778px;
	/*height: 1% /* Holly hack for Peekaboo Bug */
}
/* Margen */
div.margen_L8
{
	padding-left: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
div.margen_R8
{
	padding-left: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-top: 0px;
}
div.margen_L20R20T10
{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-top: 10px;
	text-align: justify;
}
div.margen_L20R20T8
{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-top: 8px;
	text-align: justify;
}
div.margen_L10
{
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
div.margen_L30R30T10
{
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-top: 10px;
	text-align: justify;
}
/* Menu */
#menu_izq {
	float: left;
	width: 7px;
	height: 270px;
	background: url(../img/menu/menu_izq.jpg);
}
#menu_der {
	float: right;
	width: 7px;
	height: 270px;
	background: url(../img/menu/menu_der.jpg);
}
#menu_cen { 
	float: left;
	width: 170px;
	height: 270px;
	background-color: #F9F2E9;
}
div.menu_opcion
{
	width: 170px;
	height: 25px;
	font-size: 12px;
}
div.menu_inf
{
	width: 170px;
	height: 20px;
	font-size: 12px;
	background-image: url(../img/menu/menu_inf.jpg);
}
/* Miga */
div.miga
{
	width: 778px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #220000;
	text-align: left;
	font-weight: bold;
}
/* minis */
div.minis
{
	width: 184px;
	height: 20px;
}
#minis_c1 {
	float: left;
	width: 56px;
	height: 20px;
}
#minis_c2 { 
	float: left;
	width: 24px;
	height: 20px;
}
#minis_c3 { 
	float: left;
	width: 24px;
	height: 20px;
}
#minis_c4 { 
	float: left;
	width: 24px;
	height: 20px;
}
#minis_c5 { 
	float: right;
	width: 56px;
	height: 20px;
}
img.absmiddle 
{
	vertical-align: middle;
}
#subcontenido_princ_izq {
	float: left;
	width: 586px;
}
#subcontenido_princ_der { 
	margin: 0;
	float: left;
	width: 192px;
	height: 1% /* Holly hack for Peekaboo Bug */
}


div.port2
{
	background-image: url(../img/port/port2_cen.jpg);
	width: 586px;
}
div.port2_cen
{
	clear: both;
	width: 586px;
	background: url(../img/port/port2_cen.jpg);
}
div.port2_sep
{
	clear: both;
	width: 586px;
	height: 15px;
	background: url(../img/port/port2_sep.jpg);
}
div.port2_inf
{
	clear: both;
	width: 586px;
	height: 30px;
	background: url(../img/port/port2_inf.jpg);
}

#port2_cen_izq {
	float: left;
	width: 250px;
}
#port2_cen_der { 
	float: right;
	width: 250px;
}

div.port2_tit_noticias
{
	width: 586px;
	height: 40px;
	background: url(../img/port/port2_tit_noticias.jpg);
}
div.port2_tit_noticias_anteriores
{
	width: 586px;
	height: 40px;
	background: url(../img/port/port2_tit_noticias_anteriores.jpg);
}
div.port2_tit_quienes_somos
{
	width: 586px;
	height: 40px;
	background: url(../img/port/port2_tit_quienes_somos.jpg);
}
div.port2_tit_que_hacemos
{
	width: 586px;
	height: 40px;
	background: url(../img/port/port2_tit_que_hacemos.jpg);
}
div.port2_tit_acciones
{
	width: 586px;
	height: 40px;
	background: url(../img/port/port2_tit_acciones.jpg);
}
div.port2_tit_pronunciamiento
{
	width: 586px;
	height: 40px;
	background: url(../img/port/port2_tit_pronunciamiento.jpg);
}
div.port2_tit_publicaciones
{
	width: 586px;
	height: 40px;
	background: url(../img/port/port2_tit_publicaciones.jpg);
}
div.port2_tit_informes
{
	width: 586px;
	height: 40px;
	background: url(../img/port/port2_tit_informes.jpg);
}
div.port2_tit_boletines
{
	width: 586px;
	height: 40px;
	background: url(../img/port/port2_tit_boletines.jpg);
}
div.port2_tit_agenda
{
	width: 586px;
	height: 40px;
	background: url(../img/port/port2_tit_agenda.jpg);
}
div.port2_tit_enlaces
{
	width: 586px;
	height: 40px;
	background: url(../img/port/port2_tit_enlaces.jpg);
}
div.port2_tit_afiliadas
{
	width: 586px;
	height: 40px;
	background: url(../img/port/port2_tit_afiliadas.jpg);
}
div.port2_tit_editorial
{
	width: 586px;
	height: 40px;
	background: url(../img/port/port2_tit_editorial.jpg);
}
div.port2_tit_correo
{
	width: 586px;
	height: 40px;
	background: url(../img/port/port2_tit_correo.jpg);
}
div.port2_tit_mapa
{
	width: 586px;
	height: 40px;
	background: url(../img/port/port2_tit_mapa.jpg);
}
div.port1
{
	background-image: url(../img/port/port1_cen.jpg);
	width: 780px;
}
div.port1_cen
{
	clear: both;
	width: 780px;
	background: url(../img/port/port1_cen.jpg);
}
div.port1_inf
{
	clear: both;
	width: 780px;
	height: 30px;
	background: url(../img/port/port1_inf.jpg);
}
div.port1_tit_afiliadas
{
	width: 780px;
	height: 40px;
	background: url(../img/port/port1_tit_afiliadas.jpg);
}
div.port1_tit_quienes_somos
{
	width: 780px;
	height: 40px;
	background: url(../img/port/port1_tit_quienes_somos.jpg);
}
div.port1_tit_que_hacemos
{
	width: 780px;
	height: 40px;
	background: url(../img/port/port1_tit_que_hacemos.jpg);
}
div.port1_tit_boletines
{
	width: 780px;
	height: 40px;
	background: url(../img/port/port1_tit_boletines.jpg);
}
div.port3
{
	background-image: url(../img/port/port3_cen.jpg);
	width: 184px;
}
div.port3_cen
{
	clear: both;
	width: 184px;
	background: url(../img/port/port3_cen.jpg);
}
div.port3_inf
{
	clear: both;
	width: 184px;
	height: 35px;
	background: url(../img/port/port3_inf.jpg);
}
div.port3_tit_agenda
{
	width: 184px;
	height: 40px;
	background: url(../img/port/port3_tit_agenda.jpg);
	cursor: pointer;
}
div.port3_tit_afiliadas
{
	width: 184px;
	height: 40px;
	background: url(../img/port/port3_tit_afiliadas.jpg);
	cursor: pointer;
}
div.port3_tit_enlaces
{
	width: 184px;
	height: 40px;
	background: url(../img/port/port3_tit_enlaces.jpg);
	cursor: pointer;
}
div.port3_tit_editorial
{
	width: 184px;
	height: 40px;
	background: url(../img/port/port3_tit_editorial.jpg);
	cursor: pointer;
}
div.port3_tit_editoriales
{
	width: 184px;
	height: 40px;
	background: url(../img/port/port3_tit_editoriales.jpg);
	cursor: pointer;
}
div.port3_tit_publicacion
{
	width: 184px;
	height: 40px;
	background: url(../img/port/port3_tit_publicacion.jpg);
	cursor: pointer;
}
div.port3_tit_especial
{
	width: 184px;
	height: 40px;
	background: url(../img/port/port3_tit_especial.jpg);
	cursor: pointer;
}
div.port3_tit_pronunciamiento
{
	width: 184px;
	height: 40px;
	background: url(../img/port/port3_tit_pronunciamiento.jpg);
	cursor: pointer;
}
div.port3_tit_noticias
{
	width: 184px;
	height: 40px;
	background: url(../img/port/port3_tit_noticias.jpg);
	cursor: pointer;
}
div.port3_tit_boletines
{
	width: 184px;
	height: 40px;
	background: url(../img/port/port3_tit_boletines.jpg);
	cursor: pointer;
}
div.port3_tit_boletines_desc
{
	width: 184px;
	height: 40px;
	background: url(../img/port/port3_tit_boletines_desc.jpg);
	cursor: pointer;
}
.a_port_tit_enlazado
{
	display: block; 
	width: 100%; 
	height: 100%;
}











div.port2_nacional_internacional
{
	clear: both;
	width: 464px;
	height: 29px;
	background: url(../img/fondos/port_nacional_internacional.jpg);
}
div.port2_editorial_articulo
{
	clear: both;
	width: 464px;
	height: 29px;
	background: url(../img/fondos/port_editorial_articulo.jpg);
}
div.port2_centro
{
	clear: both;
	width: 464px;
	background: url(../img/fondos/port_centro.jpg);
}
div.port2_inferior
{
	clear: both;
	width: 464px;
	height: 9px;
	background: url(../img/fondos/port_inferior.jpg);
}
#port2a_col_izq { 
	float: left;
	width: 230px;
	font-size: 11px;
}
#port2a_col_cen { 
	float: left;
	width: 4px;
	font-size: 11px;
}
#port2a_col_der { 
	float: left;
	width: 230px;
	font-size: 11px;
}
#port2b_col_izq { 
	float: left;
	width: 230px;
	font-size: 11px;
}
#port2b_col_cen { 
	float: left;
	width: 4px;
	font-size: 11px;
}
#port2b_col_der { 
	float: left;
	width: 230px;
	font-size: 11px;
}
div.espacio_central
{
	clear: both;
	width: 464px;
	height: 5px;
}

div.port3_foro_comunicado_publicacion
{
	clear: both;
	width: 464px;
	height: 29px;
	background: url(../img/fondos/port_foro_comunicado_publicacion.jpg);
}
div.port3_foro_informe_boletin
{
	clear: both;
	width: 464px;
	height: 29px;
	background: url(../img/fondos/port_foro_informe_boletin.jpg);
}
div.port3_afiliada_enlace_plataforma
{
	clear: both;
	width: 464px;
	height: 29px;
	background: url(../img/fondos/port_afiliada_enlace_plataforma.jpg);
}
div.port3_cursos_bilbioteca_constituyente
{
	clear: both;
	width: 464px;
	height: 29px;
	background: url(../img/fondos/port_cursos_bilbioteca_constituyente.jpg);
}
div.port3_centro
{
	clear: both;
	width: 464px;
	background: url(../img/fondos/port_trio_centro.jpg);
}
div.port3_inferior
{
	clear: both;
	width: 464px;
	height: 9px;
	background: url(../img/fondos/port_trio_inferior.jpg);
}
#port3a_col1 { 
	float: left;
	width: 152px;
	font-size: 11px;
}
#port3a_col2 { 
	float: left;
	width: 4px;
	font-size: 11px;
}
#port3a_col3 { 
	float: left;
	width: 152px;
	font-size: 11px;
}
#port3a_col4 { 
	float: left;
	width: 4px;
	font-size: 11px;
}
#port3a_col5 { 
	float: left;
	width: 152px;
	font-size: 11px;
}

#port3b_col1 { 
	float: left;
	width: 152px;
	font-size: 11px;
}
#port3b_col2 { 
	float: left;
	width: 4px;
	font-size: 11px;
}
#port3b_col3 { 
	float: left;
	width: 152px;
	font-size: 11px;
}
#port3b_col4 { 
	float: left;
	width: 4px;
	font-size: 11px;
}
#port3b_col5 { 
	float: left;
	width: 152px;
	font-size: 11px;
}

#port3c_col1 { 
	float: left;
	width: 152px;
	font-size: 11px;
}
#port3c_col2 { 
	float: left;
	width: 4px;
	font-size: 11px;
}
#port3c_col3 { 
	float: left;
	width: 152px;
	font-size: 11px;
}
#port3c_col4 { 
	float: left;
	width: 4px;
	font-size: 11px;
}
#port3c_col5 { 
	float: left;
	width: 152px;
	font-size: 11px;
}

#port3d_col1 { 
	float: left;
	width: 152px;
	font-size: 11px;
}
#port3d_col2 { 
	float: left;
	width: 4px;
	font-size: 11px;
}
#port3d_col3 { 
	float: left;
	width: 152px;
	font-size: 11px;
}
#port3d_col4 { 
	float: left;
	width: 4px;
	font-size: 11px;
}
#port3d_col5 { 
	float: left;
	width: 152px;
	font-size: 11px;
}
div.margen_LR5px
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
}
div.margen_LR10px
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: justify;
	font-size: 12px;
}



div.ctic
{
	clear: both;
	text-align: center;
	height: 25px;
	line-height: 24px;
	background-color: #f3e6d2;
}
div.aqm
{
	clear: both;
	text-align: center;
	color: #F7F1E8;
}
A.ectic {
	color: #774800;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
A.ectic:link {
	color: #774800;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
A.ectic:visited {
	color: #774800;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
A.ectic:hover {
	color: #770000;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
/*=======================================================================================*/

















div.imagen_port2
{
	width: 430px;
	height: 20px;
	text-align: left;
}
div.contenido_port2
{
	width: 430px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #222222;
	text-align: justify;
	padding-bottom: 5px;
}
div.imagen_port3
{
	width: 570px;
	height: 20px;
	text-align: left;
}
div.contenido_port3
{
	width: 570px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #222222;
	text-align: justify;
	padding-bottom: 5px;
}



DIV.port_margen5
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
}
DIV.port_margen10
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}
DIV.port_margen15
{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
}
DIV.port_margen20
{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-top: 5px;
}

/*********port5*********/
div.contenido_port5
{
	width: 208px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	padding-bottom: 5px;
}
DIV.port5_sup_vivienda
{
	width: 228px;
	height: 40px;
	background: url(../img/fondos/port5_sup_vivienda.jpg);
	font-size: 12px;
}
DIV.port5_sup_salud
{
	width: 228px;
	height: 40px;
	background: url(../img/fondos/port5_sup_salud.jpg);
	font-size: 12px;
}
DIV.port5_sup_trabajo
{
	width: 228px;
	height: 40px;
	background: url(../img/fondos/port5_sup_trabajo.jpg);
	font-size: 12px;
}
DIV.port5_sup_educacion
{
	width: 228px;
	height: 40px;
	background: url(../img/fondos/port5_sup_educacion.jpg);
	font-size: 12px;
}
DIV.port5_sup_sexuales
{
	width: 228px;
	height: 40px;
	background: url(../img/fondos/port5_sup_sexuales.jpg);
	font-size: 12px;
}
DIV.port5_sup_alimentacion
{
	width: 228px;
	height: 40px;
	background: url(../img/fondos/port5_sup_alimentacion.jpg);
	font-size: 12px;
}
DIV.port5_cen
{
	width: 228px;
	background: url(../img/fondos/port5_cen.jpg);
	padding-top: 5px;
	text-align: center;
}
DIV.port5_inf
{
	width: 228px;
	height: 5px;
	background: url(../img/fondos/port5_inf.jpg);
	font-size: 0px;
}
TD.separador_port5
{
	width: 460px;
	height: 5px;
	font-size: 0px;
}

ul.margen0 
{
margin: 0;
}

	
li.bullet
{ 
	margin-top: 0px; 
	margin-bottom:0px; 
	list-style-image: url(../img/iconos/bullet.jpg); 
} 
li.ninguno
{ 
	margin-top: 0px; 
	margin-bottom:0px; 
	margin-left: -5px;
	list-style-image: url(../img/fondos/blanco.jpg); 
} 

form 
{
	margin: 0;
}

td.pestana136_no
{
		background-image: url(../img/pestanas/pestana136_no.jpg);
		height: 18px;
		width: 136px;
		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		text-align: center;
}
td.pestana136_si
{
		background-image: url(../img/pestanas/pestana136_si.jpg);
		height: 18px;
		width: 136px;
		color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		text-align: center;
}

td.pestana_barra136_no
{
		background-image: url(../img/pestanas/pestana_barra136_no.jpg);
		height: 5px;
		width: 136px;
		font-size: 0px;
}
td.pestana_barra136_si
{
		background-image: url(../img/pestanas/pestana_barra136_si.jpg);
		height: 5px;
		width: 136px;
		font-size: 0px;
}
td.pestana_barra
{
		background-image: url(../img/pestanas/pestana_barra_cen.jpg);
		height: 5px;
		font-size: 0px;
}
td.pestana_barra_izq
{
		background-image: url(../img/pestanas/pestana_barra_izq.jpg);
		height: 5px;
		width: 5px;
		font-size: 0px;
}
td.pestana_barra_der
{
		background-image: url(../img/pestanas/pestana_barra_der.jpg);
		height: 5px;
		width: 5px;
		font-size: 0px;
}


FONT.fblanco10px{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: White;	
}

FONT.fplomo10px{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: Gray;	
}
FONT.fnaranja10px{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #FFA31C;	
}
FONT.fplomo11px{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: Gray;	
}
FONT.fplomonegrita11px{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: Gray;	
}
FONT.fnegro10px{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: black;	
}
FONT.fnegronegrita10px{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: black;	
}
FONT.fnegro11px{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: black;	
}
FONT.fnegronegrita11px{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: black;	
}


FONT.fnegronegrita17px{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: black;	
}
FONT.fazul12px{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #024FB3;	
}
FONT.fazulnegrita12px{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #024FB3;	
}
FONT.fazul13px{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #024FB3;	
}
FONT.fazulnegrita13px{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #024FB3;	
}
FONT.fazul15px{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #024FB3;	
}
FONT.fazulnegrita15px{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #024FB3;	
}
FONT.fblanconegrita15px{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;	
}

/*
*****************************

enlaces en px

*****************************
*/
A.eazulnegrita11px {
	color: #0C57BA;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
A.eazulnegrita11px:link {
	color: #0C57BA;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
A.eazulnegrita11px:visited {
	color: #0C57BA;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
A.eazulnegrita11px:hover {
	color: #FF640A;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

A.eblanco8px {
	color: White;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
A.eblanco8px:link {
	color: White;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
A.eblanco8px:visited {
	color: White;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
A.eblanco8px:hover {
	color: Yellow;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
A.eblanco11px {
	color: White;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
A.eblanco11px:link {
	color: White;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
A.eblanco11px:visited {
	color: White;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
A.eblanco11px:hover {
	color: White;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
/* enlace blanco 12*/	
A.eblanconegrita12px {
	color: White;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
A.eblanconegrita12px:link {
	color: White;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
A.eblanconegrita12px:visited {
	color: White;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
A.eblanconegrita12px:hover {
	color: Yellow;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}


TD.celda
{
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
TD.celda_verde
{
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: center;
	background-color: #D1EDE4;
}
TD.celda_clara
{
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-color: #FFFBF0;
	vertical-align: top;
}
TD.celda_oscura
{
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	background-color: #FFF6E1;
	vertical-align: top;
}
TD.celda_blanca3
{
	padding-bottom: 3px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	background-color: White;
}
TD.celda_amarilla1
{
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	background-color: #faedb8;
}
TD.celda_celeste1
{
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	background-color: #BAC9EF;
}
TD.celda_amarilla2
{
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	background-color: #faedb8;
}
.button8 {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 8pt; 
	COLOR: #FFFFFF; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	BACKGROUND-COLOR: #A54444;
	text-align: center;
	border: 1px solid Black;
}
.campo80
{ 
	background-color: White; 
	width:80px; 
	border:1px solid #808080; 
}
.textarea30
{	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: normal; 
	color: #000000; 
	border: 1 solid #808080; 
	background-color : #FFFFFF;
	width:21px;	
	height:18px; 	
}
.textarea160
{	
   background-color: White; 
	color: #000000; 
	border: 1 solid #808080; 
	background-color : #FFFFFF; 	
	width:160px;	
	height:18px;
}


.textarea150
{	
	background-color: White; 
	color: #000000; 
	border: 1 solid #808080; 
	width:150px;	
	height:18px;
}
.textarea400
{	
	background-color: White; 
	color: #000000; 
	border: 1 solid #808080; 
	width:400px;	
	height:18px;
}
.textarea400t
{	
	background-color: White; 
	color: #000000; 
	border: 1 solid #808080; 
	width:400px;	
	height:100px;
}
.textarea160t
{	
	background-color: White; 
	color: #000000; 
	border: 1 solid #808080; 
	width:160px;	
	height:100px;
}
.form_buscador
{ 
	/*background-color: White; 
	width: 110px; 
	border:1px solid #808080;
	font: 10px Arial, Helvetica, sans-serif;*/
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-TOP: #000000 1px solid; 
	BORDER-LEFT: #000000 1px solid; 
	BORDER-BOTTOM: #000000 1px solid;  
	BACKGROUND-IMAGE: url(../img/fondos/bg_caja_buscador.gif); 
	FONT: 10px/12px Arial, Helvetica, sans-serif; 
	COLOR: #000000; 
	BACKGROUND-REPEAT: repeat-x; 
	BACKGROUND-COLOR: #ffffff;
}
.form_input150
{ 
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-TOP: #000000 1px solid; 
	BORDER-LEFT: #000000 1px solid; 
	BORDER-BOTTOM: #000000 1px solid; 
	BACKGROUND-IMAGE: url(../img/fondos/bg_caja_buscador.gif); 
	FONT: 11px/12px Arial, Helvetica, sans-serif; 
	COLOR: #000000; 
	BACKGROUND-REPEAT: repeat-x; 
	BACKGROUND-COLOR: #ffffff;
	height: 13px;
	width: 150px;
}
.form_input375
{ 
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-TOP: #000000 1px solid; 
	BORDER-LEFT: #000000 1px solid; 
	BORDER-BOTTOM: #000000 1px solid; 
	BACKGROUND-IMAGE: url(../img/fondos/bg_caja_buscador.gif); 
	FONT: 11px/12px Arial, Helvetica, sans-serif; 
	COLOR: #000000; 
	BACKGROUND-REPEAT: repeat-x; 
	BACKGROUND-COLOR: #ffffff;
	height: 13px;
	width: 375px;
}
.form_text375
{ 
	BORDER-RIGHT: #000000 1px solid; 
	BORDER-TOP: #000000 1px solid; 
	BORDER-LEFT: #000000 1px solid; 
	BORDER-BOTTOM: #000000 1px solid; 
	BACKGROUND-IMAGE: url(../img/fondos/bg_caja_buscador.gif); 
	FONT: 11px/12px Arial, Helvetica, sans-serif; 
	COLOR: #000000; 
	BACKGROUND-REPEAT: repeat-x; 
	BACKGROUND-COLOR: #ffffff;
	height: 60px;
	width: 375px;
}
IMG.iprincipal_left
{
	margin-right: 15px;
	margin-bottom: 5px;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	margin-top: 5px;
}
IMG.iprincipal_right
{
	margin-left: 15px;
	margin-bottom: 5px;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	margin-top: 5px;
	}

IMG.iprincipal
{
	margin-right: 5px;
	margin-bottom: 5px;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	margin-left: 5px;
	margin-top: 5px;
}
div.titulo1
{
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	margin-bottom: 5px;
	border-bottom: 1px solid #FFC570;
}
div.titulo2
{
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	margin-bottom: 5px;
	border-bottom: 1px solid #FFC570;
}
/*ports*/
#principal_agenda
{
 height: 260px;
}
#principal_afiliada
{
 height: 260px;
}
#principal_publicacion
{
 height: 180px;
}
#principal_editorial
{
 height: 200px;
}
#principal_especial
{
 height: 180px;
}

