* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
     -webkit-user-drag: none;
}

table {border-collapse: collapse;}

input, button, select, textarea {font-family: inherit;}

html, body {
    height: 100%;
}

body {
    font-family: "Helvetica", Arial, sans-serif;
    line-height: 1;
    font-size: 16px;
    color: #222;
    background-color: #dfdfdd;
}

a {
    color: #535fb5;
    text-decoration: none;
}
a:visited {}
a:hover, a:focus {}
a:active {}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*   L A Y O U T                                                               */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#envoltura {
    width: 1330px;
    margin: 0 auto;
    text-align: left;
}

#exterior {
    width:100%;
    background: #EBF5F5;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1), 0px 0px 40px 0 rgba(0, 0, 0, 0.3);
    border: 1px;
}

#contenedor {
    padding: 0 30px;
    font-family:Verdana, Geneva, sans-serif;
    font-size: 16px;
    background-image: linear-gradient(to bottom, #EBF5F5, #CCE4E4);
}

#contenido_contenedor {
    margin-top: 15px;
}

#panel{
    width: 100%;
    min-height: 300px;
    background: rgba(0,102,102,0.1);
    padding:20px;
    border-radius: 0 8px 8px 8px;
    border-bottom: 1px solid #b7b7b7;
}

#cabecera {
    padding: 0px 15px 10px 15px;
}

#cabecera .cabecera-contents {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

#pie {
    background: #CCE4E4;
    text-align: right;
    padding: 6px 30px 6px 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #aab1cd;
}

#pie h2 {
    font-size: 12px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*   D E S I G N                                                               */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.btn {
    cursor: pointer;
    background: #3498db;
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    border-radius: 12px;
    font-family: Arial;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 10px 5px 10px;
    margin-top: 1px;
    margin-bottom: 4px;
    margin-right: 2px;
    text-decoration: none;
    outline: none;
    box-shadow: 0px 1px 3px #666666;
    border-width: 2px;
    border-style: outset;
    border-color: buttonborder;
    border-image: initial;
}

.btn:hover {
    background: #3cb0fd;
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}

.btn:focus {
    background: #3cb0fd;
}

.btn:disabled {
    cursor: not-allowed;
    background: #cccccc;
    background-image: linear-gradient(to bottom, #cccccc, #5c98b3);
    text-decoration: none;
}

p.error{
    font-size: 14px;
    color: Red;
    margin-top:5px;
}

.link {
    cursor:pointer;
    background: none;
    border: none;
    color: #535fb5;
    text-decoration: none;
    font-size: 1em;
    text-align: right;
    vertical-align: unset;
    width: 300px;
}

.link:focus {
    outline: none;
}

.link:disabled {
    cursor:default;
}

input[type="image"]:disabled {
    cursor: not-allowed;
}

.noselect {
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.zoom75 {
    zoom: 0.75;
}

.zoom90 {
    zoom: 0.90;
}

/* Solo Firefox */
@-moz-document url-prefix() {
    .zoom75 {
        zoom: unset;
        transform: scale(0.75);
        transform-origin: 0 0;
    }

    .zoom90 {
        zoom: unset;
        transform: scale(0.90);
        transform-origin: 0 0;
    }
}
