@charset "UTF-8";
/* CSS Document */

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
ul,
li,
ol,
hr,
fieldset {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: none!important;
}
a img {
	border: 0;
}
.cont_sitio {	
	width: 980px;
	height: 400px;
	margin: 0 auto;
	padding-top: 20px;
}
hr.line_blue {
	height: 3px;
	margin: 16px 0;
	border: 0px!important;
	line-height: 0px;
	clear: both;
	color: #D4EDF7;
	background: repeat-x url(../img/bg/hr_blue.gif);
}
.arrow_blue1 {
	background: no-repeat 0 2px url(../img/icn/arrow_link1.gif);
	font-size: 10px;
	color: #004559;
	padding-left: 10px;
}
.arrow_blue2 {
	background: no-repeat 0 2px url(../img/icn/arrow_link2.gif);
	font-size: 10px;
	color: #004559;
	padding-left: 10px;
}
.cont_general .col_cent p {
	font-size: 11px;
	color: #666666;
	margin-bottom: 10px;
}
.fright {
	float: right;
	color:#999999;
}
.fleft {
	float: left;
}
.last {
	margin: 0!important;
	border: 0!important;
	margin-top:5px;
}
/*=====================================================================================================
/* ----------------------------------------------------------------------------------------LINKS ICON-- 
======================================================================================================*/


.calendario_link {
	background: no-repeat url(../img/icn/icn_calendario.gif);
	padding-left: 20px;
	height: 20px;
}
.documento_folder_link {
	background: no-repeat 0px 0px url(../img/icn/icn_folder.gif); 
	padding: 2px 0  2px 20px;
	height: 20px;
}
.comites 
{
    color:#004556;
    font-size:11px;
    text-decoration:underline;
    cursor:pointer;
}
.comites:hover 
{
    text-decoration:none;
}
.info_link {
	background: no-repeat url(../img/icn/icn_info.jpg);
	padding-left: 20px;
	height: 20px;
}
.preinscripcion_link {
	background: no-repeat url(../img/icn/icn_preinscripcion.gif);
	padding-left: 20px;
	height: 20px;
}
.document_link {
	padding: 2px 0  2px 20px;
	height: 20px;
	background: no-repeat top left url(../img/icn/icn_document.gif);
}
.actas_link {
	padding-left: 20px;
	height: 17px;
	line-height:17px;
	background: no-repeat top left url(../img/icn/icn_acta.gif);
	font-size:11px;
	margin-bottom:5px;
	display:inline-block;
}
.component_listado1 a.actas_link 
{
    font-size:12px;
}
.descarga_link {
	padding-left: 20px;
	height: 20px;
	background: no-repeat 0px 10px url(../img/icn/icn_descarga.gif);
	border-top: 1px solid #999999;
	padding-top: 15px;
	margin-top: 10px;
	display: inline-block;
}
.presentacion_link {
	padding-left: 20px;
	height: 20px;
	background: no-repeat top left url(../img/icn/icn_presentaciones.gif);
}
.seguridad_link {
	padding: 2px 0  2px 20px;
	height: 15px;
	line-height:15px;
	background: no-repeat top left url(../img/icn/seguridad.gif);
	font-size:11px!important;
	margin-bottom:5px;
	display:inline-block;
}
.component_listado1 .seguridad_link 
{
    font-size:12px;
}
.folder_link {
	padding: 2px 0  2px 20px;
	height: 20px;
	background: no-repeat top left url(../img/icn/icn_folder.gif);
}
	
/*=====================================================================================================
/* --------------------------------------------------------------------------------CONTENIDO COLUMNAS-- 
======================================================================================================*/


.cont_general {
	width: 948px;
	min-height: 220px;
	height: auto;
	border-right: 1px solid #D5E3EB;
	border-left: 1px solid #D5E3EB;
	padding: 10px 15px 20px 15px;
	clear: both;
	
}
.cont_general:after {
     content: "."; 
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;
}
.cont_general .col_izq {
	width: 178px;
	height: auto;
	float: left;
}
.cont_general .col_cent {
	width: 562px;
	height: auto;
	float: left;
	margin-left: 15px;
}
.cont_general .col_der {
	float: right;
	width: 178px;
	height: auto;
}
.cont_general.col_2 .col_der {
	width: 755px;
}
	
	

/*=====================================================================================================
/* --------------------------------------------------------------------------------------------LISTAS-- 
======================================================================================================*/


ul.lista_bullets1 {
	font-size: 11px;
	color: #666666;	
	margin-bottom: 20px;

}
ul.lista_bullets1 li {
	list-style-image: url(../img/icn/bullet1.gif);
	margin: 10px 0 10px 12px;
}


/*=====================================================================================================
/* ---------------------------------------------------------------------------------------BOTONES-- 
======================================================================================================*/


a.boton_rojo_20,
a.boton_azul_20 {
	background: no-repeat left top url(../img/btn/left_red_button_20.gif);
	padding: 0px 0 4px 0;
	text-decoration: none;
	height: 20px;
	display: inline-block;
	font-size: inherit!important;
}
a.boton_rojo_20 span,
a.boton_azul_20 span {
	background: no-repeat right top url(../img/btn/right_red_button_20.gif);
	color: #FFFFFF;
	font-size: 11px;
	line-height: 13px;
	padding: 4px 15px 3px 15px;
	height: auto;
	display: inline-block;
	cursor:pointer;
}
a.boton_azul_20 {
	background: no-repeat left top url(../img/btn/left_blue_button_20.gif);
}
a.boton_azul_20 span {
	background: no-repeat right top url(../img/btn/right_blue_button_20.gif);
}
a.boton_azul_18 {
	background: no-repeat left url(../img/btn/left_blue_button_18.gif);
	padding: 0px 0 3px 0px;
	text-decoration: none;
}
a.boton_azul_18 span {
	background: no-repeat right url(../img/btn/right_blue_button_18.gif);
	color: #FFFFFF;
	font-size: 11px;
	padding: 3px 15px 3px 15px;
}

/*=====================================================================================================
/* -------------------------------------------------------------------------------------------HEADERS-- 
======================================================================================================*/
.col_cent a {
	font-size: 11px;
	color: #004559;
}


h2 {
	font-size: 18px;
	color: #003D59;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h2.seccional {
	border-bottom: 1px solid #D4EDF7;
	position: relative;
}
h2.seccional small {
	background: no-repeat url(../img/bg/h2_seccional.gif);
	width: 11px;
	height: 6px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: -7px;
	margin-left: 80px;
}
h3 {
	font-size: 12px;
	text-transform: uppercase;
}
h3.seccional {
	color: #0082A6;
	font-size: 16px;
	margin-bottom: 10px;
}
h4 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 15px;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 15px;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	color: #004559;
	margin-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #D4EDF7;
}
	 
	 
/*=====================================================================================================
/* ---------------------------------------------------------------------------------------FORMULARIOS-- 
======================================================================================================*/


.text_input {
	border: 1px solid #CCCCCC;
	height: 18px;
	margin-bottom: 5px;
}
.text_input.w200 {
	width: 200px;
}
.text_input.w150 {
	width: 150px;
}
.text_input.w120 {
	width: 120px;
}
.text_input.w50 {
	width: 50px;
}
.radio_input {
	vertical-align: top;
	margin-top: -1px;
}
.checkbox_input {
	vertical-align: top;
	margin-top: -1px;
}
form {
/*	font-size: 11px; ---- fix for firefox 2 -----
*/	color: #666666;
}
form label {
	font-size: 11px;
	color: #666666;
	text-align: right;
	width: 120px;
	height: 20px;
	display: block;
	float: left;
	line-height: 20px;
	margin-bottom: 5px;
	padding-right: 10px;
}
form p {
	font-size: 11px;
	color:#666666;
	margin: 0 0 5px 0;
	/*width: 200px;
	margin-left: 130px; esta clase daa los testos del home */
}
form fieldset {
	border: 0;
	margin-bottom: 30px;
	font-size: 11px;
}
form hr {
	height: 0px;
	border: 0;
	border-top: 1px dotted #999999;
	line-height: 0px;
	clear: both;
	color: #999999;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}


/*=====================================================================================================
/* ------------------------COMPONENTE DE LISTADO 1 - 2
							>> LINK
							>> TEXTO
							>> POSTEADO
======================================================================================================*/

.component_listado1,
.component_listado2 {
	margin: 20px 0 10px 0;
	padding-bottom: 10px;
	background:  repeat-x bottom url(../img/bg/dotted_line.gif);	
}
.component_listado2 {
	padding-left: 10px;
}
.component_listado1.ultimo_lista,
.component_listado2.ultimo_lista {
	background: none;
}
.component_listado1 a,
.component_listado2 a {
	font-size: 15px;
	font-weight: bold;
	color: #003D59;
}
.component_listado2 a {
	color: #004559;
	font-size: 11px;
	display: inline-block;
	margin-bottom: 10px;
}
.component_listado1 p,
.component_listado2 p {
	font-size: 11px;
	color: #666666;
	margin: 0 0 10px;
}
.component_listado2 p {
	padding-left: 20px; 
}
.posteado {
	color:#333333!important;
	margin: 20px 0;
}
.posteado,
.posteado a {
	font-size: 10px;
	text-align: right;
}
.link_resultados {
    font-size:11px;
    color:#ADA274;
}
/*=====================================================================================================
/* ------------------------COMPONENTE DE CAJA COLUMNA DERECHA 1
						    >> TITULO
							>> TEXTO
							>> LINKS
							>> BOTONES
======================================================================================================*/



.component_box1 {
}
.component_box1 h3 {
	background: no-repeat url(../img/bg/title_component_box1.gif);
	height: 19px;
	color: #FFFFFF;
	padding: 6px 10px 0 10px;
	text-align: left;
}
.component_box1 .content_box1 {
	background-color: #F6F6F6;
	padding: 10px 10px 15px 10px;
}
.component_box1 .content_box1 a.link_box1 {
	color: #004559;
	font-size: 11px;
	display: block;
}


/*=====================================================================================================
/* ---------------------------COMPONENTE DROPDOWN
							  >> DROP DOWN
							  >> DROP DOWN LIST
======================================================================================================*/


.content_drop_down {
	margin: 20px 0 10px 0;
	float:left;
}
.content_drop_down .drop_downs:link,
.content_drop_down .drop_downs:visited {
	width: 165px;
	height: 19px;
	padding: 5px 0 0 10px;
	margin-right: 12px;
	display: block;
	float: left;
	background: no-repeat -175px 0px url(../img/btn/drop_down.jpg);
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
}
.content_drop_down .drop_downs:hover {
	background: no-repeat -350px 0px url(../img/btn/drop_down.jpg);
}
.drop_down_list1,
.drop_down_list2,
.drop_down_list3 {
	display: none;
	background-color: #004559;
	border-top: 1px solid #268EAB;
	width: 159px;
	padding: 10px 8px;
	position: absolute;
	margin-top: 23px;
}
.drop_down_list2 {
	margin-left: 193px;
}
.drop_down_list3 {
	margin-left: 386px;
}

.drop_down_list1 a,
.drop_down_list2 a,
.drop_down_list3 a {
	color: #FFFFFF;
	font-size: 11px;
}

/*=====================================================================================================
/* ------------------------COMPONENT BOX BLUE 20PX
						    >> CONTENEDOR DE TITULOS PAGINADOR LINK DE EVENTOS
							>> BOLETINES
======================================================================================================*/


.box_blue_20 {	
	background: no-repeat left top url(../img/bg/box_blue_left.gif);
	background-color: #004559;
	height: 20px;
	clear: both;
	position: relative;
}
.box_blue_20 span {
	background: no-repeat left top url(../img/bg/box_blue_right.gif);
	width: 4px;
	height: 20px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.box_blue_20 h5 {
	font-size: 12px;
	color: #FFFFFF;
	padding: 4px 0 0 8px;
	float: left;
	width: auto;
}
.box_blue_20 a {
	display: block;
	float: left;
	color: #FFFFFF;
	font-size: 10px;
	margin-top: 4px;
}
.box_blue_20 a.active_pag {
	color: #59B8DC;
	text-decoration: none;
	cursor:default;
}
.box_blue_20 small {
	background: no-repeat url(../img/bg/division_box_blue.gif);
	width: 2px;
	height: 20px;
	display: block;
	float: right;
	margin: 0 7px;
}
.box_blue_20 a.calendario_link {
	float: right;
}
.box_blue_20 .ver_todos {
	float:right;
	height: 20px;
}
.box_blue_20 .paginador {
	float: right;
}
.box_blue_20 .paginador ul li {
	width:15px;
}
.box_blue_20 .paginador a {
	padding: 0 3px;
}
.boletines_seccional {
	width: 80px;
	margin-top: -25px;
	margin-left: 480px;
}
.eventos_seccional {
	width: 220px;
	margin-top: -25px;
	margin-left: 340px;
}
/*=====================================================================================================
/* ------------------------CONTAINER BOX BLUE LIGHT
						   >> CONTENEDOR DE EVENTOS
						   >> LISTADO DOCUMENTOS 
======================================================================================================*/


.container_box_blue_light {
	background: no-repeat top url(../img/bg/box_blue_light_top.gif);
	background-color: #EDF8FF;
	height: auto;
	width: 544px;
	padding: 10px 10px 20px 10px;
	margin: 10px 0 20px 0;
	position: relative;
}
.container_box_blue_light:after {
     content: "."; 
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;
}

.container_box_blue_light span.bottom_box_blue_light {
	display: block;
	height: 4px;
	width: 564px;
	background: no-repeat bottom url(../img/bg/box_blue_light_bottom.gif);
	position: absolute;
	bottom: 0;
	left: 0;
}


/*=====================================================================================================
/* ----------------------COMPONENTE DE EVENTOS
						 >> HEADERS
						 >> LINKS DE INFORMACION DEL EVENTO
						 >> FORMULARIO DE INSCRIPCION
======================================================================================================*/


.fecha_eventos {
	padding-left: 20px;
	background: no-repeat top left url(../img/icn/icn_calendario2.gif);
	height: 17px;
}
.componente_eventos {
	border-bottom: 1px dotted #0082A6;
	margin-bottom: 20px;
	float: left;
}
.componente_eventos:after {
     content: "."; 
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;
}
.componente_eventos img {
	float: left;
}
.info_evento {
	float: left;
	margin-left: 20px;
	width:434px;
}
.info_evento h5 {
	margin-bottom: 10px;
}
.info_evento p {
	color: #666666;
	font-size: 11px;
}
.info_evento p a {
	color: #004559;
	font-weight: bold;
}
.box_links_evento {
	background: no-repeat url(../img/bg/box_link_eventos.gif);
	height: 15px;
	width: 414px;
	margin: 10px 0;
	padding: 5px 10px;
}	
.box_links_evento a {
	font-size: 11px;
	color: #004559;
	height: 20px;
	display: block;
	float: left;
	margin-right: 20px;
}
.info_evento form {
	margin-bottom: 10px;
}
.info_evento form label {
	width: 90px;
}
.info_evento form a.boton_rojo_20 {
	margin-left: 172px;
	font-size: inherit;
}


/*=====================================================================================================
/* ----------------------------------------------------------------------ESTILOS PAGINAS ESPECIFICAS-- 
======================================================================================================*/


/* ------------------------------------------------------ NOTICIA DETALLE -- */

.noticia_detalle {
	font-size: 11px;
	color: #666666;
}
.noticia_detalle img {
	margin: 10px;
	margin-top: 0;
	margin-left: 0;
}


/* ------------------------------------------------------ FORMULARIO REGISTRO -- */

.formulario_registro,
.formulario_registro2 {
	margin-top: 20px;
}
.formulario_registro2 fieldset {
	width: 275px;
	float: left;
}
.formulario_registro2 fieldset label {
	text-align: left;
}
.formulario_registro2 .checkbox_input {
	margin-bottom: 5px;
}
.campo_requerido,
.formulario table tr td .campo_requerido 
{
    color:#c80000;
    font-size:12px;
}

/* ------------------------------------------------------ CONTACTENOS -- */
.contactenos {
	width: 400px; /*ancho de columna del directorio, validar ancho de los corres*/
	padding-right: 100px;
	padding-bottom: 20px;
	float: left;
	display:inline;
}
/* ------------------------------------------------------ REVISTA -- */
.left_revista {	
	float: left;
	margin-right: 10px;
	width: 250px;
}
.right_revista {
	float: left;
	width: 290px;
}


/*=====================================================================================================
/* ---------------------------------------------------------------------------------------CABEZOTE-- 
======================================================================================================*/

.sitemap {
    display:inline-block;
    font-size:10px;
    clear:both;
    text-align:right;
    width:100%;
    margin: 0 0 5px 0;
}
.sitemap a {
    color:#666;
    margin:0 6px 0 0;
}
.cabezote {
	background: no-repeat top url(../img/bg/header.jpg);
	padding: 0 15px;
	height: 146px;
}
.cabezote .logo {
	float: left;
	margin: 20px 0 0 0;
}
.cabezote .usuario_login {
	float: right;
	margin: 10px 0 3px 0;
}
.cabezote .usuario_login input {
	border: 1px solid #CCCCCC;
	width: 120px;
	height: 12px;
	margin:0 5px;
	font-size: 10px;
	color:#999999;
	padding: 2px;
	float:right;
}
.cabezote .usuario_login a {
	float:right;
	cursor:poiner;
}
.cabezote .usuario_login .login_validador 
{
    font-size:11px;
    color:#802008;
    margin:0 20px 0 27px;
    padding:0;
    display:inline;
    height:14px;
    float:right;
}
.cabezote .usuario_login .width_90_input {
	width: 90px;
}
.cabezote .usuario_login .olvide_contrasena {
	font-size: 9px;
	float: right;
	color: #003D59;
	margin-right: 82px;
}
.cabezote .usuario_login .content_info_user {
	float: right; /* this style fix the menu error in IE 7 */
	min-width:370px;/* this style fix the login error in mozilla 3 */
	width:auto;
}
.cabezote .usuario_logged {
	float: right;
	margin: 15px 0 10px 0;
	width: 750px;
}
.cabezote .usuario_logged .content_info_user {
	float: right; /* this style fix the login error in IE 7 */
}

.cabezote .usuario_logged p {
	font-size: 10px;
	color: #666666;
	float: left;
	padding-top: 3px;
}
.cabezote .usuario_logged p span {
	color: #003D59;
	font-weight: bold;
}
.cabezote .usuario_logged p a {
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	color: #003D59;
	padding: 0 6px;
	margin-left: 8px;
}


/* ------------------------------------------------- NOTIFICACION GENERAL---*/


.notificacion {
	background: no-repeat url(../img/icn/notificaciones_icon.gif);
	height: 20px;
	display: block;
	float: left;
	padding-left: 30px;
	margin-left: 8px;
	position: relative;
}
.notificacion:hover {
	background: no-repeat url(../img/icn/notificaciones_hover_icon.gif);
	cursor: pointer!important;
}
.notificacion_expandido {
	display: none;
	position: absolute;
	height: auto;
	width: 190px;
	background: no-repeat url(../img/bg/notificacion_expandida.gif);
	top: 0;
	right: 0;
	margin-top: 20px;
	margin-right: 3px;
	z-index: 100000000!important;
	padding-bottom:5px;
}
.notificacion:hover .notificacion_expandido {
	display: block;
}
.notificacion .notificacion_expandido .content_notificaciones  {
	padding: 10px 0 0 0;
	display:block;
	float:left;
}
.notificacion .notificacion_expandido .content_notificaciones li {
	color: #FFFFFF;
	font-size: 10px;
	padding: 3px 18px 2px 8px;
	min-height: 20px;
	border-bottom: 1px solid #0082A6;
	clear: both;
	display: block;
	line-height: 20px;
	height:auto;
	float:left;
	background:#006B89;
	width:164px;
} 
.notificacion .notificacion_expandido .content_notificaciones li a {
	color: #FFFFFF;
	font-size: 10px;
	float: left;
	display: block;
	padding: 0 0 5px 20px;
	margin: 0;
	line-height: 15px;
	vertical-align: top;
	width:80px;
	height:auto;
}
.notificacion .notificacion_expandido .content_notificaciones li a.noticia_not {
	background: no-repeat url(../img/icn/icn_noticia.gif);
}
.notificacion .notificacion_expandido .content_notificaciones li a.documento_not {
	background: no-repeat url(../img/icn/icn_folder.gif);
}
.notificacion .notificacion_expandido .content_notificaciones li a.evento_not {
	background: no-repeat url(../img/icn/icn_calendario.gif);
} 
.notificacion .notificacion_expandido .content_notificaciones li .fecha {
	background: no-repeat left center url(../img/icn/fecha_notificaciones_lista.gif);
	padding-left: 10px;
	float: right;
	display: block;
}
.notificacion .notificacion_expandido .content_notificaciones li.boton_notificacion_arriba,
.notificacion .notificacion_expandido .content_notificaciones li.boton_notificacion_abajo {
	position: absolute;
	top:0;
	left: 0;
	width: 190px;
	height: 18px;
	background: no-repeat 87px 8px url(../img/btn/arriba_notificaciones_active.gif);
	display: block;
}
.notificacion .notificacion_expandido .content_notificaciones li.boton_notificacion_abajo  {
	margin-top: 120px;
	background: no-repeat 87px 10px url(../img/btn/abajo_notificaciones_active.gif);
	border: 0!important; 
}
.cabezote .usuario_logged small {
	font-size: 12px;
	font-weight: bold;
	color:#333333;
	display: block;
	float: left;
	line-height: 20px;
}
/* ---------------------------------------------------- NOTIFICACION INFOANDI---*/
.info_notificacion {
    display:inline;
    margin-bottom:20px;
}
.info_notificacion img {
    margin-right:5px;
    float:left;
}
.info_notificacion a {
    line-height:18px;
    height:auto;
    float:left;
    padding:0 0 0 20px;
    min-width:400px;
    margin-bottom:10px;
    display:inline;
    clear:both;
}
h5.titulo_notificacion {
    height:auto;
    float:left;
    min-width:400px;
    margin-bottom:10px;
    display:inline;
    clear:both;
}
.info_notificacion span {
    width:auto;
    float:right;
    margin:0;
    font-size:11px;
    line-height:18px;
    height:18px;
}
/* ---------------------------------------------- MENU DE NAVEGACION GENERAL---  */


.cabezote ul.main_menu {
	float: right;
	font-size: 10px;
	height: 62px;
	padding: 0 0 0 2px;
	background: no-repeat left url(../img/bg/menu_princ_left.jpg);
	
}
.cabezote ul.main_menu li {
	float: left;
	background: repeat-x url(../img/bg/menu_princ_li.jpg);
	height: 62px;
	width: auto;
	padding: 0 0;
	border-right: 1px solid #0082A6;
}
.cabezote ul.main_menu li a:link,
.cabezote ul.main_menu li a:visited {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding: 45px 10px 3px 10px;
}
.cabezote ul.main_menu li:hover {
	background:#004556;
}
.cabezote ul.main_menu li.last {
	border: none;
	position: relative;
	z-index: 0;
}
.cabezote ul.main_menu li.last span {
	height: 62px;
	width: 3px;
	display: block;
	background: no-repeat url(../img/bg/menu_princ_right.gif);
	float: right;
	top: 0;
	right: 0;
	position: absolute;
}
.breadcrumb {
	clear: both;
	float: left;
	margin-top: 15px;/* this style fix the menu error in IE 7 */
	min-width:510px;/* this style fix the menu error in IE 7 */
}
.breadcrumb span {
	padding:0;
	margin:0 5px 0 0;
	display:inline;
	float:left;
	color:#004556;
	font-size:9px;
}
.breadcrumb a {
	color: #0081A5;
	font-size: 9px;
	display:inline;/* this style fix the menu error in IE 8 */
	float:left;
}
/*.breadcrumb {
	clear: both;
	float: left;
	margin-top: 12px;
}

.breadcrumb a {
	color: #004559;
	font-size: 9px;
}
.breadcrumb span {
	background: no-repeat center url(../img/icn/arrow_breadcrumb.gif);
	padding: 0px 8px 4px 8px;
}*/
.buscador {
	float: right;
	margin-top: 8px;
	height: 22px;
	line-height: 20px;
	display:inline-block;
	min-width:425px;
}
.buscador input {
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	height: 18px;
	width: 215px;
	float: left;
}


/* ------------------------------------------------MENU DESPLEGABLE ---*/


.menu {
	background:#004556;
	float:left;
	display:block;
	height:auto;
	position:absolute;
	z-index:10;
	margin:0 0 0 -1700px;
	padding:0;
	clear:both;
}
.cabezote ul li:hover .menu_seccionales {
	margin:1px 0 0 0;
}
.cabezote ul li:hover .menu_camaras {
	margin:1px 0 0 0;
}
.cabezote ul li:hover .menu_dependencias {
	margin:1px 0 0 0;
}
.cabezote ul li:hover .menu_proyectos {
	margin:1px 0 0 0;
}
.cabezote ul .menu ul {
	color:#FFF;
	padding:10px 0;
	border:none;
	background:none;
	height:auto;
	margin:0;
	width:235px;
	display:block;
	float:left;
	clear:both;
}
.cabezote ul .menu ul li {
	color:#FFF;
	width:215px;
	margin:2px 0;
	padding:0 10px;
	font-size:11px;
	clear:both;
	border:none;
	background:none;
	height:auto;
	line-height:24px;
}
.cabezote ul .menu ul li:hover {
	background:#268EAB;
	
}
.cabezote ul.main_menu .menu ul li a {
	color:#FFF;
	width:235px;
	padding:0;
	clear:both;
	border:none;
	background:none;
	margin:0;
	height:auto;
	display:block;
	float:left;
}
.cabezote ul .menu ul li a.menu_flecha {
	background:no-repeat top left url(../img/btn/menu_flecha.gif);
	width:235px;
	height:14px;
	display:block;
	float:left;
	margin:0 0 0 -10px;
}


/*=====================================================================================================
/* -----------------------------------------------------------------------------------COLUMNA IZQUIERDA
======================================================================================================*/


/* -------------------------------------------------SUBMENU SECCIONALES --- */


.submenu {
	background:no-repeat url(../img/bg/submenu_top.gif) top left;
	height:auto;
	margin-bottom:10px;
	padding-top:6px;
	display:inline;
	float:left;
	width:178px;
	text-transform:uppercase;
}
.submenu ul {
	background:repeat-y url(../img/bg/submenu_center.gif) top left;
	height:auto;
	margin:0;
	display:inline;
	float:left;
}
.submenu ul li {
	color:#FFF;
	text-align:left;
	font-size:10px;
	line-height:25px;
	display:inline;
	float:left;
	border-bottom:1px solid #006480;
}	
.submenu ul li:hover {
	background:#006480;
}	
.submenu ul li a {
	color:#FFF;
	text-align:left;
	font-size:10px;
	padding:0 10px;
	line-height:25px;
	width:158px;
	text-decoration:none;
	float:left;
	display:inline;
}
.submenu span {
	background:repeat-y url(../img/bg/submenu_bottom.gif) top left;
	height:8px;
	width:178px;
	margin:0;
	padding:0;
	display:inline;
	float:left;
}


/* -------------------------------------------------BOTONES COLUMNA IZQUIERDA-- */


.boton_col_izq {
	height: auto;
	background: no-repeat bottom url(../img/bg/curva_boton_izq.gif);
	background-color: #999D9F;
	padding-bottom: 3px;
	margin-bottom: 10px;
	float: left;
	display: inline;
}
.sala_prensa,
.directorio_andi,
.biblioteca {
	background: no-repeat top url(../img/btn/sala_prensa_btn.jpg);
	width: 178px;
	height: 70px;
	display: block;
}
.directorio_andi {
	background: no-repeat top url(../img/btn/directorio_andi_btn.jpg);
}
.biblioteca {
	background: no-repeat top url(../img/btn/biblioteca_btn.jpg);
}
.boton_col_izq:hover .sala_prensa {
	background: no-repeat bottom url(../img/btn/sala_prensa_btn.jpg);
}
.boton_col_izq:hover .biblioteca {
	background: no-repeat bottom url(../img/btn/biblioteca_btn.jpg);
}
.boton_col_izq:hover .directorio_andi {
	background: no-repeat bottom url(../img/btn/directorio_andi_btn.jpg);
}
.boton_col_izq .expandido_boton,
.boton_col_izq:hover .expandido_boton {
	display: none;
	padding: 10px 10px 10px 10px;
	color: #333333;
	text-align: center;
	width: 150px;
}
.boton_col_izq:hover .expandido_boton {
	display: block;
	background: no-repeat center top url(../img/bg/borde_expandido_boton.gif);
}
.boton_col_izq .expandido_boton p {
	font-size: 11px;
	margin-bottom: 5px;
	text-align: left;
}	
.boton_col_izq .expandido_boton a.boton_rojo_20 span {
	background: no-repeat right top url(../img/btn/right_red_button_20_graybg.gif);
}

/*=====================================================================================================
/* ----------------------THUMBNAILS
						 >> ALIADOS-SOCIOS
						 >> PROYECTOS ESPECIALES
======================================================================================================*/

.thumbnail {
	width: 185px;
	height: 100px;
	float: left;
	display: block;
	text-align: center!important;
	margin: 10px 0;
}
/*=====================================================================================================
/* ----------------------------------------------------------------------------------- HOME
======================================================================================================*/


/* -------------------------------------------------NUESTROS SOCIOS HOME -- */


.nuestros_socios {
	text-align: center;
}
.nuestros_socios h3 {
	background: no-repeat url(../img/bg/nuestros_socios_titulo.gif);
	height: 25px;
	font-size: 12px;
	text-transform: uppercase;
	color: #00475C;
	padding: 6px 12px 0 12px;
	margin: 0 0 10px 0;
	text-align: left;
}
.nuestros_socios a.arrow_blue1 {
	float: right;
	clear: right;
	margin: 10px 0;
}


/* -------------------------------------------------PANEL DE NOTICIAS HOME --- */

h3.titulos_home {
	background:url(../img/bg/titulos_home.gif) no-repeat;
	width:757px;
	height:24px;
	margin:0 0 10px 0;
	padding:0 4px 0 10px;
	color:#fff;
	line-height:24px;
	clear:both;
	text-transform: inherit;
}
h3.titulos_home a {
	background: url(../img/misc/flecha_titulos.gif) no-repeat top left;
	padding:0 0 0 13px;
	margin:0 10px;
	color:#FFF;
	text-decoration:underline;
	font-size:10px;
	line-height:24px;
	font-weight:normal;
}
.carrousel_noticias {
	width:757px;
	margin:10px 0 10px 0;
	float:left;
	display:inline;
}
.carrousel_noticias .flecha_izq:link,
.carrousel_noticias .flecha_izq:visited {
	background:url(../img/btn/carrousel_izq.gif) no-repeat;
	width:15px;
	height:343px;
	float:left;
	display:inline;
}
.carrousel_noticias .flecha_izq:hover {
	background:url(../img/btn/carrousel_izq_hover.gif) no-repeat;

}

.carrousel_noticias .flecha_der:link,
.carrousel_noticias .flecha_der:visited {
	background:url(../img/btn/carrousel_der.gif) no-repeat;
	width:15px;
	height:343px;
	float:right;
	display:inline;
}
.carrousel_noticias .flecha_der:hover {
	background:url(../img/btn/carrousel_der_hover.gif) no-repeat;
}
.carrousel {
	width:auto;
	height:343px;
}
.carrousel div {
	float:left;
	display:inline;
	height:343px;
	width:100%;
	margin:0;
	padding:0;
}
.carrousel div span {
	float:left;
	display:inline;
	height:343px;
	width:346px;
	margin:0 16px 0 0;
	padding:0;
}
.carrousel div span h3 {
	font-size:14px;
	color:#333;
	margin:10px 0;
	overflow:hidden;
	height:45px;
}
.carrousel div span p {
	font-size:11px;
	color:#333;
	height:42px;
	overflow:hidden;
	width:auto;
	margin:0;
}
.carrousel div span .ver_noticia {
	float:right;
}
.ver_noticia {
	background: url(../img/icn/icn_noticia.gif) no-repeat top left;
	padding:0 0 0 21px;
	font-size:10px;
	text-decoration:underline;
	color:#003D59;
	height:16px;
	line-height:16px;
	margin:10px;
}
/* ------------------------------------------------------------indicadores --- */
.indicadores {
	background:url(../img/bg/indicadores.gif) no-repeat;
	width: 80%;
	height:21px;
	line-height:22px;
	font-size:11px;
	padding-left:160px;
}
.indicadores p,
.indicadores strong {
	color:#FFF!important;
	display:inline;
	float:left;
}
.indicadores p {
	margin-right:10px;
}
.listado {
	background:url(../img/bg/indicadores.gif) no-repeat;
	width: 70%;
	padding-right:10px;
	overflow-x:hidden;
}
.indicadores div {
	overflow: hidden; 
	display: inline; 
	float: left; 
	width: 590px; 
	height: 22px;
}
.indicadores div span {
	display: block; 
	float: left; 
	height: 22px; 
	width: auto; 
	margin-left:0px;
}
/* ---------------------------------------------------PANEL DE EVENTOS HOME -- */


.eventos_home {
	width:770px;
	margin:0;
	height:auto;
	padding:0;
	float:left;
	display:inline;
}
.eventos_home div{
	margin:10px 13px 0 0;
	float:left;
	display:inline;
}
.eventos_home .borde_izq {
	background: url(../img/bg/eventos_izq.gif) no-repeat;
	width:4px;
	height:65px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
}
.eventos_home .centro {
	background: url(../img/bg/eventos_centro.gif) repeat-x;
	width:363px;
	height:65px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
}
.centro img {
	margin:10px;
	float:left;
	display:inline;
}
.centro a {
	color:#003D59;
	text-decoration:underline;
	font-size:11px;
	float:right;
	display:inline;
	margin:10px 10px 0 0;
	width:243px;
}
.eventos_home .borde_der {
	background: url(../img/bg/eventos_der.gif) no-repeat;
	width:4px;
	height:65px;
	margin:0;
	padding:0;
	float:left;
	display:inline;
}
	

/*=====================================================================================================
/* --------------------------------------------------------------------------------------------- FOOTER
======================================================================================================*/


.footer {
	background: no-repeat bottom url(../img/bg/footer.gif);
	background-color: #D4EDF7;
	font-size: 9px;
	color: #003D59;
	text-align: center;
	height: 15px;
	padding-top: 5px;
	margin-bottom: 10px;
}
/*=====================================================================================================
/* --------------------------------------------------------------------------ANDINET FORMULARIOS BOTONES Y VALIDACIONES
======================================================================================================*/

/* --------------------------------------------------------------------------- PRUEBA INTEGRACION DE HTMLS --*/
.formulario {
	display:inline;
	float:left;
	margin:0 0 15px 0;
	padding:10px 0 10px 0;
	clear:both;
}
.formulario table {
	display:inline;
	float:left;
	clear:both;
}
.formulario table tr td {
	border:none;
	text-align:right;
	color:#666;
	line-height:normal;
	font-size:11px;
}
.formulario table tr td span {
	display:inline-block;
	float:left;
	font-weight:bold;
}	
.formulario table tr td .tipo_documento {
	width:60px;
	margin:0 5px 0 0;
}
.formulario table tr td .numero_documento {
	width:147px;
}
.formulario table tr td .select_completo {
	width:214px;
}
.formulario table tr td .grayText {
	background:#FFF;
	border: 1px solid #7F9DB9;
	margin-left:1px;
}
.formulario table tr td textarea {
	background:#FFF;
	border: 1px solid #7F9DB9;
	margin-left:1px;
}
.formulario table tr td p {
	color:#666;
	text-align:left;
	width:218px;
	float:left;
	margin-bottom:0;
}
.formulario table tr td table tr td {
	padding:0;
	text-align:left;
}
.formulario table tr td input,
.formulario table tr td textarea {
	color:#333;
	font-size:11px;
	float:left;
	width:212px;
}
.formulario table tr td div input 
{
	border: 1px solid #7F9DB9;
}
.formulario table tr td select {
	width:217px;
	color:#333;
	font-size:11px;
	float:left;
	height:18px;
}
.formulario table tr td table tr td input {
	margin:0 3px 0 5px;
	display:block;
	float:left;
	height:18px;
	width:20px;
	border:none;
}
.formulario table tr td table tr td label {
	display:block;
	float:left;
	height:18px;
	line-height:18px;
	width:auto;
}
.formulario .fecha_afiliacion 
{
    width:287px;
}
/*-------------- formularios dobles ------------------*/
.doble table tr td input 
{
    width:200px;
}
.doble table tr td table tr td input
{
    width:20px;
}
.doble table tr td select {
	width:206px;
	color:#333;
	font-size:11px;
	float:left;
	height:20px;
	line-height:20px;
}
/*------------------------------ LISTAS DESPLEGABLES */
.listas_desplegables
{
    background:transparent url(../img/btn/listas_drop.gif) no-repeat scroll left top;
    display:inline;
    height:20px;
    width:200px;
    text-align:left;
    line-height:20px;
    font-size:11px;
}
.listas_desplegables span
{
   color:White;
   margin-left:10px;
}
.input_desplegables 
{
    width:35px;
    margin:0;
    padding:0;
    float:left;
    line-height:20px;
}
.formulario table tr td .input_desplegables input
{
    width:35px;
    height:20px;
    margin:0;
    padding:0;
}

.contenedor_desplegables table
{
    border:1px solid #7F9DB9;
    margin:0 0 5px 5px;
    min-width:225px;
}
/*------------------------------ SUMMARY DE VALIDACION DE ERRORES */
.summary div
{
    display:inline;
    float:left;
    margin:0 0 10px 0;
    color:#7E1F09;
    font-size:13px;
    border:1px solid #B63516;
    clear:both;
    width:525px;
    font-weight:bold;
    padding:15px;
}
.summary ul
{
   margin-top:10px;
}
.summary ul li
{
    color:#666;
    font-size:11px;
    list-style-type:square;
    list-style-position:inside;
}
.preinscripcion div
{
    width:390px;
}
/*=====================================================================================================
/* ----------------------POP UP DE BUSQUEDAS
======================================================================================================*/
.busqueda_avanzada 
{
	padding:10px;
	width:430px;
	background: #FFF url(../img/bg/busqueda_avanzada.gif) no-repeat;
	min-height:180px;
	font-size:11px;
}
.busqueda_avanzada a.cerrar 
{
	margin:0;
	padding:0;
	width:16px;
	background: #FFF url(../img/btn/cancel.gif) no-repeat;
	height:19px;
	display:inline;
	float:right;
}
.busqueda_avanzada h3 
{
	margin:5px 0 15px 0;
	padding:0 0 5px 0;
	display:inline;
	float:left;
	width:429px;
	border-bottom:1px dotted #006184;
	font-size:16px;
	color:#004556;
}
.busqueda_avanzada table 
{
	margin:0 5px;
	width:429px;
}
.busqueda_avanzada table tr td 
{
    border:none;
    text-align:right;
}
.busqueda_avanzada table tr td input,
.busqueda_avanzada table tr td select
{
    float:left;
    width:150px;
    font-size:11px;
}
.busqueda_avanzada table tr td table
{
	margin:0 5px;
	width:100%;
}
/*=====================================================================================================
/* -----------------------------------------------------------------------------------CAJA DE BUSQUEDAS
======================================================================================================*/
.caja_busquedas
{   
    display:inline;
    float:left;
    margin:0 5px 0 0;  
    font-size:11px;
    color:#802008;
}
.buscador ul li {
    display:inline;
    float:right;
    margin:0 5px 0 0;
    font-size:11px;
    color:red;
}
/* ------------------------------------------------------------------------- BOTONES DE ACCIONES -- */
.modificar,
.formulario table tr td .modificar {
	display:inline;
	float:left;
	margin:0 3px;
	padding:0;
	width:16px;
	height:16px;
	background: no-repeat url(../img/btn/modificar.gif) top left;
	border:none;
	cursor:pointer;
}
.eliminar,
.formulario table tr td .eliminar {
	display:inline;
	float:left;
	margin:0 3px;
	padding:0;
	width:16px;
	height:16px;
	background: no-repeat url(../img/btn/eliminar.gif) top left;
	border:none;
	cursor:pointer;
}
.nuevo_telefono,
.formulario table tr td .nuevo_telefono {
	display:inline;
	float:left;
	margin:0 3px;
	padding:0;
	width:18px;
	height:16px;
	background: no-repeat url(../img/btn/nuevo_telefono.gif) top left;
	border:none;
	cursor:pointer;
}
.calendario,
.formulario table tr td .calendario {
	display:inline;
	float:left;
	margin:0 3px;
	padding:0;
	width:18px;
	height:18px;
	background: no-repeat url(../img/btn/icn_calendario.gif) top left;
	border:none;
	cursor:pointer;
}
.adicionar,
.formulario table tr td .adicionar {
	display:inline;
	float:left;
	margin:p7x 0 0 3px;
	padding:0;
	width:18px;
	height:18px;
	background: no-repeat url(../img/btn/agregar.gif) top left;
	border:none;
	cursor:pointer;
}
.borrar,
.formulario table tr td .borrar {
	display:inline;
	float:left;
	margin:0 3px;
	padding:0;
	width:18px;
	height:18px;
	background: no-repeat url(../img/btn/adicionar.gif) top left;
	border:none;
	cursor:pointer;
}
.subir,
.formulario table tr td .subir {
	display:inline;
	float:left;
	margin:0 3px;
	padding:0;
	width:18px;
	height:18px;
	background: no-repeat url(../img/btn/subir.gif) top left;
	border:none;
	cursor:pointer;
}
.descargar,
.formulario table tr td .descargar {
	display:inline;
	float:left;
	margin:0 3px;
	padding:0;
	width:18px;
	height:18px;
	background: no-repeat url(../img/btn/bajar.gif) top left;
	border:none;
	cursor:pointer;
}
/*=====================================================================================================
/* -------------------------------------------------------------------------- Selectores de ajax combobox
======================================================================================================*/
.content_drop_down 
{
	margin:0 0 10px 0;
	float:none;
	display:inline-block;
	clear:both;
}
.content_drop_down table tr,
.content_drop_down table tr td {
	border:none;
	padding:0;
}
.content_drop_down div 
{
    margin-right:5px;
    float:left;
}
.ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input {
	background: url(../img/btn/drop_input.gif) no-repeat;
	background-position:left top;
	border:0 none;
	color:#FFFFFF;
	font-size:12px;
	height:20px;
	padding:4px 0 0 5px;
	width:146px;
	font-size:11px;
}
.ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button {
	background:url(../img/btn/drop_button.gif) no-repeat;
	background-position:left top;
	border:0 none;
	height:24px;
	width:25px;
	margin:-1px 0 0 0;
	cursor:pointer;
	
}
.content_drop_down ul
{
	background-color:#004559;
    border-top:1px solid #268EAB;
    padding:5px 0;
}
.content_drop_down ul li
{
	font-size:11px;
    color:#FFF;
    line-height:18px;
}
.content_drop_down .drop_downs:link,
.content_drop_down .drop_downs:visited 
{
	width: 165px;
	height: 19px;
	padding: 5px 0 0 10px;
	margin-right: 12px;
	display: block;
	float: left;
	background: no-repeat -175px 0px url(../img/btn/drop_down.jpg);
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
	margin-top:5px;
}
/*=====================================================================================================
/* -------------------------------------------------------------------------------- Busquedas Avanzadas
======================================================================================================*/
.busqueda_avanzada .result_adv_search 
{
    border:none;
}
.busqueda_avanzada .result_adv_search th
{
    border-bottom:none;
    background:#FFF;
    font-weight:bold;
    text-transform:uppercase;   
}
.busqueda_avanzada .result_adv_search tr
{
    border-bottom:1px dotted #CCC;
    background:#DDD;
    height:34px;
}
.busqueda_avanzada .result_adv_search tr td
{
    text-align:left;
    padding:5px 10px;   
}
.busqueda_avanzada .result_adv_search tr td.publicado
{
    text-align:center;
    font-weight:bold;
}
.busqueda_avanzada .result_adv_search tr td strong
{
    color:#999;
}
.modalBackground {
	background-color:#FFF;
	filter:alpha(opacity=60);
	opacity:0.5;
}
/*=====================================================================================================
/* ------------------------------------------------------------------------------------------- Revista
======================================================================================================*/
.clear {
	display: block;
	clear: both;
	margin-bottom: 20px;
	float:left;
	width:500px;	
}
.revista {
    height:auto;
}
/*=====================================================================================================
/* ------------------------------------------------------------------------- Especificaciones tecnicas
======================================================================================================*/
.esp_tecnicas
{
    display:inline;
    float:right;
    font-size:11px;
    color:#333;
    margin:5px 10px 0 0;
}
.esp_tecnicas a
{
    color:#004556;
}
    

