/* ----------------------------------------------------------------------
   CSS for dpod_book content type.
   ---------------------------------------------------------------------- */

.libros{
    padding: 0px 0 0 0;
    margin: 0 0 0 0;
    width: 600px
}
.libros div{
    padding-top:20px;
}
.libros h1{
    font-size:18px;
}
.libros h2{
    font-size:12px;
    font-weight:normal;
}
.libros h3{
    font-size:12px;
    color:#6f94b7;
    text-transform:uppercase;
    float:left;
    margin-right:5px;
		clear: both;
}
.libros .precio{
    color:#e5ab0f;
    font-size:16px;
    font-weight:normal;
	line-height: 20px;
}
.imagen_libro{
    float:left;
    width:250px;
}
.texto_libro{
    margin-left:0px;
    float:left;
    width:350px;
    font-size:10px;
		overflow: hidden;
}
.separador-horizontal{
    background: url(/imgs/backgrounds/pt_hor.gif) repeat-x right ;
    height: 10px;
    width:350px;
    margin-top:10px;
    margin-bottom: 10px;
}
.imagen_libro li {
    padding-left:25px;
    font-size:9px;
    padding-top: 5px;
}
.enviar_amigo{
    background: url(/imgs/comunes/ico_mail.gif) no-repeat;
}
.informar_contenido{
    background: url(/imgs/comunes/ico_alerta.gif) no-repeat;
}
.vista_previa{
    background: url(/imgs/comunes/ico_libro.gif) no-repeat;
}
.ver_contratapa{
    background: url(/imgs/comunes/ico_contratapa.gif) no-repeat;
}

/* ----------------------------------------------------------------------
   Search (pag ocasiones regalos y Buscador Avanzado)
   ---------------------------------------------------------------------- */

#ocasiones_container {
	width: 630px;
	margin-bottom: 10px;
}

.ocasion {
	float: left;
	margin: 3px;
	background-color: #444;
	border: 0;
}

#edit-submit {
    background: url(/images/botones/enviar.gif) no-repeat;
	width: 70px;
	height: 25px;
	border: 0px;
	cursor: pointer;
}
/* ----------------------------------------------------------------------
   Custom Search Form
   ---------------------------------------------------------------------- */

#search_form_container {
	margin-top: 30px;
	width: 400px;
	height: 40px;
}

#search_form_container input {
	font-size: 12px;
}

#edit-submit {
    background: url(/images/botones/enviar.gif) no-repeat;
	width: 70px;
	height: 25px;
	border: 0px;
	cursor: pointer;
}
.logo {
	width: 450px;
	text-align: right;
}

