#main:before
{
    content: initial !important;
}

.btn-rojo {
    background-color: #da2e28 !important;
}
.btn-rojo:hover,
.btn-rojo:focus {
    background-color: #da463a !important;
}
.btn-rojo:active {
    background-color: #da463a !important;
}
.btn-rojo,
.btn-rojo:hover,
.btn-rojo:focus,
.btn-rojo:active {
    color: #fff !important;
    text-shadow: 0 1px rgba(0, 0, 0, 0.08) !important;
}
/** estilos menu **/

#menu ul {
    height: 30px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#est_descripcion{
border-color: #cecece;
    border-radius: 5px;
}
#tituloImagen{
    margin-bottom: 50px;
}

#menu a {
    width: 6em;
    text-decoration: none;
    color: white;
    background-color: #015180;
    padding: 0.2em 0.6em;
    border-right: 1px solid white;
}

#menu a:hover {
    background-color: #001eff;
}

#menu li {
    display: inline;
}

.pagination > li
{
    border: none !important;
}

/*
.dataTables_length
{
    padding: 10px;
}
*/
.invisible
{
    visibility: hidden
}
.centrado{
    text-align: center;
    float: left;
    margin-right: 20px;
}
.botonFotos{
   background-color: #bcb9b1;
    color: #696763;
    width: 100%;
    border: none;
    border-radius: 5px;
}
.custom-input-file {
    cursor: pointer;
    border-radius: 5px;
    background-color: #bcb9b1;
    color: #696763;
    text-align: center;
    font-family: verdana;
    font-size: 12pt;
    min-height: 40px;
    height: 0px;
}
.custom-input-file:hover {
    background-color: #696763;
    color: #bcb9b1;
}
.custom-input-file .input-file {
    margin: 0;
    padding: 0;outline:0;
    opacity: 0;
    filter: alpha(opacity=0);

    cursor: pointer;
}
.custom-input-file .archivo {
    background-color: #696763;
    color: #bcb9b1;
    font-size: 7pt;
    overflow: hidden;
}
.custom-input-file:hover .archivo {
    background-color: #bcb9b1;
    color: #696763;
}
#seleccionarFoto
{
    text-align: center; position: absolute; right: 40%;top: 8px;
}
#descFoto
{
    text-align: center;
    font-style: italic;
    margin-top: 5px;
}


.dataTables_wrapper.no-footer div.row:first-child, .dataTables_wrapper.no-footer div.row:last-child
{
    padding: 10px;
    margin-right: 0;
    margin-left: 0;
}

.dataTables_wrapper.no-footer div.row:first-child, .dataTables_wrapper.no-footer div.row:last-child .col-sm-6, .dataTables_wrapper.no-footer div.row:last-child .col-sm-6 .dataTables_info
{
    width: 100%;
    text-align: center;
}

.dataTables_wrapper.no-footer div.row th:last-child, .dataTables_wrapper.no-footer div.row td:last-child
{
    text-align: right;
    padding-right: 14px;

}
.formulario input
{
    margin-top: 10px;
}

.formulario label
{
    margin-top: 10px;
}
.margenArriba
{
    margin-top: 25px!important;
}
.margenmin
{
    margin-top: 7px;
}