
/* CSS Document */
a.texto2:link {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc3405;
	border-style:none;
	font-weight: bold;
	padding:5px 0px 5px 0px;
	text-decoration:none;		
}

a.texto2:visited {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #939393;
	border-style:none;
	font-weight: bold;
	padding:5px 0px 5px 0px;
	text-decoration:none;	
}

a.texto2:active {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #939393;
	border-style:none;
	font-weight: bold;
	padding:5px 0px 5px 0px;
	text-decoration:none;	
}

a.texto2:hover {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc0000;
	border-style:none;
	font-weight: bold;
	padding:5px 0px 5px 0px;
	text-decoration:none;	
}

