*{
    margin: 0;
    padding: 0;    
}
body{
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.card-sb{
    width: 150px;
    height: 120px;
    margin: 15px;
    text-align: center;
    cursor: pointer;
}
.card{
    width: 150px;
    height: 160px;
    background: #00000005;
    margin: 15px;
    text-align: center;
    cursor: pointer;
}

.card:hover{
    width: 150px;
    margin: 15px;
    text-align: center;
    cursor: pointer;
    text-decoration: underline;
}

.titulo{
    text-align: center; 
    font-weight: bold; 
    text-decoration: underline; 
    margin-top: 10px;
}

input[type=text]{
    border: none;
    border-bottom: 1px solid #000;
}

input[type=password]{
    border: none;
    border-bottom: 1px solid #000;
}

.centrar{
    text-align: center;
}
.boton-succes{
    padding: 7px;
    margin: 10px;
    border-radius: 10px;
    background: #cdf1a2;
}
.boton-danger{
    padding: 7px;
    margin: 10px;
    border-radius: 10px;
    background: #f00;
}
.boton-warning{
    padding: 7px;
    margin: 10px;
    border-radius: 10px;
    background: #cfa31f;
}

.barra-superior{
    width: 100%; 
    height: 50px; 
    background: #000000;
    display: flex; 
    align-items: center;
}

.centrado{
    text-align: center;
}

.puntero{
    cursor: pointer;
}

.menu{
    margin: 15px;   
    /* width: 20px; */
    text-transform: lowercase;
    background: #1D6781;
    padding: 25px;
    color: #fff;
    border-radius: 20px;
    box-shadow: 3px 3px 2px #000;
}

button {
    cursor: pointer;
    width: 300px;
    height: 44px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0;
    background: #000;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #1D6781;
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
        0 15px 30px 0 rgba(255,255,255,.25) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

button:hover {
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
}

button:active {
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:        
        0 5px 8px 0 rgba(0,0,0,.1) inset,
        0 1px 4px 0 rgba(0,0,0,.1);

    border: 0px solid #ef4300;
}

input {
    margin-top: 10px;
    width: 300px;
    padding: 5px;
}
input:focus{
    /*outline: none;*/
    background: white !important
}
.input-title{
    font-size: 8px;
    color: 0 15px 30px 0 rgba(255,255,255,.55);

}
select{
    margin-top: 10px;
    width: 300px;
    padding: 5px;
}
textarea{
    margin-top: 20px;
    margin-bottom: 15px;
}

.popup_nuevo{
    text-align: center;
    background: #000;
    color: #000;
    position: fixed;
}

.bold{
    font-weight: bold;
}

td, th{
    padding: 10px;
    border: 0;
}