BODY
	{
	font-family: arial;
	font-size: 11pt;
	margin-left: 50px;
	margin-top: 50px;
	background-image: url("gifs/fondo.gif");
	background-attachment: fixed;
	background-color: #e7eae8;
	  }

TABLE
	{
	font-family: arial;
	font-size: 11pt;
	color: #000000;
	text-align:justify;
	}
TH
	{
	text-align: center;
	line-height: 125%; 
	FONT-SIZE: 13pt;
	}


table.ensayo {
}


table.datos{
background : #000;
}

table.datos th {
background : #606060;
color: #fff;

}

table.datos td {
text-align: center;
background : #fff;
} 

P
	{
	line-height: 150%;
	}

.S
	{
	COLOR: #FFFFFF; 
	FILTER: shadow(color=#000000);
	FONT-SIZE: 14pt;
	FONT-WEIGHT: normal;
	WIDTH: 100%;
	margin-left: 5px;
	}


.R
	{
	COLOR: #444444; 
	FILTER: shadow(color=#ffffff);
	FONT-SIZE: 12pt;
	FONT-WEIGHT: bold;
	WIDTH: 100%;
	margin-left: 5px;
	}


.normal
	{
	background-color:#eeeeee; color:#000000; font-weight:bold; 
	}
.over
	{
	background-color:#ffffff; color:#000000; font-weight:bold; 
	}



A:link    { color: #0000cc ; text-decoration: none }    /* vínculos no visitados */
A:visited { color: #0000cc ; text-decoration: none }     /* vínculos visitados */
A:hover   { color: #cc0000 ; text-decoration: none }     /* el usuario señala el vínculo */
A:active  { color: #0000bb ; text-decoration: none }	/* enlace activo */
