/* -------------------------------------------------------------- 
  
   fuentes.css
   * Fuentes.
   
   Encuentros elmundo.es 2010
   (c) Unidad Editorial Internet S.L. 2010. Todos los derechos reservados.
   
-------------------------------------------------------------- */

/*	Base general / El interlineado y el margen vertical se calcula en base a:
	12px es equivalente 75%*/
body {
	font: 75%/150% Arial, Helvetica, sans-serif;
  	color: #333333; 
}
h1,h2,h3,h4,h5,h6 { 
  color: #111; 
  font-family: Arial, Helvetica, sans-serif; 
}

/* Encabezados
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; line-height:normal; }

h1 { font-size: 300%; margin-bottom: 10px; font-style:italic; }
h2 { font-size: 200%; margin-bottom: 5px; }
h3 { font-size: 166.7%; margin-bottom: 5px; }
h4 { font-size: 141.7%;margin-bottom:5px; }
h5 { font-size: 125%; font-weight: bold; margin-bottom: 5px; }
h6 { font-size: 68.8%; font-weight: bold; }

h2 em, h3 em, h4 em, h5 em, h6 em {
	font-style:italic;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#810072;
	border:0;
	text-decoration:none;
}
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color:#333;
	
}

/* texto
-------------------------------------------------------------- */

p           { margin: 0 0 10px; }
p.last      { margin-bottom: 0; }
p img       { float: left; margin: 0 0 5px 0; padding: 0; }
img         { margin: 0; }

ul, ol      { margin:0; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0; }
dl dt       { font-weight: bold; }
dd          { }

abbr, 
acronym     { border-bottom: none; }

a:focus, 
a:hover     { color: #333; }
a           { color: #810072; text-decoration: underline; }

blockquote  { margin: 0; color: #374B5C;}
strong      { font-weight: bold; }
em,dfn      { font-style: italic;}
dfn         { font-weight: bold; }
pre,code    { margin:0; white-space: pre; }
pre,code,tt { } 
tt          { }

input, select {
	font:100% Arial, Helvetica, sans-serif; color:#333;
}
.accesskey {
	border:0;
	text-decoration:none;
}
/* Tablas
-------------------------------------------------------------- */

table   {  }
th      {  }
td      {  }
th,td   {  }
tfoot   {  }
caption {  }


/* Otras class 
-------------------------------------------------------------- */

.arriba    { margin-top:0; padding-top:0; }
.abajo     { margin-bottom:0; padding-bottom:0; }


/* Portada
-------------------------------------------------------------- */
.portada h2 {  font-size: 150%; margin-bottom: 0; }
.portada h3 {  font-size: 120%; margin-bottom: 2px;  font-weight: bold; }
.portada h4 {  font-size: 100%; margin-bottom: 5px; font-weight: bold; }
p.titulo-seccion {  font-size: 120%; margin-bottom: 5px;  font-weight: bold; }
p.titulo-seccion span { line-height:170%;}

.archivo p.titulo-seccion {  font-size: 120%; margin-bottom: 5px;  font-weight: bold; line-height:170%;  }

/*cabecera
----------------------------------------------*/
p.tag, p.fecha { font-size:90%; }

/* Secciones
------------------------------------------*/
p.titulo-seccion span { background: url(https://e00-elmundo.uecdn.es/especiales/2010/12/espana/ave/img/comunes/fondo_lineas_diag_amp_azul.gif); padding:0 15px; color:#FFF; height:25px; float:left; }
p.titulo-seccion { height:25px; background: url(https://e00-elmundo.uecdn.es/especiales/2010/12/espana/ave/img/comunes/fondo_lineas_diag_gris_azul.gif); float:left; width:100%;}