 /*
Hoja de estilos "OBRA" web adolfo garcia-ortega
v 1.0
28 diciembre 2007
*/



#contentObra {

	margin: 43px 0px 0 0px;
	width: 470px;
	float: right;
}

#contentObra.libroTit h2 {
        display: block;
        clear: both;
	font-family: Georgia, Times, serif;
	font-style: normal;
	font-size: 1.7em;
	line-height: 1em;
	font-weight: normal;
        border-bottom: 6px solid #000;
        padding-bottom: 5px;
        margin: 20px 20px 10px 20px;
}

.libro {
      float: left;
      width: 120px;
      margin: 10px 0px  20px 25px; 
      padding: 0 10px 0 0;    
     
}
a:link.resena  {
    text-decoration: none;
    color: #000; 
}

a:visited.resena {
    display: block;
    text-decoration: none;
    color: #AAA; 
    background: url(../img/visitado.gif) no-repeat 10px -26px;
}

a:hover.resena, a:active.resena {   
    text-decoration: underline;
    color: #000;
}


.libro h4 {
        display: block;
        font-size: 0.7em;
        line-height: 1em;
        font-family: verdana,arial,sans;
        letter-spacing: 0em;
        font-weight: bold;     
        padding-bottom: 5px;
        margin-bottom: 5px; 
        color: #000;
        border-bottom: 1px dotted #AAA;        
}

.libro p {

        font-size: 0.55em;
        line-height: 1.3em;
        font-style: normal;
        margin: 0;
        padding-bottom:  0px;
        text-indent: 0;

}

p.destacado {
border-top: 3px solid #000;
border-bottom: 3px solid #000;
font-family: Georgia, Times, Serif;
font-size: 18px;
text-indent: 0px;
margin-left: 18px;
margin-right: 15px;
padding: 10px 0;

}


