@charset "ISO-8859-1";
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #4a4a48;
}
body {
	background-color: #757575;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	scrollbar-face-color:#C0C0C0;
	scrollbar-highlight-color:#C0C0C0;
	scrollbar-3dlight-color:#C0C0C0;
	scrollbar-darkshadow-color:#C0C0C0;
	scrollbar-shadow-color:#C0C0C0;
	scrollbar-arrow-color:#600405;
	scrollbar-track-color:#600405;
}

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #FFFFFF;
}

.menu:link {
	color: #4a4a48;
}
.menu:visited {
	color: #4a4a48;
}
.menu:hover {
	color: #a20303;
}
.menu:active {
	color: #4a4a48;
}

.int:link {
	color: #000000;
}
.int:visited {
	color: #000000;
}
.int:hover {
	color: #333333;
}
.int:active {
	color: #000000;
}


.texto_red {
	color: #a20303;
}
.texto_white {
	color: #ffffff;
}
.title {
	font-size:21px;
	color: #932006;
}

