BODY
{
	background-image : url(img/bg_home.gif);
	background-repeat : no-repeat;
}

.txt
{
	font-family : Verdana;
	font-size : 11px;
	line-height : 15px;
	color : #333333;
}

.azul
{
	font-family : Verdana;
	font-size : 11px;
	font-weight: bold;
	line-height : 15px;	
	color : #0061AB;
}

.link
{
	font-family : Verdana;
	font-size : 11px;
	line-height : 15px;
	color : #333333;
	text-decoration: underline;
}

.link:hover {
color: #0061AB; 
text-decoration: underline;
}