/* ENLACES  */
.enlacesbold {
	font-family: verdana;
	font-size: 10px;
	color: #336699;
	text-decoration: none;
}

.enlacesbold:hover {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #CC3300;
	text-decoration: underline;
}

.texto {
	font-family: verdana;
	font-size: 10px;
	color: #336699;
}