#cabecero{
    background-color: #FFFFFF!important;
}

.titular{    
    text-align: center;    
}

/*
*
* CONTENIDOS
*
*/

#menuEscenas li{
    height: 80px;
}

.alineacion{
    line-height: 60px;
}

.scale_imagen{    
    max-width: 100%;
    height: auto;
}

.titulo{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 8px;
}

.intro{
    font-size: 14px;    
    padding-bottom: 8px;    
}

/*
*
* SHOWS
*
*/
.foto_show{
    background-color: #F9F9F9;
    border: 1px solid #000000;    
    -webkit-box-shadow:0 0px 4px #777, 0 0 20px #000 inset;
    -moz-box-shadow:0 0px 4px #777, 0 0 20px #000 inset;
    box-shadow:0 0px 4px #777, 0 0 20px #000 inset;
    padding: 5px;
}

.num_foto{
    font-size: 13px;    
}

.caja_foto{
    float: left; 
    width: 120px;
    padding: 15px;
    text-align: center;
}

#contenido_show{
    width: 50%;
    margin-right: auto;
    margin-left: auto;
}

/*
*
* FOOTER
*
*/
#pie{
    text-align: center; 
    font-size: 13px;
}

#pie h4{
    font-size: 16px;
    font-weight: bold;    
}

.firma{
    text-align: left;    
    padding-left: 20px;
    font-size: 12px;
    margin-top: 10px;
}

.firma a{
    color: #F90000!important;
}