/*******************/
/*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: #006699;
	text-decoration: none;
}
A:hover {
	color: #0099FF;
	text-decoration: none;
}
P, PRE { 
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;	
}

FORM { }
P, TD, UL, OL {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	
	}
TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { 
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	
 }
	
/******************/
/*    TITULOS     */
/******************/
H1 {font-size: 14px; color: #00CC00; font-weight:bold;  margin-top:6px;}
H2 {font-size: 14px; color: #00CC00; }
H3 {font-size: 13px; color: #00CC00; }
H4 {font-size: 12px; color: #00CC00; }

H1 A, H2 A, H3 A, H4 A, H5 A { 
	color: #0099CC;
	text-decoration: none; 
}

/*******************/
/*   TEXTO NORMAL  */
/*******************/

P.bodytext {	
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	
}

.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: 4px;
	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: #006699;
	text-decoration: underline;
}
.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;  
	text-decoration: none;	
	margin-top: 2px;
	margin-left: 5px;
}
.bottom A{
	color: #333333;
}
.bottom A:hover{
	color: #006699;
	text-decoration: none;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	text-align: right;
	margin-right: 10px;	
}
.menu A{	
	color: #333333;
}
.menu A:hover{	
	color: #006699;
	text-decoration: none;
}
.menu-superior {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4F4F4F;
	text-decoration: none;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;	
	margin-top: 3px;
}
.menu-superior A{	
	color: #4F4F4F;
}
.menu-superior A:hover{	
	color: #006699;
	text-decoration: none;
}
.ColorVerde {color: #00CC00}
.ColorBlanco {color: #FFFFFF}

/* 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);}
.TituloBkg {
	background-image: url(../img/bg-title.jpg);
	background-repeat: no-repeat;
}
.BloqueBkg {background-image: url(../img/bg-bloque.jpg);}

/* agregados por GALILEO */

.table htmlarea-showtableborders {
	border: solid 1px #CCC;
}
.table htmlarea-showtableborders tr{
	border: solid 1px #CCC;
}
.table htmlarea-showtableborders td{
	border: solid 1px #CCC;
}
/* FORMATO DE TABLAS */

TABLE.contenttable { 
    border: solid 1px #CCC;
 }
TABLE.contenttable TR TD {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
		}
TABLE.contenttable TR TD P.bodytext { 
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	
}
TABLE.contenttable TR {  }
