div#cabInterior {
	background: #fff url('../i/cabecera.jpg');
	width: 760px;
	height: 128px;
}

div#contenidoWeb {
	background: #fff url('../i/fondo.jpg');
	background-repeat:repeat-y;	
	margin: 0;
	padding: 0;
	width: 760px;
}

div#menu {
	font-family: Verdana, Arial, Futura, sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 10px;
	text-align: right;
	width: 150px;
	float: left;
}

.menu1 {
	color: #fff;
	padding-right: 22px;
	padding-top: 2px;
	height: 17px;
	margin-bottom: 3px;
	margin-top: 10px;	
	display: block;
	background: #fff url('../i/fondo_menu.jpg');	
}

.menu1act {
	color: #000;
	padding-right: 55px;
}

.menu1 a:hover {
	text-decoration: none;
	color: #fff;
}

.menu1 a {
	color: #000;
	text-decoration: none;		
}

.menu2 {
	color: #000;
	padding-right: 22px;
	padding-top: 2px;
	height: 5px;
	margin-bottom: 5px;
	margin-top: 5px;	
	display: block;
}	
.menu2 a {
	color: #B80000;
}
.menu2 a:hover {
	text-decoration: none;
	color: #000;
}


/* ----------------------contenido-----------------------*/
div#contenido{
	padding: 15px;
	font-family: Verdana, Arial, Futura, sans-serif;
	font-size: 8pt;
	color: #000;
	float: left;
	width: 578px;
}

div#contenido p{
	font-family: Verdana, Arial, Futura, sans-serif;
	font-size: 8pt;
	color: #000;
}

h1 {
	padding-top: 2px;
	height: 18px;
	font-size: 10pt;
	color: #fff;
	font-weight: bold;
	text-align: right;
	padding-right: 0.5em;	
	background: #B80000;
}
h2 {
	border-bottom: solid #B80000 1px;
	font-size: 10pt;
	color: #B80000;
	font-weight: bold;
	padding-right: 0.5em;	
}
h3 {
	padding-left: 0.5em;
	padding-top: 0.2em;	
	height: 20px;
	background-color: #FFC64A;
	font-size: 10pt;
	color: #B80000;
	font-weight: bold;
	padding-right: 0.5em;	
}

div#menu_derecha{
	width: 134px;
	float: right;
}


div#recuadro{
	width:560px;
	border: 0.05em solid #B80000;
	padding: 0.5em;
}

div#recuadro a {
	color:red;
	text-decoration:none;
}

div#recuadro img {
	text-align:center;
	padding: 5px;
}

div#recuadro a:hover {
	color: Purple;
	text-decoration: none;
}

div#novedad_portada{
	border:0.1em solid #FF7000;
	width: 30%;
	float:left;
	padding:1em;
}

div#agenda_portada{
	border:0.1em solid #990000;
	width: 70%;
	padding:1em;
}

div#caja_encuesta{
	border:0.1em solid #990000;
	padding:1em;
	height:100%;
}
