/*******************/
/*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;		
	color: #333333;
	font-size: 12px;
	line-height: 18px;
	margin-left:10px;
}
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  {	}
TD, BLOCKQUOTE, INPUT, TEXTAREA, SELECT {  }
	
/******************/
/*    TITULOS     */
/******************/
H1 {font-size: 12px; color: #FFFFFF; margin-left:10px; background-color:#168DC8; margin-right: 1px;}
H2 {font-size: 11px; color: #39B1E5; margin-left:10px;}
H3 {font-size: 10px; color: #39B1E5; margin-left:10px;}
H4 {font-size: 10px; color: #0099CC; 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 {	}
TABLE.contenttable TR TD P.bodytext { }
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 */

/* 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: 11px;
	font-weight: bold;
	color: #000000;
	margin-right: 27x;
	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;
	font-weight: bold;
	margin-top: 9px;
	margin-left: 5px;
}
.bottom A{
	color: #FFFFFF;
}
.bottom A:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
	text-align: right;
	margin-right: 20px;
	text-transform:uppercase;			
}
.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-tabla.jpg);}
.BottomBkg {background-image: url(../img/bg-bottom.jpg);}
.NoticiasBkg {background-image: url(../img/bloque-bg.jpg);}