/* CSS Document */

a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #41485B;
}
a:active {
	text-decoration: none;
	color: #41485B;
}
.parrafo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	padding-left: 30px;
}
.primerparrafo {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	color: #C15751;
	line-height: 16px;
	padding-left: 30px;
}
.titulo {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 16px;
	color: #576079;
	font-weight: bold;
}
.titulo2 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #C15751;
	font-weight: bold;
}
.titulo3 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	color: #C15751;
	font-weight: bold;
    padding-left: 30px;
}	