﻿
#Div1{

}

#listado{
width: 99%;
min-height: 500px;
    margin-top: 8px;
	display: table;
	padding: 0px;
	text-align: left;
	font-size: 0;
}

.novedad {word-spacing: normal;  
border-bottom: solid 1px #5A5385;
display: inline-block;
	/*
	El carácter # hace que esta orden se aplique en IE7 y el carácter _ que se aplique en IE6
	*/
	#float:left;
	_float:left;
	*min-height: 200px;
	#min-height: 200px;
	_height: 200px;
width: 150px;
height: 380px;
/*
width: 270px;
float: left;
*/
font-family: Georgia;
font-size: 12px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 0px;
padding-right: 0px;
margin: 0px 0px 0px 45px;
vertical-align: top;
}

.portada
{    
    display: block;
    float:none;
    width: 150px; 
    height: auto;
}

    .portada img {
        width: 150px;
    margin: 0px;
    padding: 0px;
    }

/* Borde con CSS3 /*
/*
.portada a img {
-moz-box-shadow: 4px 4px 0px #888;
-webkit-box-shadow: 4px 4px 2px #888;
box-shadow: 4px 4px 2px #888;
}
*/

.datos
{
    float: none;
    width: 150px;
}

.datos a
{
    text-decoration: none;
}

.datos a:hover
{
    text-decoration: underline;
}

.titulo
{
    display: block;
    margin-top: 6px;
    color: #0099de;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.autor
{
    display: block;
    margin-top: 6px;
    color: #4e4e4e;
    font-weight: bold;
    font-size: 13px;
}

#paginas
{
    display: block;
    margin-top: 6px;
    float: left;
    padding-right: 6px;
    font-size: 11px;
    color: #777777;
    font-family:Lucida, 'Lucida Sans', Verdana;
}

#precio
{
    /*display: block;*/
    margin-top: 6px;
    float: left;
    padding-left: 6px;
    font-size: 11px;
    color: #777777;
    display: none;
}

.isbn, .traductor
{
}

#ISBN a:hover, #traductor a:hover
{
}

#datapager
{
	display: block;
	clear: both;
	*float: left;
}


.paginado {
font-family: Georgia;
font-size: 12px;
color: #222;
float: right;
}

.paginado a{
color: #666;
text-decoration:none;
}

.documentosNoEncontradosLabel
{
    display: block;
    margin-top: 6px;
    color: #5A5385;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    width: 100%;
    text-align: center;
}