/* Hoja de estilos noe 2008 */
/****************************/
body{
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	color:Black;
	margin-left:10px;
	margin-right:10px;
	margin-top:2px;
	margin-bottom:2px;
}
p{	font-size:12px;
	text-align:justify;
	text-indent:20px;
	margin-left:10px;
	margin-right:20px;
}
li{ list-style-type:disc;
	text-align:left;
	margin-left:20px;
	margin-right:20px;
}
table{
	font-size:12px;
	border-color:Silver;
	text-align:left;
	margin-left:0px;
	margin-top:0px;
}
td.borde{
	font-size:10px;
	border-color:Yellow;
	color:Navy;
	text-align:center;
}
td.cita{
	font-size:10px;
	font-weight:bold;
	color:Yellow;
	text-align:center;
}
h1{	/* titulo de pagina */
	font-size:16px;
	color:Teal;
	text-align:center;
}
h2{	/* titulo de seccion */
	font-size:14px;
	color:Navy;
	text-align:left;
	text-indent:20px;
	margin-left:10px;
}
h3{	/* texto con enfasis */
	font-family:"Comic Sans MS","MS Sans Serif";
	font-size:13px;
	font-weight:bold;
	color:Green;
	text-align:center;
}
h4{ /* texto y posicionado de texto/imagenes en izquierda */
	font-size:9px;
	font-weight:lighter;
	text-align:left;
	margin-left:10px;
}
h5{ /* texto y posicionado de texto/imagenes en centro */
	font-size:9px;
	font-weight:bold;
	text-align:center;
}
h6{ /* texto y posicionado de texto/imagenes en derecha */
	font-size:9px;
	font-weight:lighter;
	text-align:right;
	margin-right:20px;
}
/* texto con enfasis para I·N / color verde solido
	<font color="Green"><strong>    ...    </strong></font>
*/
/* texto con enfasis / color gris solido
	<font color="Gray" style="font-size:14px; font-family:'Comic Sans MS','MS Sans Serif'"><strong>    ...    </strong></font>
*/
a{	color:Navy;
	text-decoration:none;
}
a:hover{
	color:Yellow;
	background-color:Navy;
	background-repeat:no-repeat;
	text-transform:none;
}
a:visited{
	color:Fuchsia;
	text-decoration:none;
}
/****************************/