@charset "utf-8";
/* CSS Document */


#contenidos .guialectura h2,#contenidos .guialectura h3 {
background-color:transparent;
/*font:none;*/
border:none;
text-align:center;
padding-top:0px;
padding: 0px 10px 0px 10px;

}

#contenidos .guialectura img {
border:0px;
max-width:180px;
max-height:180px;
}

.guialectura li {
margin-bottom:10px;
}

.guialectura .grupo {
border:1px;
border-color:#777777;
border-style:solid;
background-color:#ecefe6;
/*background-color:#E8F8F9;*/
}

.guialectura .titulo {
font-weight:bold;
}

.guialectura .autor {
font-size:90%;
color:#444444;
}

.guialectura li {
list-style-type: none;
}

.enlacehtml {
font-size:90%;
/*font-weight: bold;*/
background: url(img/link_icon.gif) no-repeat left center;
padding-left: 25px;
}

.enlacepdf {
font-size:90%;
/*font-weight: bold;*/
background: url(img/acrobatreader.gif) no-repeat left center;
padding-left: 25px;
}

.descripcionguia {
font-size:80%;
}