body {
	margin-top: 0px;
	padding-top: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	text-align: justify;
	color: #555;
	
}
div, table, tr, td, th {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
p.seccion{
	margin-right: 2px;
	padding-left: 50px;
}
div.cuerpo {
	width: 870px;
	margin-left: auto;
	margin-right: auto;
}
div.top {
	background: url(../img/base_top.png) no-repeat top left;
	height: 194px;
	width: 870px;
}
div.contenido {
	background: url(../img/base_repeat.png) repeat-y top left;
	width: 870px;
	overflow: hidden;
}
div.pie {
	background: url(../img/base_down.png) no-repeat top left;
	padding-top: 40px;
	width: 870px;
	font-size: 10px;
	color: #aaa;
}
div.contenido_iz {
	float: left;
	margin-left: 50px;
	width: 490px;
}
div.contenido_de {
	float: right;
	width: 277px;
	margin-right: 40px;
}
div.contenido_full{
	margin-left: 48px;
	margin-right: 44px;
}
div.noticias{
	background: url(../img/de_noticias_repeat.png) repeat-y top left;
	color: #fff;
	font-size: 12px;
	padding-left: 25px;
	padding-right: 20px;
}
div.noticias p{
	margin: 0px;
}
div.menu {
	position: absolute;
	margin-left: 31px;
	margin-top: 146px;
}
span.submenu_activo{
	color: #fff;
	background: #0371bb;
	font-weight: bold;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 10;
}
span.submenu_desactivo{
	color: #0072BB;
	background: #eee;
	font-weight: bold;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 10;
}
a:hover span.submenu_desactivo{
	color: #fff;
	background: #BB7200;
	font-weight: bold;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 10;
}
div.subseccion{
	border: solid 1px #0072BB;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 2px;
	background-color: #fff;
	z-index: 50;
}
a{
	text-decoration: none;
	color: #0371BB;
}

a:hover{
	text-decoration: none;
	color: #804000;
}

strong{
	color: #0371BB;
}

img {
	border: none 0px;
	margin: 0px;
}

.center{
	text-align: center;
}
.cajas6{
	width: 30px;
}

