@charset "utf-8";
.titulos {
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #990066;
	text-align: left;
}
.subtitulos {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #330000;
}


.textos {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	text-align: left;
}
a:link {
	color: #990066;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #990033;
}
a:hover {
	text-decoration: underline;
	color: #FF00FF;
}
a:active {
	text-decoration: none;
	color: #990066;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #990066;
}
body {
	background-image: url(../Images/bg.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	background-position: center top;
	margin-left: 0px;
	margin-right: 0px;
}
A.linktitulos:link{
	text-decoration:underline;
	color:#FFFFFF;
	font-weight:bold
}
A.linktitulos:visited {
	text-decoration:none;
	color:#FFFFFF
}
A.linktitulos:active {
	text-decoration:none;
	color:#FFFFFF
}
A.linktitulos:hover {
	text-decoration:none;
	color:#FFFFFF
}
.tit_exp {
	color: #660000;
}
