body{background-color: #DDDDDD !important;}
body.login_admin{background-color: #ffffff !important;}
a:hover{text-decoration: none;}
.menu-top{
    background-color: #DDDDDD !important;
    padding: 1.5em;
}
.menu-top p{
    font-weight: bold;
    font-size: 1em;
}
.footer{
    margin-top: 0 !important;
    font-weight: bold;
    background-color: #DDDDDD;
    /*color: #000 !important;*/
}
.footer .footer__info{
    color: #000 !important;
}
.boton-add{margin-left: 1em;}
.titulo{
    margin-bottom: .5em;
    text-align: center;
    font-weight: bold;
}
a:hover{
    color: #FA6629 !important;
}
a strong:hover{
    color: #FA6629 !important;
}

a:focus, a:hover {
    text-decoration: none !important;
}

.glyphicon.glyphicon-user, .glyphicon.glyphicon-cog{
    color: #000000 !important;
}
.btn-ajustes{
    margin-right: .5em !important;
}
.glyphicon {
    color: #903C19 !important;
}

.table-hover>tbody>tr:hover{
    background-color: rgba(250,102,41,0.1) !important;
}
/* MENU DE NAVEGACIÓN DE LA APP*/
.navbar{
    margin-bottom: 0 !important;
}
.navbar-default{
    background-color: transparent !important;
    border-color: transparent !important;
}

.nav>li:hover{
    background-color: rgba(250,102,41,.1) !important767;
}

/* COLORES DE LAS CAJAS DE LOS FORMUALRIOS */
.form-control:focus{
    border-color: rgba(250,102,41,.5) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(250,102,41,.5) !important;
}

.btn-warning {
    font-weight: bold !important;
    color: #fff !important;
    background-color: #FA6628 !important;
    border-color: #FA6629 !important;
}
.btn-warning:hover {
    font-weight: bold !important;
    color: #fff !important;
    background-color: #FA6628 !important;
    border-color: #FA6629 !important;
}
.infoPedido ul{
    margin-left: 2em !important;
}
.infoPedido ul li{
    list-style: disc !important;
}

/* PANELES DE LA PÁGINA DE USUARIOS */
.panel-default{
    border-color: rgba(250,102,41,.4) !important;
}

.table.usuarios{margin-bottom: 0 !important;}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle !important;
}

#videos{
    overflow: auto;

}
th, td
{
    text-align: center;
}
th
{
    background: rgba(181,181,181,1);
    background: -moz-linear-gradient(to bottom, rgba(250,102,41,0) 0%, rgba(250,98,35,0.1) 35%, rgba(250,98,35,0.2) 75%, rgba(250,102,41,0.5) 100%);
    background: -webkit-gradient(to bottom, rgba(250,102,41,0) 0%, rgba(250,98,35,0.1) 35%, rgba(250,98,35,0.2) 75%, rgba(250,102,41,0.5) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(250,102,41,0) 0%, rgba(250,98,35,0.1) 35%, rgba(250,98,35,0.2) 75%, rgba(250,102,41,0.5) 100%);
    background: -o-linear-gradient(to bottom, rgba(250,102,41,0) 0%, rgba(250,98,35,0.1) 35%, rgba(250,98,35,0.2) 75%, rgba(250,102,41,0.5) 100%);
    background: -ms-linear-gradient(to bottom, rgba(250,102,41,0) 0%, rgba(250,98,35,0.1) 35%, rgba(250,98,35,0.2) 75%, rgba(250,102,41,0.5) 100%);
    background: linear-gradient(to bottom, rgba(250,102,41,0) 0%, rgba(250,98,35,0.1) 35%, rgba(250,98,35,0.2) 75%, rgba(250,102,41,0.5) 100%);

    vertical-align: middle !important;
}
.adminLogin
{
    margin-top: 40px;
}
.no-enlace:link
{
    text-decoration: none;
}
.ventana{

    display:none;
    font-family:Arial, Helvetica, sans-serif;
    color:#808080;
    line-height:28px;
    font-size:15px;
    text-align:justify;


}
.modalmask {
    position: fixed;
    //font-family: Arial, sans-serif;
    text-align: justify;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    pointer-events: none;
}
.modalmask:target {
    opacity:1;
    pointer-events: auto;
}
.modalbox{
    width: 400px;
    overflow: auto;
    position: relative;
    padding: 5px 20px 13px 20px;
    background: #fff;
    border-radius:3px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;

}


.resize {
    margin: 5% auto;
    width:0;
    height:0;

}

.modalmask:target .resize{
    width:50%;
    height:70%;
}


.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 1px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius:3px;
    font-size:16px;
}

.close:hover {
    //background: #ed2127;
    background: red;
    color:#222;
}
.checkterminos
{
    display: inline !important;
    margin-right: 3px !important;
}
.centrar
{
    text-align: center !important;
}
.centradogrande
{
    text-align: center !important;
    font-size: 18px !important;
}
.imagenmarca
{
    width: 60% !important;
    height: 40% !important;
}
.tamañoimagenlogo
{
    width:191px !important;
    height: 88px !important;
    padding: 10px !important;
}
.textojustificado
{
    text-align: justify !important;
}
.avatar
{
    width:44px;
    height: 44px;
    border-radius: 50px;
}
@media (max-width: 510px) {
    .modalmask:target .resize{
        width:95%;
        height:90%;
    }
}
@media (min-width: 510px) and (max-width: 950px) {
    .modalmask:target .resize{
        width:75%;
        height:90%;
    }
}
@media (max-width: 767px){
    body {
        background-image: none !important;
    }
    .nav>li {
        border-bottom: 1px solid rgba(0,0,0,0.1) !important;
    }
}
