@charset "utf-8";

/* CSS Document */

.textoslibresgran {

	font-family: "Trebuchet MS", Verdana;

	font-size: 18px;

	font-style: normal;

	font-variant: normal;

	color: #2A2A2A;

	text-decoration: none;

}

.textoslibres {

	font-family: "Trebuchet MS", Verdana;

	font-size: 13px;

	font-style: normal;

	font-variant: normal;

	color: #2A2A2A;

	text-decoration: none;

}

a:link {

	color: #2A2A2A;

	text-decoration: none;

}

a:visited {

	color: #2A2A2A;

	text-decoration: none;

}

a:hover {

	color: #2A2A2A;

	text-decoration: underline;

}

a:active {

	color: #2A2A2A;

	text-decoration: none;

}

.textoslibresnegrita {

	font-family: "Trebuchet MS", Verdana;

	font-size: 13px;

	font-style:normal;

	font-variant: normal;

	color: #2A2A2A;

	text-decoration: none;

	font-weight: bold;

}


