#pagina , .boxhead , .boxbody , .botones , .estiloLetraEjInput , .estiloTituloResultados ,.estiloIndiceRes {
	font-family:Arial, Helvetica, sans-serif;
}

#pagina{
	position:absolute;
 	width:800px;
 	height:auto;
 	margin-left:-400px;
 	left:50%;
 	top:10px;
	
}


#cabecera {
 	position:relative;
 	top:0px;
 	left:0px;
 	width:100%;
}

#pie{
 clear:both;
 width:100%;
}

#izquierda {
 float:left;
 position:relative; 
}
#centro {
position:relative;
float:right;
margin: 0 auto; /* center for now */
}
#derecha {
 float:right;
 position: relative;
 margin: 0 auto; 
}
#unico {
position:relative;
margin: 0 auto; /* center for now */
}

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 375px; /* ems so it will grow */
	background: url(../graficos/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(../graficos/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
}
.boxhead h2 {
	background: url(../graficos/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(../graficos/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 25px 25px;
	font-size:0.8em;
	color : #666666; 
}

a.leyenda:link       {font-size:0.9em; text-decoration: UNDERLINE; color: #666666 }
a.leyenda:visited    {font-size:0.9em; text-decoration: UNDERLINE; color: #666666 }
a.leyenda:active     {font-size:0.9em; text-decoration: UNDERLINE; color: #666666 }
a.leyenda:hover      {font-size:0.9em; text-decoration: UNDERLINE; color: #666666 }

.title {
	font-size:0.9em;
	font-weight:bold;
}

.botones {	
	font-size:1em;
}

.ejemplo {
	font-size:0.9 em;
	font-style:oblique;

}

.descripciones {
	text-align:justify;
	font-size:0.8em;
}

.estiloLetraEjInput {
	font-weight:600;
	font-size: 0.9em;
	
}
.estiloTituloResultados {
	font-size:1.2em;
	font-style:italic;
	font-weight:600;
	}
.estiloIndiceRes{
	font-style:italic;
	font-stretch:ultra-condensed;
	color:#FF0000;
	}
	
.almudenaAtras {
	position:relative;
	float:right;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:5px;
	padding-right:25px;
	padding-left:10px;
	padding-bottom:10px;
	text-decoration:underline;
}

