@charset "utf-8";
/* reseteando */
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, hr, button {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%; 
vertical-align:baseline;
}
blockquote, q {quotes:none;}
table {
border-collapse:collapse;
border-spacing:0;
}
/* fin reseteado */

/* selectores HTML */
body {
	font:0.85em Verdana, Times, Helvetica, Arial, sans-serif;
	background-image:url(../images/fdo.gif);
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0;
	text-align:center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#fff;
	line-height:1.5em;
}

h1 {
width:180px;
height:360px;
background:url(../images/col_i.gif) top left no-repeat;
font-family:Georgia, Times, serif;
font-size:120%;
position:relative;
z-index:1;
overflow:hidden;
}
h1 span {
width:180px;
height:360px;
background:url(../images/col_i.gif) top left no-repeat;
display:block;
color:#000;
overflow:hidden;
}
h1 span span {
position:absolute;
z-index:-1;
overflow:hidden;
display:none;
}
h2 {
font-size:130%;
padding:0;
margin:30px 0 10px 0;
color:#C69;
}
h3 {
	font-size:110%;
	padding:0px;
	margin:25px 0 10px 0;
	color:#C69;
}
h4 {
	font-size:110%;
	padding:0px;
	margin:25px 0 10px 0;
	color:#C69;
}
h5 {
	font-size:110%;
	padding:0px;
	margin:25px 0 10px 0;
	color:#C69;
}
h6 {
	font-size:110%;
	padding:0px;
	margin:0px;
	color:#C69;
}
img  {
	border:none;
}

/* vinculos de hipertexto */
a {
	font-weight:bolder;
	color:#999;
	text-decoration:none;
}
a:link {
	
}
a:visited {
	color:#FCF;
	
}
a:hover {
	text-decoration:none;
	color:#FFF;
}
a:focus {
	
}
a:active {
	
}

ul {
margin:0 0 20px 0;
}

/* componentes de página */
#contenedor {
	width:990px;
	font-size:90%;
	margin:0 auto; /* el valor "auto" para margin, junto con un ancho, centra la pagina */
	border:0px solid #000;
	text-align:left; /* sobreescribe el text-align: center del elemento body. */
	position:relative;
	background:url(../images/col_i.jpg) top left no-repeat;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#contenido {
	width:79%;
	height:40em;
	margin:0;
	padding:0 0 0 195px;
}
#libros01, #libros02 {
	width:47%;
	float:left;
	padding:0 20px 0 0;
}
.ficha {
width:48%;
text-align:left;
margin-bottom:10px;
border-bottom:#666 solid 1px;
padding:0 0 15px 0;
float:left;
}
.ficha img {
margin-bottom:5px;
border:#fff solid 1px;
}
.ficha ul. .ficha li {
list-style-image:none;
}
.subir {
width:95%;
text-align:right;
font-size:90%;
margin:0 0 10px 0;
padding:0px;
}

#colIzq{
	width:180px;
	height:360px;
	margin:0px;
	padding:0px;
	float:left;
	position:relative;
}
#colDcha{
	width:754px;
	min-height:46em;
	margin:0px;
	padding:0 0 0 30px;
	float:left;
	position:relative;
}
#cabecera{
	width:99%;
	height:11em;
	margin:0px;
	padding:0px;
	background:url(../images/cabecera.gif) no-repeat;
}
#contIzq {
	width:77%;
	margin:0 0 20px 0;
	padding:0 0 301px 0;
	text-align:justify;
	position:relative;
	float:left;
	background:url(../images/dec01.jpg) bottom left no-repeat;
}
#contIzq02 {
	width:77%;
	margin:0 0 20px 0;
	padding:0px;
	text-align:justify;
	position:relative;
	float:left;
}
#contIzq03 {
	width:100%;
	margin:0 0 20px 0;
	padding:0 0 301px 0;
	text-align:justify;
	position:relative;
	float:left;
	background:url(../images/dec01.jpg) bottom left no-repeat;
}
#contDcha {
	width:19%;
	margin:0px;
	padding:0px;
	text-align:center;
	position:relative;
	float:right;
}
#contDcha img {
	margin:10px 0px 15px 0px;
}

/* #info > p:first-child {
	font-size:85%;
	padding:20px 0px 0px 0px;
	margin:0px;
}*/

#pie {
	width:100%;
	clear:both;
	font-size:90%;
	font-family:Arial, Verdana, sans-serif;
	color:#999;
	margin:0px;
	padding:0px;
	text-align:center;
	border-top:1px solid #906;
}
#IEroot #pie {
	padding-top:10px;
}

#pie li {
	margin-right:18px;
	display:inline;
}

/*clases*/
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.vcard span {
display:block;
padding-bottom:2px;
}