@charset "iso-8859-15";
/* CSS Document */

* { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }

body {	
	font: normal 10pt Verdana, Arial, Helvetica, sans-serif; 	
	margin: 0; 
	/* NUEVO: margin: 5px 20px 20px 20px; */  /* igual que el margin-bottom del #pie */
	padding:0;  /* Eliminamos el margen interno que Opera añade por omisión. Añadido el 25-3-2006 */
	background-color: #F9F9F9;		 
	/* background-color:#003366; */
  	outline: none;
}


html, body 
{ 
	height:50%; 	
}

#pag 
{	
	position:relative;
	min-height: 100%;
	top:0;
	left:0;
	/* QUITADO: width: 100%; */
	margin: 0;
	color: #333;
	line-height: 130%;
	background-color:#F9F9F9;
}
	
#contenido 
{
	width: auto;
	/* margin: definido en cada maqueta3, maqueta2i, maqueta2d y maqueta1 */
	padding: 1em;
	padding-top: 2em; /* este sólo para IE */
	padding-bottom: 5em; /* para que las columnas izda. y dcha. no 'pisen' el pie*/
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	text-align: justify;
	background-color:#FFF;
	min-height: 500px;
	/*voice-family: "\"}\""; 
	voice-family:inherit; */
	z-index: 3;
	}
html>body #contenido { padding-top: 4em; } /* este para otros navegadores */


#contenido .preh2 { 
	font-size: 8pt;
	color: #999;
	margin: 0 1.3em;
}

#contenido .preh2 a{ color: #369;}

	
/* div#contenido > h2   , pero como no funciona el "child-selector" en IE6, nos vemos obligados a usar "descendant-selector" ... */

/* PIE DE CADA PÁGINA ************************************************************************ */
#pie {
	clear:both;
	width: 100%;
	/* border-bottom: 2px solid #CCC;*/
	/* padding: 6em 0 2em 0;  */
	padding: 2em 0 2em 0;  
	margin: 40px 0 40px 0;  /* 25px igual que el margin del body */
	font: normal .9em Verdana, Arial, sans-serif; 
	font-weight: normal;
	color: #999;
	/* background: #F9F9F9 url("../img/fondo_encinas4.gif") no-repeat bottom right;  */
	/* background: #3D3D3D url("../img/fondo_encinas4.gif") no-repeat bottom right;  */
	/* background: url("../img/fondos/verde_dg.gif") repeat-x scroll center bottom transparent ; 	 */
	/* background-color: #3D3D3D; */
	/* background-color:transparent; */
	/*background: url("/img/fondos/pie_sombra.png") no-repeat scroll center top transparent;*/
}	

#pie p {
	text-align: center;
	padding: .5em 0;
	margin: 0;
        font-size:0.9em;
        
}

#pie p a { color: #059BD8;font-size:0.9em;}
#pie a:hover,#pie a:active { color: #FF0080;}

 .cazul  {color: #0D3B81;}
/* SANGRï¿½AS DE Pï¿½RRAFO EN GENERAL *************************************************************** */
.indent1 {margin-left: 3em;}
/* RECORTE en leftnav y rightnav  *********************************************************** */
div.recorte {
        text-align: center;
        border: 1px solid  #DDD;
        border-radius: 3px;
        padding: .5em;
        font-size: .9em;
        margin-bottom: 1em;
}

div.recorte { line-height: 1.2em;}
div.recorte img {margin: .5em 0;}
div.recorte span {margin: 0 0 .5em 0; display:block;}
.center {text-align: center;}
#cabecera {
       /* margin: 0;
        width:auto;
        background: #FEFEFE url("fondo_cabecera.png") no-repeat center left;
        border-bottom: 1px solid #999;
        color: #FFF;
        font-size: .8em;
        padding: 0 0 0 125px;
        height: 7em;
        min-height: 90px; /* altura de la imagen de logo */
	background: #38618f url("logo_diputacion_cabecera.png") no-repeat scroll right center;
   	 border-bottom: 1px solid #999;
    	color: #fff;
    	font-size: 0.8em;
    	height: 7em;
    	margin: 0;
    	min-height: 90px;
    	padding: 0 0 0 125px;
    	width: auto;
        z-index: 1;
        }

