#galeria_fotos{
    overflow: hidden;
}
#galeria_fotos .foto{
    text-align: center;
    width: 240px;
    height: 170px;
    float: left;
    margin: 10px;
}
#galeria_fotos .foto img{
    max-width: 220px;
    max-height: 120px;
    margin: 2px;
    border: 1px solid #FCE9AE;
    padding: 2px; 
}
#galeria_fotos .foto .titulo-foto{
 font-weight: bold;
 text-decoration: underline;
}
.foto_mediana{
    max-width: 535px;
    margin-bottom: 5px;
    border: 0px;
}
#estilo-foto{
    width: 100%;
   text-align: center;
   border: 0px;
    text-decoration: none;
}

.titulo-foto-grande{
    font-size: 16px;
    padding: 10px;
    font-weight: bold;
}
#subir_foto{
    display: none;
    margin-top: -6px;
    margin-bottom: 10px;
    padding: 10px;
    border:1px solid #ceb466;
    background-color:#feecb7;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    
}
#subir_foto table{
    width: 100%;
}

#votacion{
    margin: 5px;
    border:1px solid #BF9D53;
    background-color:#ceb466;
    height: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
    padding-left: 15px;
    padding-top: 10px;

}

#menu_atras_siguiente{
    padding-top: 5px;
    overflow: hidden;
    text-align: center;
}
#menu_atras_siguiente #siguiente{
float:right;
text-decoration: none;
}
#menu_atras_siguiente #atras{
text-decoration: none;
float:left;
}

