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

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

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

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

