/* CSS Document */

body 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000
}

.titulo
{
	color: #0b3a8b;
	font-weight: bold;
}

.negrita
{
	font-weight:bold;
}

a:link 
{
	color: #0b3a8b;
	text-decoration: none;
	font-weight: bold;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}

a:visited 
{
	color: #CDDDE0;	
	text-decoration: none;
	font-weight: bold;
}

a:active 
{
	color: #0b3a8b;
	text-decoration: none;
	font-weight: bold;
}

a:hover 
{
	color: #0b3a8b;
	text-decoration: underline;
	font-weight: bold;
}
