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

/*RESET*/
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	/*background: transparent;*/
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}


/*---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*--------------------- DATOS GENERALES ---------------------*/


body{
	background-color:#eae6d5;
	font-family:"Franklin Gothic Book";
	font-size:12px;
}

#interior{
	width:850px;
	margin-left:auto;
	margin-right:auto;
}

#superior{
	width:100%;
	float:left;
}

#logo_sup{
	width:120px;
	float:left;
	padding:10px 0 0 30px;
	
}

#menu_sup{
	width:600px;
	float:left;
	padding:20px 20px 0 0;
	font-family:"Franklin Gothic Book";
	font-size:13px;
	font-weight:bold;
}

#menu_sup a:link, a:visited{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

#menu_sup a:hover{
	color:#999;
	font-weight:bold;
	text-decoration:underline;
}

#texto_superior{
	width:740px;
	float:left;
	color:#999;
	font-size:18px;
	padding:0 0 10px 0;
}

#texto, #libros_inicio{
	float:left;
	width:740px;
}

#contenido{
	width:820px;
	float:left;
	padding:30px 0 30px 30px ;
	line-height:18px;
	background:none;
	background:url(../imagenes/fnd_g7.jpg);
	background-repeat:no-repeat;
}


.texto24-plomo{ color:#858585; font-size:28px;}
.texto24-negro{ color:#000; font-size:28px;}
.texto18-plomo{ color:#858585; font-size:22px;}
.texto18-negro{ color:#000; font-size:22px;}
.texto14-plomo{ color:#858585; font-size:13px;}
.texto14-negro{ color:#000; font-size:13px;}
.texto-simple{color:#000; font-size:14px;}
.titulo_cursiva{font-style:oblique; font-size:18px; font-weight:bold;}

h1, h2, h3, h4{ text-decoration:none; font-weight:normal;}

#contenido_portada_izq{
	width:340px;
	float:left;
	padding:30px 0 10px;
}

#contenido_portada_der{
	width:375px;
	float:left;
	padding:30px 0 10px;
}

#img_portada1{
	width:115px;
	height:160px;
	float:right;
	background:url(../imagenes/fondo_libro_largo.jpg);
	background-repeat:no-repeat;
	padding:13px 0 0 11px;
	margin-right:75px;
}

#img_portada2{
	width:210px;
	height:168px;
	float:right;
	background:url(../imagenes/fondo_libro.jpg);
	background-repeat:no-repeat;
	padding:13px 0 0 12px;
	margin-right:80px;
}


#text_der{
	width:150px;
	float:left;
}

#titulo_portada1{
	width:250px;
	padding:3px 0 3px 10px;
	float:left;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#d3d1bc;
}

#titulo_portada2{
	width:267px;
	padding:3px 0 3px 10px;
	margin:0 0 0 10px;
	float:left;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#d3d1bc;
}

#portada{
	width:100%;
	height:210px;
	float:left;
	padding:20px 0 0 0;
}

.slide img{
	background:#eae6d5;
	padding:3px;
	border:4px solid #d4d2bd;
}

#content_libros{
	width:740px;
	float:left;
	padding:20px 0 0 0;
}

#content_libro1{
	width:415px;
	float:left;
	padding:0 0 0 10px;
}

#content_libro2{
	width:440px;
	float:right;
	padding:0 0 0 10px;
}

#content_libro3{
	width:440px;
	float:left;
}

#portada1{
	float:left;
}


#portada1 img{
	background:#eae6d5;
	padding:3px;
	border:4px solid #d4d2bd;
}

#titulo_portada3{
	width:90px;
	padding:3px 0 3px 5px;
	float:left;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:10px;
	background-color:#d3d1bc;
}

#libro1{
	width:645px;
	float:right;
	padding:0 0 10px 0;
}

#libro2{
	width:400px;
	float:left;
}

#footer{
	width:740px;
	height:30px;
	float:left;
	text-align:center;
	padding:20px 0 0 0;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

ul li{
	list-style-position:inside;
	list-style-type:circle;
	color:#858585; font-size:13px;
}

ul li{
	list-style:none;
	list-style-type:none;
}
