@charset "utf-8"; /* CSS Document */ .pagina {
    border: 0px solid #000000;
    /*margin-bottom:100px;*/
    -moz-box-shadow: 0px 0px 40px #000000;
    -webkit-box-shadow: 0px 0px 40px #000000;
    box-shadow: 0px 0px 40px #000000;
}
.container {
    background-color: #FFFFFF;
}
.without_padding {
    padding: 0px 0px 0px 0px !important;
}
.bg-titulo {
    text-decoration: underline;
    /*background: url('../images/titulos.png') repeat-x bottom;*/
    min-height: 50px;
    padding-left: 50px;
    background: url('../images/bullet1.jpg') no-repeat left top;
    /*background: url('../images/bullet2.jpg') no-repeat left top;*/
    /*background: url('../images/bullet3.jpg') no-repeat left top;*/
}
/*.panel-heading {
    background: url('../images/titulos.png') repeat-x bottom;
}*/
.autoridad-image.pull-left {
    margin-right: 15px;
}
.autoridad-image.pull-right {
    margin-left: 15px;
}
div.descripcion_envoltura {
    position: relative;
    text-align: center;
}
div.descripcion {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: none;
    background-color: black;
    font-family: Verdana;
    font-size: 0.75em;
    color: white;
}
div.descripcion_contenido {
    padding: 10px;
}
