/* CSS definition file containing sitestyle stylesheets */
BODY {
	color: rgb(0,0,0);
	background: url(assets/images/fondo_2.jpg) no-repeat;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: rgb(138,89,169);
}
 A:link { color: rgb(102,0,153); text-decoration: none ;}
 A:hover { color: rgb(0,51,255); text-decoration: underline;}
 A:visited { color: rgb(138,89,169);}
 P { font-family: Verdana,sans-serif; font-size: 10pt;}
 LI { list-style-image: url("./assets/images/DataIcon.gif");}
 div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.titulo {
	font-size: 20px;
	color: rgb(106,64,153);
	letter-spacing: -1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 600;
}
.titulo2 {
	font-size: 20px;
	color: #BB5FBE;
	letter-spacing: -1px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: 600;
}
