@charset "ISO-8859-1";
/* CSS Document */
body,td,th {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height:20px;
	text-align:justify;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.titulo {
	font-family: Verdana;
	color: #CC0000;
	font-weight: bold;
}
.titulo2 {
	font-family: Verdana;
	font-size:24px;
	color: #ed2024;
	font-weight: bold;
}
.det{
	font-size:10px;
}

