@charset "UTF-8";

#fotos_up{
    background: url(../imagenes/pagina/fotos_up.gif);
    height: 32px;
}
#fotos{
    width: 683px;
}
#fotos table{
    width: 100%;
    border-collapse: collapse;
}
#fotos #foto{
    width: 500px;
    height: 360px;
    text-align: center;
    vertical-align: middle;
    border: 1px #F2EDED solid;
    border-right: none;
}
#fotos #titulo{
    padding: 10px 20px 20px 20px;
    font: bold 20px "Trebuchet MS", "Times New Roman";
    color: #BD391B;
}
#fotos #comentario{
    font: 11px Tahoma;
    line-height: 16px;
    padding: 0 10px 10px 20px;
    text-align: justify;
    color: #555555;
}
#enlaces{
    width: 643px;
    text-align: center;
    vertical-align: middle;
    padding: 20px;
    color: #CCCCCC;
}
#enlaces a{
    font: bold 11px Verdana;
    margin: 1px;
}
