@charset "utf-8";
/* CSS Document */

/* Formateo de css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1;color: black;background: white;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0?' in the markup */
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/*boton desplegable*/
	.but-yell-menu-close {border:0;position:relative;top:0;float:right;display: block;width: 32px;height: 31px;}
	.but-yell-menu-close:hover{}
/* definimos el tamaño del texto para que 1em = 1px*/
	body{line-height:1; font-size: 62.5%; margin:0 auto; }



/*Incluimos las fuentes */

@font-face {
    font-family: '1942_report';
    src: url('1942.eot');
    src: url('1942.eot?#iefix') format('embedded-opentype'),
         url('1942.woff') format('woff'),
         url('1942.ttf') format('truetype'),
         url('1942.svg#1942') format('svg');
    font-weight: normal;
    font-style: normal;

}




body {background-color:#faf9f7; margin:20px;font-family: "Courier New", Courier, monospace;}

#contenido {
	margin:0 auto;
	width:1000px;
}

#titulo {
	font-size: 30px;
	color:#443d23;
	margin: 40px 0 0 40px;
	width:250px;
	float:left;
	line-height:inherit;
	font-family: "1942_report";
}




#logos{
	top:445px; position:absolute; width:400px;
}

#listado {font-size: 18px; color:#7c7149; margin: 40px 0 0 20px; width:200px; float:left;}
#listado li {padding-bottom:8px;}
#listado li a {text-decoration:none;color:#7c7149; font-family: "1942_report";}
#listado li a:hover {color:black;}

#creditos {border-left: 1px solid #7c7149; float:right; margin-top:10px;}
#creditos li {padding: 0px 0px 0px 10px; margin-top:-10px;}
#creditos li a {text-decoration:none;color:#7c7149; font-size: 14px; font-family: "Courier New", Courier, monospace;}
#creditos li a:hover {color:black;}

#textoHome {
	margin: 40px 0 0 30px;
	font-size: 12px;
	color:#000000;
	width:550px;
	float:left;
	font-family: "Courier New", Courier, monospace;
	line-height: 16px;
	text-align:justify;
}

#textoHome a{
	text-decoration:none;
	color:#7C7149;
}

#textoHome a:hover{
	text-decoration:underline;
	color:#000000;
}

#textoHome h2{
font-size: 18px; font-family: "Courier New", Courier, monospace; margin-bottom:10px;
}

#imagenHome{
	margin: 40px 0 0 20px;
	font-size: 12px;
	color:#000000;
	width:450px;
	float:left;
	font-family: "Courier New", Courier, monospace;
	line-height: 16px;
	text-align:justify;
}

#autor {width:300px; float:left; margin: 40px 30px 0 20px; }
#autor .nombre {font-size: 24px; color:#7c7149; margin-bottom:10px; font-family: "1942_report";}
#autor .tituloLibro {font-size: 16px; color:#443D23; margin-bottom:20px; font-family: "Courier New", Courier, monospace;}
#autor .textoAutor { font-size: 12px; color:#7c7149; line-height:14px; text-align:justify;}
#autor .descargasAutor {font-size: 12px; margin-top:5px; background-image:url('../img/PDF.jpg'); background-repeat: no-repeat; padding-left:25px; padding-top:5px; height:20px; cursor:pointer; color:#000000;}
#autor .descargasAutor img {margin-right:5px;}
#autor .descargasAutor a {font-size: 12px; color:#7c7149; text-decoration:none;}
#autor .descargasAutor a:hover {font-size: 12px; color:#000000; text-decoration:none;}

#galeria {margin: 20px 0 0 20px; float:left; width:320px;}
#galeria img {margin: 10px 10px 0 0px;}

.leermasBoton a {text-decoration:none; color:#443D23;}
.leermasBoton a:hover {text-decoration:underline; color:#000000;}
