* {
    box-sizing: border-box;
}
#myInput {
    background-image: url('../images/varios/searchicon.png');
    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
}
#myTable {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 18px;
}
#myTable th, #myTable td {
    text-align: left;
    padding: 12px;
}
#myTable tr {
    display: inline-table;
    vertical-align: middle;
}
#myTable tr.header, #myTable tr:hover {
    background-color: #AFEBFF/*#D5F2FE/*#D5DCFE*/;
    cursor: pointer;
}
/*BOTÓN FLOTANTE*/
.flotante {
    display:scroll;
    position:fixed;
    bottom:360px;
    right: -91px;
    border-color: #66FF00;
    background-color: #66FF00;
    color: black;
    font-weight: bold;
    font-size: 14px;
    z-index: 100;
}
.flotante_e {
    display:scroll;
    position:fixed;
    bottom:340px;
    right: 100px;
    border-color: #66FF00;
    background-color: #66FF00;
    color: black;
    font-weight: bold;
    font-size: 14px;
    z-index: 100;
}
.flotante_c {
    display:scroll;
    position:fixed;
    bottom:340px;
    right: 0px;
    border-color: #66FF00;
    background-color: #66FF00;
    color: black;
    font-weight: bold;
    font-size: 14px;
    z-index: 100;
}
.flotante_p {
    display:scroll;
    position:fixed;
    bottom:340px;
    right: 0px;
    border-color: #66FF00;
    background-color: #66FF00;
    color: black;
    font-weight: bold;
    z-index: 100;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/varios/carga.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}
.alinea{
    display: initial;
}
.privacidad {
    padding: 1rem;
}