@charset "utf-8";
.titulos {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
.texto {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}

.link {
font-family: Tahoma;
	font-size: 10px;
	color: #666666;
	text-decoration:none;
}

.link:hover {
font-family: Tahoma;
	font-size: 10px;
	color: #666666;
	text-decoration:underline;
}
