/* CSS Document */


body {
	/*	background-image: url(gfx/bg.gif);*/
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(gfx/bg.gif);
}
a:link {
	color: #754D86;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
}
a:visited {
	text-decoration: none;
	color: #754D86;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}p {
	margin: 10px;
	padding: 0px;
	text-align: justify;
	font-size: 12px;
}
.titulos {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bolder;
	letter-spacing: 1px;
	color: #754D86;
}
.sembold {
	font-weight: normal;
}
.ingles {
	font-weight: normal;
	font-size: 9px;
}
ul {
	margin: 15px;
	padding: 15px;
}
.subtitulos {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #754D86;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.bgtable {
	background-image: url(gfx/titulo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
