@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffd76b;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.white {
	background-color: #FFFFFF;
	border: solid 5px #fff;
	border-top:0px
}
.fondo {
	background-image: url(images/image.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
/* Estilos Top */
.toptab {
	background-color: #FFFFFF;
	background-image: url(images/backtop.jpg);
	background-repeat: repeat-x;
}
#topmenu td{
text-align:right;
padding: 5px 10px 5px 10px;
border-right: solid 1px #64D03E;

}
#topmenu a {
color:#64D03E;
font-size:8pt;
font-weight: 500;
}
#topmenu a:hover {
	color:#ABEA03;
	background-image: url(images/hover.gif);
	background-repeat: no-repeat;
	background-position: center -5px;
}
/* Estilos Generales */

.central {
background:#FFFFFF;
border:solid 5px #ffffff
}

.centro {
	padding-top:5px;
	padding-bottom:5px;
	text-align:center
}
.texto {
	font-weight: 500;
	color:#000000;
	font-size: 8pt;
	padding-top:3px;
	text-align:justify;
	padding-top:8px
}
.headtittle {
	font-weight: 600;
	border-bottom: solid 1px #64D03E;
	font-size: 13pt;
	padding-top:8px;
	padding-bottom:2px;
	color:#64D03E;
	text-align:left
}
.footer {
	font-weight: 500;
	border-top: solid  1px #64D03E;
	font-size: 7pt;
	padding-top:5px;
	text-align: left;
	color:#000
}

.footer a {
color:#000
}
.footer a:hover {
color:#9BE503
}
.newstittle{
	font-weight: 600;
	color:#0067BF;
	font-size: 10pt;
	padding-top:4px;
	padding-bottom:2px;
	text-align:left;
	border-bottom: solid 1px #64D03E;
}
.newstittle2{
	font-weight: 500;
	color:#0067BF;
	font-size: 8pt;
	padding-top:4px;
	padding-bottom:2px;
	text-align:left;
	padding-top:8px
}
.morenews{
	font-weight: 500;
	color:#0067BF;
	font-size: 6pt;
	padding:5px;
	text-align:right;
	vertical-align:bottom;
	border-bottom: solid 1px #DDEAA5;
}
.news{
	font-weight: 400;
	color:#000000;
	font-size: 7pt;
	padding-bottom:5px;
	text-align:justify;
}
