body {
	background-image: url(../imagenes/fondo.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center top;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
/*main*/
#pie {
	background-image: url(../imagenes/fondo_pie.png);
	height: 45px;
	color: #4C77A3;
	padding-top: 30px;
	padding-left: 20px;
	clear: both;
}
#pie a{
	color: #4C77A3;
	text-decoration:none;
}
#pie a:hover{
	color: #4C77A3;
	text-decoration:underline;
}
#tit_seccion h1{
	color: #0D5FB9;
	font-size: 18px;
}
#tit_seccion {
	padding-bottom: 20px;
}
.descripcion_box_texto_color {
	color: #89A9BC;
}
.descripcion_box_texto_color a{
	color: #89A9BC;
	text-decoration:none;
}
.descripcion_box_texto_color a:hover{
	color: #89A9BC;
	text-decoration:underline;
}
/*botonera*/
#cuerpo_botonera {
	background-image: url(../imagenes/sombra_botonera.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #073669;
	height:1%;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#cuerpo_botonera .tit{
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7C97B5;
	background-color: #052C56;
}
#cuerpo_botonera .tit a:hover{
	background-color: #041F3C;
}
#cuerpo_botonera li a:hover{
	background-color: #041F3C;
}
#cuerpo_botonera .submenu li a{
	padding-left:20px;
	color: #CCCCCC;
	background-color: #064182;
}
#cuerpo_botonera .submenu li a:hover{
	background-color: #0D5CB5;
}
#pie_botonera {
	background-image: url(../imagenes/pie_botonera.png);
	height: 16px;
}
/*noticias*/
.tit_box_novedad h4 {
	color: #99CCFF;
	font-size: 11px;
	font-weight: normal;
}
.tit_box_novedad a {
	color: #99CCFF;
	text-decoration:none;
}
.tit_box_novedad a:hover {
	color: #99CCFF;
	text-decoration:underline;
}
.btn_box_nevedad {
	background-image: url(../imagenes/fondo_btn_ver.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 10px;
}