/* CSS Document */
DIV{
	padding-left:15px;

		padding-bottom:6px;
		font-size:10px;
}
TD{
	font-family:verdana;
	font-size:10px;
}	
.white{
	font-family:verdana;
	font-size:10px;
	color:white;
	text-decoration:none;
}	
.white:hover{
	text-decoration:underline;
}
.bl{
	font-family:verdana;
	font-size:10px;
	color:black;
	text-decoration:none;
}	
.bl:hover{
	text-decoration:underline;
}

.bm{
	font-family:verdana;
	font-size:10px;
	color:white;
	font-weight:bold;
	text-decoration:none;
}	

.bm:hover{
	text-decoration:underline;
}
.tituloMedio {
	font-weight: bold;
	color: #000066;
	font-size: small;
}
.justificado {
	text-align: justify;
}
.navegacion {
  font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
  color            : #FFFFFF;
  font-size        : 10px;
  font-weight      : bold;
 }
.navegacion a:link, .navegacion a:visited {
  font-size        : 11px;
  color            : #FFFFFF;
  font-weight      : normal;
}
.navegacion a:hover {
  font-size        : 11px;
  color            : #FFCC00;
  font-weight      : normal;
}

a:link,  a:visited {
  font-size        : 10px;
  color            : #991D20;
  font-weight      : normal;
}
a:hover {
  font-size        : 10px;
  color            : #440000;
  font-weight      : normal;
}