/*******************************************************************/
/* Enlaces
/*******************************************************************/
a
{
	//Para todos los enlaces
	font-family: Verdana,Arial;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #0000FF;
}
ul li a
{
	color: #FFFFFF;
}
a:visited
{
	//cuando
}
a:hover
{
	//Cuando el ratón pasa sobre el link
	text-decoration: none;
	color: red;
	font-weight: bold;
}

/*******************************************************************/
/* Partes del documento HTML
/*******************************************************************/
body, .frameCabecera, .frameIndice, ul li
{
	font-family: Century Gothic, Arial, Helvetica;
	font-size: 10pt;
	background-color: #DEFDFE;
}
table
{
	border-style:solid; 
	border-width:0; 
	table-cellspacing:5;
	margin-left: 30px;
}
td
{ 
	font-size: 10pt; 
	text-align:center;
	background-color: #AAFDFE;
	color: #000000;
}
th
{
	font-family:Arial; 
	font-size:10pt;
	font-weight:bold; 
	text-align:left;
	color: red; 
}
p
{
	font-family: Verdana, Century Gothic, Arial, Helvetica;
	font-size: 10pt;
	margin-top: 5;
	margin-left: 30;
	margin-right: 30;
	margin-bottom: 5;
	color: #0000FF;
	position: relative;
}

/*************/
/* CABECERAS */
/*************/
h1, h2, h3, h4, h5, ul li, th
{
	background-color: #0000FF; 
	color: #FFFFFF; 
}
h1, h2, h3, h4, h5
{
	font-family: Verdana, Century Gothic, Arial, Helvetica;
	text-indent:5; 
}
h1
{
	font-size: 14pt;
}
h3
{
	font-size: 12pt;
}
h4
{
	font-size: 10pt;
}
h5
{
	font-size: 8pt;
	margin-left: 30px;
}
img
{
	margin-left: 30px;
	position: relative;
	border: 0px none;
}
li img, td img, p img
{
	/*Se aplica a las IMG que están dentro de alguna LI*/
	margin-left: 0px;
}
.comentario, .piePagina, .fecha
{
	font-family: Arial;
	font-size: 10pt;
	font-style: italic;
}
.comentario
{
	color: #AAAAAA;
	background-color: #EEEEEE; 
	text-align: justify;
	margin: 30 30 30 30;	
}
.piePagina
{
	text-align: right;
}
.fecha
{
	text-align: right;
	color: #999999;
}
.imgCabecera
{
	position: absolute;
	top:  0.2cm;
	left: 0.2cm;
	z-index: 0;
}
.menu
{
	position: absolute;
	top:  0.0cm;
	left: 6cm;
}
.titulo
{
	font-size: 14pt;
	position: absolute;
	top:  2cm;
	left: 0.2cm;
	font-family: Verdana, Century Gothic, Arial, Helvetica;
	text-indent:5; 
	color: #000080; 
	z-index: 10;
}
.icono
{
	position: absolute;
	top:  0.4cm;
	left: 1.4cm;
	z-index: 10;
}
.framePrincipal
{
	width: 400; 
}
/*******************************************************************/
/* Listas
/*******************************************************************/
UL
{
	/* Mostrará la imagen y en caso de fallo un cuadro */
	list-style-image: url('graficos/right_r.gif');
	list-style-type: square;
	margin-left: 0px;
}
li
{
	font-family: Verdana,Arial;
	font-size: 10pt;
}
ul li
{
	margin-bottom: 2px; 
}