@charset "UTF-8";
/* CSS Document */

body {
	background-color: #c4baa5;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial;
	font-size: 11px;
	color: #291b09;
}
a.bottom {
	font-family: Arial;
	font-size: 11px;
	color: #291b09;
}
a.bottom:link {
	text-decoration: none;
}
a.bottom:visited {
	text-decoration: none;
	color: #291b09;
}
a.bottom:hover {
	text-decoration: underline;
	color: #291b09;
}
a.bottom:active {
	text-decoration: none;
	color: #291b09;
}


.TextoGeneral {
	font-family: Times;
	font-size: 16px;
	text-align: justify;
	line-height: 30px;
	color: #000000;
}

.TextoNoticias {
	font-family: Times;
	font-size: 14px;
	text-align: justify;
	line-height: 22px;
	color: #000000;
}

.TituloNoticias {
	font-family: Times;
	font-size: 14px;
	text-align: justify;
	line-height: 22px;
	color: #4e0000;
	font-weight: bold;
}

a.LinkGeneral {
	font-family: Times;
	font-size: 14px;
	line-height: 22px;
	color: #6d0606;
	text-align: justify;
}
a.LinkGeneral:link {
	text-decoration: none;
}
a.LinkGeneral:visited {
	text-decoration: none;
	color: #6d0606;
}
a.LinkGeneral:hover {
	text-decoration: underline;
	color: #6d0606;
}
a.LinkGeneral:active {
	text-decoration: none;
	color: #6d0606;
}
