﻿
.left {
    text-align: left;
}

* {
    font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
    font-size: 13px;
    margin: 0;
    top: 0px;
}

.tituloDeInicioSession {
    color: #404040;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.txtCorreo {
    width: 90%;
    color: #4f4f4f;
    border: solid 1px rgba(102, 175, 233, .6);
    font-size: 1.3em;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    padding-left: 0;
    background-color: transparent;
}

    .txtCorreo:focus {
        outline: none;
        border-radius: 0;
        -webkit-border-radius: 0;
    }

.botonOpcionesIS {
    color: #000;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
    vertical-align: central;
}

    .botonOpcionesIS:hover {
        color: #bc631c;
    }


.botonInicioSesion {
    background-color: #0067b8;
    border-radius: 3px;
    display: inline-block;
    color: #FFF;
    font-size: 15px;
    font-weight: normal;
    padding: 2.5px 2.5px 2.5px 2.5px;
    text-decoration: none;
    text-align: center;
    vertical-align: central;
    padding: 5px;
}

    .botonInicioSesion:hover {
        background-color: #bc631c;
        color: #fff;
    }

.botonValidad {
    text-decoration: none;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
    background-color: #f5f5f5;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

    .botonValidad:hover {
        background: #3b3b3b;
        color: #E2A736;
    }


.DropDown {
    font-size: 12px;
    font-weight: bold;
    color: #3b3b3b;
    padding-left: 2px;
    height: 30px;
    background: -moz-linear-gradient( top, #f0f0f0 0%, #d6d6d6);
    background: -webkit-gradient( linear, left top, left bottom, from(#f0f0f0), to(#d6d6d6));
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #999999;
    -moz-box-shadow: 0px 1px 2px rgba(000,000,000,0.5), inset 0px 1px 0px rgba(255,255,255,1);
    -webkit-box-shadow: 0px 1px 2px rgba(000,000,000,0.5), inset 0px 1px 0px rgba(255,255,255,1);
    box-shadow: 0px 1px 2px rgba(000,000,000,0.5), inset 0px 1px 0px rgba(255,255,255,1);
    text-shadow: 0px 1px 0px rgba(255,255,255,1), 0px 1px 0px rgba(255,255,255,0);
}

input[type="radio"] {
    height: 25px;
    width: 25px;
    cursor: pointer;
    top: 3px;
    position: relative;
}

    input[type="radio"] + label {
        display: inline-block;
        font-size: 1.2em;
        padding-left: 10px;
        vertical-align: middle;
        cursor: pointer;
        top: -7px;
        position: relative;
    }

    input[type="radio"]:checked + label {
        opacity: 0.6;
    }

input[type="checkbox"] {
    height: 25px;
    width: 25px;
    cursor: pointer;
    top: 3px;
    position: relative;
}

    input[type="checkbox"] + label {
        display: inline-block;
        font-size: 1.2em;
        padding-left: 10px;
        vertical-align: middle;
        cursor: pointer;
        top: -7px;
        position: relative;
    }

    input[type="checkbox"]:checked + label {
        opacity: 0.6;
    }

.banner {
    Width: 100%;
    Height: 60px;
    line-height: 60px;
    background: #555;
    background: -moz-linear-gradient(#555,#222);
    background: -webkit-linear-gradient(#555,#222);
    background: -o-linear-gradient(#555,#222);
    background: linear-gradient(#555,#222);
}

    .banner .Logo {
        position: absolute;
        top: 8px;
        left: 8px;
    }

    .banner .Title {
        position: absolute;
        left: 60px;
        color: #FFF;
    }

    .banner .btnSwapping {
        text-align: center;
        color: #FFF;
    }


    .banner .Close {
        position: absolute;
        right: 8px;
    }

    .banner .botonBorrarDOC {
    }

.css-fondoclose-banner {
    background-color: #F4F4F4;
}

.css-close-banner {
    border-radius: 50%;
    color: black;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.83;
    position: relative;
    float: left;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0,0,0,.3);
    width: 32px;
    height: 32px;
    top: 14px;
}

    .css-close-banner:hover {
        color: white;
        background-color: #ea9e06;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.83;
        text-align: center;
        text-shadow: 1px 1px 0 rgba(0,0,0,.3);
    }

.bloqueaFondoVentana {
    background: rgba(0,0,0,0.3);
    height: 100%;
    width: 100%;
    z-index: 1;
    position: fixed;
    top: 0px;
}

.ventanaModal {
    position: absolute;
    background: #EFF4F5;
    box-shadow: 4px 4px 2px #888;
    width: 600px;
    height: 300px;
    top: 50%;
    left: 50%;
    margin-top: -150px; /*la mitad dl height*/
    margin-left: -300px; /*la mitad del width*/
}

.ventanaModal900x700 {
    position: absolute;
    background: #EFF4F5;
    box-shadow: 4px 4px 2px #888;
    width: 900px;
    height: 700px;
    top: 50%;
    left: 50%;
    margin-top: -350px; /*la mitad dl height*/
    margin-left: -450px; /*la mitad del width*/
}

.ventanaModal600x500 {
    position: absolute;
    background: #EFF4F5;
    box-shadow: 4px 4px 2px #888;
    width: 600px;
    height: 500px;
    top: 50%;
    left: 50%;
    margin-top: -250px; /*la mitad dl height*/
    margin-left: -300px; /*la mitad del width*/
}

.ventanaModal600x250 {
    position: absolute;
    background: #EFF4F5;
    box-shadow: 4px 4px 2px #888;
    width: 600px;
    height: 250px;
    top: 50%;
    left: 50%;
    margin-top: -125px; /*la mitad dl height*/
    margin-left: -300px; /*la mitad del width*/
}

.ventanaModal500x450 {
    position: absolute;
    background: #EFF4F5;
    box-shadow: 4px 4px 2px #888;
    width: 500px;
    height: 450px;
    top: 50%;
    left: 50%;
    margin-top: -225px; /*la mitad dl height*/
    margin-left: -250px; /*la mitad del width*/
}

.ventanaModal350x250 {
    position: absolute;
    background: #EFF4F5;
    box-shadow: 4px 4px 2px #888;
    width: 350px;
    height: 250px;
    top: 50%;
    left: 50%;
    margin-top: -125px; /*la mitad dl height*/
    margin-left: -175px; /*la mitad del width*/
}

.ventanaModal400x350 {
    position: absolute;
    background: #EFF4F5;
    box-shadow: 4px 4px 2px #888;
    width: 400px;
    height: 350px;
    top: 50%;
    left: 50%;
    margin-top: -175px; /*la mitad dl height*/
    margin-left: -200px; /*la mitad del width*/
}

