/********************************/
/*ESTILOS PARA EL ALBUM DE FOTOS*/
/********************************/

.album
{
    display: inline;
    width: 97px;
    height: 52px;
    float: left;
    border: 1px solid #fff;
    margin: 1px;
}

.album a
{
    display: block;
    width: 95px;
    height: 60px;
    cursor: default;
    float: left;
    text-decoration: none;
    background: #444;
    border: 1px solid #888;
    background-color: White;
    
    /*ccc*/
}

.album a img
{
    display: block;
    width: 85px;
    height: 50px;
    border: 5px solid #eee;
    cursor: pointer;
}

.album a:hover img
{
    position: relative;
    left: -50px;
    top: -45px;
    width: 200px;
    height: 150px;
    border-color: #203773;
}


.ContenedorImagenes
{
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #f3f3f4;
    text-align: right;
    width: 100px; /*border: 20px solid #d1d2d4;*/
}




