/* CSS Document */
body { 
	margin: 0; 
	padding: 0;
	color: #333;
	text-align:left;
	line-height:1.5em;
	font: normal 10px/14px "Lucida Grande",Arial,Helvetica,sans-serif;
	}
/* Capas y subcapas */
.contenedor {
	width: 925px;
	margin: auto;
}

/* Cabecera */
.cabecera {
	width:925px;
	height:100px;
	margin:auto;
/*	background-image:url(imagen/fondo_azul.png) */
}
#logo{
width:160px;
float:left;
height:72px;
padding-top:0px;
background: url(imagen/logo20.gif) no-repeat center transparent;
z-index:1;
}
#monterroso{
width:600px;
height:72px;
padding-top:2px;
text-align:center;
background: url(imagen/monterroso.gif) no-repeat top transparent;
float:left;
z-index:2;
}
#junta{
width:160px;
height:72px;
padding-top:5px;
background: url(imagen/junta-orig.png) no-repeat center transparent;
float:left;
z-index:3;
}
.menucabecera {
position:relative;
width:925px;
text-align:center;
top:-24px;
left:0px;
padding-bottom:0px;
/*border-bottom:1px solid #d9d98b;*/
/*background: url(imagen/menucabecera2.png) repeat transparent;*/
z-index:4;
}

/*  Estructura central */
.central {
width:925px;
margin:auto;
}
.plantilla{
width:745x;
float:left;
margin-top:-5px;
}
.izquierda{
width:225px;
float:left;
z-index:16;
/*border-right:1px solid #d9d98b;*/

}
.derecha{
width: 520px;
margin-left:225px;
/*background-color:#e6e3de;*/
z-index:9;
}

/*Capas y subcapas de la izquierda*/
.calendario {
float: left;
}
.informacabecera{
/*background: url(imagen/menucabecera2.gif) repeat transparent;*/
font-size:13px;
font-family: Geneva, Arial, Helvetica, sans-serif;
color:#0052A4;
margin-top:5px;
margin-bottom:0px;
text-align:left;
text-shadow: #ccc 0.1em 0.1em 0.1em;
}
.fijos {
width: 225px;
float: left;
padding-bottom:18px;
}
.marcofijos {
margin-top:0px;
float: left;
}
.marcofijos p{
margin-top:2px;
}
.documentos{
position:relative;
top:10px;
left:10px;
width:700px;
text-align:center;
}
.noticias {
width: 515px;
margin:auto;
z-index:10;
}
#marconoticia{
padding:42px;
padding-top:0px;
}
/*Capas y subcapas de la derecha*/
.menu{
width:180px;
margin-top:-26px;
margin-left:747px;
padding-left:2px;
/*border-left:1px solid #d9d98b;*/
z-index:201;
}
.marcomenu{
width:180px;
}
.informamenu{
padding:0px 2px;
text-align:left;
letter-spacing:0px;
line-height:18px;
font-size:14px;
font-weight:bold;
text-shadow: #ccc 0.1em 0.1em 0.1em;
/*background: url(imagen/menucabecera2.gif) repeat transparent;*/
color:#0052A4;
}
.menu .informamenu{
font-weight:normal;
font-size:14px;
font-family: Helvetica, Geneva;
margin-top:5px;
margin-bottom:6px;
}
.izquierda .informacabecera{
font-weight:normal;
font-size:14px;
font-family: Helvetica, Geneva;
}
/* Notas */
.menunotas{
width:130px;
margin-top:35px;
padding-left:25px;
float:left;
}
.cuerponotas{
margin-left:140px;
padding:5px 10px 15px 10px;
}