/* CABECERA */

#titulo {
    margin: 0 0 10px 0;
}

#titulo div {
    position: relative;
    border-bottom: 1px dashed #B0B0B0;
    padding-bottom: 2px;
    height: 18px;
}

#titulo img {
    position: absolute;
    bottom: 1px;
    left: 0;
}

/* INDEX */

#libros div.inner {
    padding: 15px 0 15px 0;
    border-bottom: 1px dashed #B0B0B0;    
}

#libros div.titulo {
    padding-bottom: 10px;
}

#libros div.foto {
	width:80px;
	float:left;
	display:inline;
	}

#libros img	{
    padding: 2px;
    border: 1px solid #B0B0B0;
    margin-top: 2px;
}

#libros a img {
    padding: 2px;
    border: 1px solid #B0B0B0;
    margin-top: 2px;
}

#libros a:hover img {
    padding: 2px;
    border: 3px solid #F49C32;
    background-color: #F49C32;
}
	
#libros div.desc {
    width: 429px;
	float: left;
	}
	
#libros div.mas {
	clear:both;
	padding-top:10px;
	}
	
#libros p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3935;
	text-align: justify
}
#libros p.titulo {
    font-weight: bold;
    text-align: left;
}
#libros p.autores {
    color: #B0B0B0;
    text-align: left;
}

#libros a {
	color: #3F3935;
    text-decoration: none;
}

#libros a:hover {
    text-decoration: underline;
}

#libros a.titulo:hover {
    color: #F49C32;
    text-decoration: none;
}

#libros a.naranja {
    color: #F49C32;
    text-decoration: none;
}

#libros a.naranja:hover {
    color: #F49C32;
    text-decoration: underline;
}

/* DETALLE */

#libros div.detalle {
    border: 0px none;
    padding: 15px 0;   
    border-bottom: 1px dashed #B0B0B0;       
}

#libros .fotolibro {
    float: left;
    border: 1px solid #B0B0B0;
    padding: 2px;
    margin: 2px 12px 10px 0;
}

#libros div.fichabib {
    border: 0px none;
    padding: 15px 0;   
}

#libros ul {
    font-family: Verdana;
    font-size: 11px;
    text-align: justify;
    list-style-type: square;
    list-style-position: outside;
    margin-left: 15px;
    padding-left: 15px;
}

#especial li {
    padding-bottom: 10px;
}

#libros ol {
    font-family: Verdana;
    font-size: 11px;
    text-align: justify;
    list-style-type: decimal;
    list-style-position: inside;
}

#libros ol.alpha {
    font-family: Verdana;
    font-size: 11px;
    text-align: justify;
    list-style-type: lower-alpha;
    list-style-position: inside;
}

/* FICHA DE ENVIO */

#libros td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3935;
	padding: 3px;
	vertical-align: top;   
}

#libros td.izq {
    width: 32%;
    text-align: right;    
}

#libros p.datos {
    margin-top: 2px;
    text-align: right;     
}
#libros p.datosinner {
    margin-top: 2px;   
}

#libros td.der {
    width: 68%;
}

#libros td.inner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3935;
	padding: 0;
}

span.instrucciones {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;    
	color: #B0B0B0;
	margin-top: 2px;	
}
.combos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #3F3935;	
}


.campos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #3F3935;
	padding: 1px;		
}

.camposinner {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #3F3935;
	padding: 1px;		
	margin: 1px 0;
}
.campotexto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #3F3935;
	padding: 1px;
}

.boton {
    height: 18px;
	font-family: MS Sans Serif;
	font-size: 10px;
	font-style: normal;
	color: #3F3935;
	text-align: center;
	border: 0px none;
	margin: 0 2px;
}



/* NOTA AL PIE */

#nota {
    padding: 15px 0 0 0;    
}

#nota div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3935;
	text-align: justify	
	}