/* CABECERA */

#titulo {
    margin: 0 0 10px 0;
}

#titulo div {
    position: relative;
    padding-bottom: 2px;
    height: 18px;
}

#titulo img {
    position: absolute;
    bottom: 1px;
    left: 0;
}

/* DETALLE */

#especial div {
    padding: 0px 0 4px 0;   
}
#especial p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify
}

#especial p.titulo {
    font-weight: bold;
    text-align: left;
}
#especial p.autores {
    color: #B0B0B0;
    text-align: left;
}

#especial div.detalle {
    border: 0px none;
    padding: 15px 0;
}

#especial div.preguntas {
    border-bottom: 1px solid #B0B0B0;
    padding: 15px 0;
}

#especial div.preguntas table {
    width: 100%;
    border: 0px none;
    margin: 0; padding: 0;
    border-collapse: collapse;
    font-size: 11px;
}

#especial div.preguntas table td.left {
    width: 4%;
    font-weight: bold;
    text-align: left;
}

#especial div.preguntas table td.right {
    width: 96%;
    font-weight: bold;
    text-align: left;    
}

#especial div.respuestas {
    padding: 5px 0 10px 0;
}
#especial div.respuestas div {
    padding: 2px 0 2px 28px; 
    line-height: 24px;
}

div.respuestas .piscitelli { background: url('../entrevista/img/alejandropiscitelli-tn.jpg') no-repeat left center; }
div.respuestas .mayans { background: url('../entrevista/img/joanmayans-tn.jpg') no-repeat left center; }
div.respuestas .orihuela { background: url('../entrevista/img/joseorihuela-tn.jpg') no-repeat left center; }
div.respuestas .gutierrez { background: url('../entrevista/img/fernandogutierrez-tn.jpg') no-repeat left center; }

#especial div.perfiles {
    border-bottom: 1px dashed #B0B0B0;
    padding: 15px 0;
}

#especial .fotoautor {
    float: left;
    border: 1px solid #B0B0B0;
    padding: 2px;
    margin: 2px 12px 10px 0;
}

#especial div.abrirpdf {
    padding: 15px 0;
    border-bottom: 1px dashed #B0B0B0;            
}

#especial div.etiquetas {
    border: 0px none;
    padding: 15px 0;   
}

#especial a {
	color: #000000;
    text-decoration: none;
}

#especial a:hover {
    text-decoration: underline;
}

#especial a.titulo:hover {
    color: #8BB713;
    text-decoration: none;
}

#especial a.naranja {
    color: #8BB713;
    text-decoration: none;
}

#especial a.naranja:hover {
    color: #8BB713;
    text-decoration: underline;
}

#especial ul {
    font-family: Verdana;
    font-size: 11px;
    text-align: justify;
    list-style-type: square;
    list-style-position: outside;
    margin-left: 15px;
    padding-left: 15px;
}

#especial li {
    padding-bottom: 10px;
}

#especial ol {
    font-family: Verdana;
    font-size: 11px;
    text-align: justify;
    list-style-type: decimal;
    list-style-position: inside;
}