@charset "UTF-8";
/* footer */
.footer {
	background: url(../images/page/bgfooter.gif) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
	width: 978px;
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
	float: none;
}
.footer a,.footer a:hover {color: #FFF;}
.boletin {
	padding: 0px;
	width: 554px;
	text-align: center;
	margin: 0px;
	background-color: #ffffcc;
	border-color: #666666;
	border-style: Solid;
	border-width: 1px;
	border-bottom: 1px Solid Blue;
}
.boletinTIT {
	padding: 10px;
	width: 534px;
	text-align: left;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
}
.boletinCON {
	padding: 10px;
	width: 534px;
	margin: 0px;
	text-align: justify;
	clear: right;
}
.footerCopia {
	color: #000066;
	font: bold 12px;
	text-align: center;
	width: 978px;
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
	float: none;
	background-color: #ffffcc;
	border-top: 1px Solid #3399ff;
}

