BODY
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	FONT-SIZE: 12px; 
	COLOR: #333333; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	text-decoration:none;
	background-color:#ffffff;
	background-image:url(imagenes/bg.jpg);
	background-repeat:repeat-x;
}


/******* general *******/
p {
	FONT-SIZE: 12px; 
	COLOR: #333333; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	text-decoration:none;
	text-align:justify;
	
}

.texto_general {
	FONT-SIZE: 12px; 
	COLOR: #333333; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	text-decoration:none;
}

.titulo_general {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.titulo_general_ch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: bold;
	TEXT-DECORATION: none;
}
.texto_avisos {
	FONT-SIZE: 12px; 
	COLOR:#990000; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	text-decoration:none;
}

/******* tablas *******/
TD {
	FONT-SIZE: 12px; 
	COLOR: #333333; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	text-decoration:none;
}
.titulo_tablas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.espacios_tabla {
	padding-top:3; padding-bottom:4;
}


/******* formas *******/
.titulo_formas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}.texto_formas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.boton_formas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

/******* links *******/

A.liga_menu{
	FONT-SIZE: 10px; 
	COLOR:#333333; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	text-decoration:none;
}
A.liga_menu:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#333333;
	text-decoration:none;
}
A.liga_menu:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#333333;
	text-decoration: none;
}
A.liga_menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#333333;
	text-decoration:none;	
}



/******* hyperlink and anchor tag styles *******/

a:link{
	color:#274C78;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:visited{
	color:#274C78;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:hover{
    color:#0d2e75;	
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/*************** list tag styles ***************/

ul{
color: #274C78;
 list-style-type: square;
 /**list-style-image:url(imagenes/bulletpunto.gif);*/
}

ul ul{
color: #274C78;
 list-style-type:disc;
}

ul ul ul{
color: #274C78;
 list-style-type:square;
}
ul ul ul ul{
color: #274C78;
 list-style-type:disc;
}

.texto_pie {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.texto_pie a {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
h1 {
	font-size: 13px;
	color: #000000;
}
h2 {
	font-size: 12px;
	margin:0;
	padding:0;
}
h3 {
	font-size: 12px;
	margin:0;
	padding:0;
}
