/*******************/
/*ELEMENTOS BÁSICOS*/
/*******************/

body {
	background-image: url(../img/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

H1, H2, H3, H4, H5, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT {
	font-family: Arial, Helvetica, sans-serif;		
}
A {
	color: #0099CC;
	text-decoration: none;
}
A:hover {
	color: #39B1E5;
	text-decoration: underline;
}
P, PRE { 
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-left:10px;
}

FORM { }
P, TD, UL, OL {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-left:10px;
	}
TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { 
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-left:10px;
 }
	
/******************/
/*    TITULOS     */
/******************/
H1 {font-size: 12px; color: #EE3538; margin-left:10px;}
H2 {font-size: 12px; color: #EE3538; margin-left:10px;}
H3 {font-size: 12px; color: #EE3538; margin-left:10px;}
H4 {font-size: 12px; color: #EE3538; margin-left:10px;}

H1 A, H2 A, H3 A, H4 A, H5 A { 
	color: #0099CC;
	text-decoration: none; 
}

/* FORMATO DE TABLAS */

TABLE.contenttable {  }
TABLE.contenttable TR TD {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-left:10px;	}
TABLE.contenttable TR TD P.bodytext { 
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-left:10px;
}
TABLE.contenttable TR {  }

/*******************/
/*   TEXTO NORMAL  */
/*******************/

P.bodytext {	
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-left:10px;
}

.bodytext A{	
	color: #0099CC;
}
.bodytext A:hover{	
	color: #39B1E5;
	text-decoration: underline;
}

/* LISTAS CON VIÑETAS */

UL {  }
UL UL LI { }
OL {  }
LI { }

/* OTROS ESTILOS NECESARIOS */

.texto_noticias {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-right: 27px;
	margin-left: 8px;
	margin-top: 0px;
	line-height: normal;
	text-align:left;
}
.texto_titulo_noticias {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0F4D75;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 0px;
	line-height: normal;
	text-align:left;
}
.texto_noticias A{
	color: #006699;
	text-decoration: none;
}
.texto_noticias A:hover{	
	color: #39B1E5;
	text-decoration: underline;
}
.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F4F4F4;
	text-decoration: none;	
	margin-top: 2px;
	margin-left: 5px;
}
.bottom A{
	color: #FFFFFF;
}
.bottom A:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	text-align: right;
	margin-right: 20px;
	
}
.menu A{	
	color: #FFFFFF;
}
.menu A:hover{	
	color: #FFFFFF;
	text-decoration: underline;
}

/* ESTILOS PARA FONDOS DE CELDAS Y DE TABLAS CON BACKGROUND*/

.TablaBkg {background-image: url(../img/bg-main.jpg);}
.BottomBkg {background-image: url(../img/bg-bottom.jpg);}
.NoticiasBkg {background-image: url(../img/bg-bloque.jpg);}
.MenuBkg {background-image: url(../img/bg-menu.jpg);}
.BloqueBkg {background-image: url(../img/bg-bloque.jpg);}

.sirela {
	color: #006699;
	font-size: 11px;
	/*font-weight: bold;*/
	font-weight: normal;
	text-align: right;
	text-decoration: none;
}
.sirela_busqueda {
	color: #006699;
	font-size: 12px;
	font-weight: bold;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
}
.sirela_categoria {
	color: #666666;
	font-size: 10px;
	/*font-weight: bold;*/
	font-weight: normal;
	text-align: right;
	text-decoration: none;
}
.sirela_institucion {
	color: #666666;
	font-size: 10px;
	/*font-weight: bold;*/
	font-weight: normal;
	text-align: right;
	text-decoration: none;
}
.sirela_separador {
	border-bottom: 1px solid #CC0000;
}
.sirela_separador_gris {
	border-bottom: 1px solid #C0C0C0;
}
.sirela_nota {
	color: #006699;
	font-size: 10px;
	font-weight: bold;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
}
.sirela_errores {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	border-bottom: dotted 1px #FF0000;
	text-decoration: none;
	margin-top: 3px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 8px;
}
.sirela_error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	margin-top: 3px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 8px;
}
.sirela_listar_todos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0099CC;
        border-bottom: dotted 1px #4C7BBE;
}
.sirela_param_busq {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099CC;
}
.sirela_titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #FF0000;
	border-bottom: dotted 1px #FF0000;
	text-decoration: none;
}