.area1 {
	border: thin dotted #999999;
}
.texto1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
}
/* texto visitado */
a.texto1:visited {
	color: #999999; 
}
/* texto rollover */
a.texto1:hover {
	color: #FF0000;
	text-decoration: underline;
	font-weight: normal;
}
.texto_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999999;
	text-decoration: none;
}