/*

	1. Estilos de página
	2. Tipografías
	3. Estilos de párrafos generales
	4. Alineaciones
	5. Listas
	6. Saltos
	7. Bloques
	8. Bloque de notas
	9. Tablas
	10. Fotos e ilustraciones

*/

/* 1. PÁGINA */


body{
	padding: 0 3%;

}


/* 2. TIPOGRAFÍAS */

p, li {
	font-family: 'Georgia', Times, serif;
}

h1, h2, h3, h4, .subtitulo, .titulo_ingles, .autor, .email, .datos {
	font-family: 'DejaVu Sans', Verdana, sans-serif;
}


strong, b, .negrita {
	font-weight: bold;
}


em, i, .italica {
	font-style: italic;
}


/* 3. PÁRRAFOS */

p, li {
	text-align: justify;
	font-size: 1.1em;
}

p {
	text-indent: 2em;
}

h1, h2, h3, h4, .titulo_ingles, .autor {
	hyphens: none;
	font-weight: normal;
}

h1, .subtitulo, .titulo_ingles {
	text-align: right;
	margin-left: 50%;
}

h1 {
	font-size: 2.5em;
}

.subtitulo {
	font-size: 1.8em;
}

.titulo_ingles {
	font-size: 1.6em;
	font-style: italic;
}

h2, h3 {
	margin-top: 2em;
	margin-right: 40%;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-style: italic;
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
	margin-bottom: 0;
}

.autor {
	font-size: 1.4em;
	margin-top: 3em;
}

.autor, .institucion, .email, .sin_sangria, .bibliografia p, blockquote p, .entrevista, .datos, .fecha_recepcion, .fecha_aprobacion_publicacion, .citacion {
	text-indent: 0;
}

blockquote p {
	font-size: 1em;
}

.entrevista {
	margin-left: 3em;
	font-style: italic;
}

.autor, .institucion {
	margin-bottom: 0;
}

.institucion, .email {
	margin-top: 0.5em;
}

.institucion {
	font-style: italic;
}

.epigrafe {
	margin: 4em 10% 2em 50%;
}

.epigrafe p {
	text-indent: 0;
	text-align: left;
	font-size: 1em;

}

.notas, .bibliografia p, .fechas, .fecha_recepcion, .fecha_aprobacion_publicacion, .citacion {
	font-size: 0.9em;
}



.fechas {
	text-align: right;

}


.cita_sin_espacio p {
	margin: 0;
}


/* 4. ALINEACIONES */

.centro {
	text-align: center;
}

.derecha {
	text-align: right;
}

.izquierda {
	text-align: left;
}


/* 5. LISTAS */

.letra_minuscula li {
	list-style-type: lower-alpha;
}

.numero_decimal li {
	list-style-type: decimal;
}

.bullet li {
	list-style-type: disc;
}


/* 6. SALTOS */

.salto3em {
	margin-top: 3em;
}

.salto2em {
	margin-top: 2em;
}

.salto1em {
	margin-top: 1em;
}



/* 7. BLOQUES */

#encabezado {
	border-bottom: 2px solid gray;
	margin-bottom: 5em;
	padding-bottom: 1em;
}

#encabezado::after {
  content: "";
  clear: both;
  display: block;
}

#logotipo {
	width: 30%;
	/*float: right;*/
}

#logotipo img {
	width: 100%;
}


.datos {
	font-size: 0.9em;
	margin-bottom: -1em; 
}

#fechas_y_citacion {
	background-color: #afafaf;
	margin-top: 2em;
	padding: 1em 2em;
}


#licencia {
	margin: 4em 30%;
	padding: 2em;
	text-align: center;
	font-size: 0.8em;
	border: 2px solid #999;
}

#licencia img{
	width: 200px;	
}

/* 8. BLOQUE DE NOTAS */

 ol.notas {
   list-style: none;
   counter-reset: item;
   margin-left: 1em;
 }
 ol.notas li {
   counter-increment: item;
   margin-bottom: 1em;
   text-indent: -1.35em;
 }
 ol.notas li:before {
   content: counter(item);
   color: black;
   width: 1.2em;
   text-align: center;
   display: inline-block;
   font-weight: bold;
   font-size: 1.1em;
 }


/* 9. TABLAS */

.titulo_tabla {
	text-align: center;
	text-indent: 0;
}

.tabla_normal {
	border-collapse:collapse;
	border-spacing:0;
}

.tabla_normal td, .tabla_normal th {
	border: 1px solid #123123;
	margin: 0;
	padding: 0.5em;
	font-family: Arial, sans-serif;
}

.tabla_normal td.sin-borde-abajo, .tabla_normal th.sin-borde-abajo {
	border-bottom-width: 0;	
}

.tabla_normal td.sin-borde-arriba, .tabla_normal th.sin-borde-arriba {
	border-top-width: 0;	
}

.tabla_normal td.sin-borde-derecha, .tabla_normal th.sin-borde-derecha {
	border-right-width: 0;	
}

.tabla_normal td.sin-borde-izquierda, .tabla_normal th.sin-borde-izquierda {
	border-left-width: 0;	
}



/* 10. FOTOS E ILUSTRACIONES */

figure.foto{
	width: 40%;
	min-width: 300px;
	margin: 0;
	background-color: #d8d8d8;
	padding: 0.5em 1em 1em 1em;
}


figure.grafico {
	width: 50%;
	min-width: 300px;
	margin: 0;
}

.foto img, .grafico img {
	width: 100%;
} 

figure.a-la-derecha {
	float: right;
	margin-left: 1em;
}

figure.a-la-izquierda {
	float: left;
	margin-right: 1em;
}

figure.al-centro {
	margin-right: auto;
	margin-left: auto;
}


.foto > figcaption {
	font-family:  'DejaVu Sans', Verdana, sans-serif;
	font-style: italic;
	font-size: 0.9em;
}

.grafico > figcaption {
	font-family: 'Georgia', Times, serif;
	text-align: center;
	font-size: 1.1em;
	margin-top: 1em;	
}

.grafico > figcaption > .fuente, .foto > figcaption > .fuente {
	font-size: 0.8em;
}


.grafico > figcaption > .fuente::before, .foto > figcaption > .fuente::before{
	content: '\A';
	white-space: pre;

}

.dos_fotos {
	display: block;
}

.sin-flotar {
	clear: both;
}
