@import url('main.css');
 

h1 {
background-image: url('/images/hojatitulo.gif');
background-position: left top;
background-repeat: no-repeat;
font-family: Garamond, Times New Roman, serif;
font-size: 24pt;
font-weight: bold;
color:  #801e00;
text-indent: 80px;
padding-bottom:20px;
}

h3 {
font-family: Garamond, Times New Roman, serif;
font-size: 12pt;
font-weight: bold;
color:  #801e00; 
padding:0;
}

#listado {
width: 780px;
float: left;
}

#item {
float:left;
width: 780px;
border-bottom: 1px solid silver; 
padding: 0 0 10px 0;
}

#thumb {
float: left;
width: 90px;
padding-top: 10px;
}

#thumb img {
border: 1px solid silver;
padding: 2px;
}

#detalle {
float: left;
width: 660px;
margin-left: 15px;
padding-top: 10px;
}

#paginado {
padding: 20px;
text-align: center;
clear:both;
}
