/* 
    Document   : galeria
    Created on : 05-mar-2013, 18:21:58
    Author     : uxio
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

#contenidoGaleria{
    width: 750px;
    margin: 20px 0px;
    text-align: center;
}

#contenidoGaleria a{
    text-decoration: none;
    color: black;
}

#contenidoGaleria table{
    width: 750px;
}

#contenidoGaleria table tr td{
    width: 250px;
    text-align: center;
}

.galeria{
    width: 200px;
    height: 210px;
    text-align: center;
    margin: 10px 2px;
    
   overflow: hidden;
    border-radius: 15px 0;
    box-shadow: 0 0 10px black;
    background-color: rgba(255,255,255,0.50);
   padding: 5px 5px;
   
   cursor: pointer;
}

.galeria:hover{
    background-color: rgba(255,255,255,0.75);
}

.galeria img{
    border: 1px solid #666;
/*    box-shadow: 0 0 10px black;*/
}

.tituloGaleria{
    font-weight: bold;
    margin: 2px 0px;
    line-height: 40px;
}

.titGal7{
    line-height: 27px !important;
}

.textoGaleria{
    width: 180px;
    margin: 10px 10px;
    text-align: center;
    font-size: 14px;
}
