/* CABECERA */

#titulo {
    margin: 0 0 10px 0;
}

#titulo div {
    position: relative;
    border-bottom: 1px dashed #B0B0B0;
    padding-bottom: 2px;
    height: 18px;
}

#titulo img {
    position: absolute;
    bottom: 1px;
    left: 0;
}


/* INDEX */

#fotorep div.detalle {
    border: 0px none;
    padding: 15px 0;
}

#fotorep p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F3935;
	text-align: justify
}
#fotorep p.titulo {
    font-weight: bold;
    text-align: left;
}
#fotorep p.autores {
    color: #B0B0B0;
    text-align: left;
}

#fotorep div.slides {
    border: 0px none;
    height: 430px;
    margin: 15px 0;    
}

#fotorep .fotos {
    width: 664px;
    height: 430px;
    border: 0px none;
    overflow: hidden;
}

/* BIO */

#bio {
    padding: 15px 0;
    border-bottom: 1px dashed #B0B0B0;
    font-size: 10px;
}
