.inicioSesion{
    border: #A7C5C9 1px solid;
    width: 42%;
    height: 418px!important;
    border-radius: 2% 2% 2% 2%;
    background: #F7F7F7;
    box-shadow: 7px 7px 7px #E9EEEF; 
}

.botonIniciarSesion{
    width: 50%;
    float: right;
    background: #3D9DB3;
}

.ubicacionRegistrese{
    padding: 10% 10% 10% 21%;
}

.ubicacionRegistrese div{
    margin-top: 2%;
}

.logo{
    margin-bottom: 10%;
    height: 70% !important;
}

h2{
    font-size: 2.375rem;
    line-height: 2.75rem;
    font-weight: 900;
    margin: 5px 0;
}

body{
    font-family: "Lato", sans-serif;
}

input{
    background-color: #f5f5f5;
    border: thin solid #CACACA;
    width: 100%;
    color: #3C3C3C;
    font-size: 1.1875rem;
    padding-left: 10px;
    border-radius: 4px;
    font-weight: 300;
}

select{
    border: thin solid #CACACA;
    width: 100%;
    color: #3C3C3C;
    font-size: 1.1875rem;
    padding-left: 10px;
    border-radius: 4px;
    font-weight: 300;
}

/* Por debajo de 700px */
@media screen and (max-width: 700px){
    button{
        font-size:10px !important;
    }
}
/* Por debajo de 400px */
@media screen and (max-width: 200px){
    button{
        font-size:2px !important;
    }
}




/*Aplicacion passalvo*/








#main-header {
    background: #023324;
    color: white;
    height: 80px;
    margin-top: -3%;
}	
#main-header a {
    color: white;
}

/*
 * Logo
 */
#logo-header {
    float: left;
    padding: 15px 0 0 20px;
    text-decoration: none;
}
#logo-header:hover {
    color: #0b76a6;
}

#logo-header .site-name {
    display: block;
    font-weight: 700;
    font-size: 1.2em;
}

#logo-header .site-desc {
    display: block;
    font-weight: 300;
    font-size: 0.8em;
    color: #999;
}


/*
 * Navegación
 */
nav {
    float: right;
}
nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-right: 20px;
}

nav ul li {
    display: inline-block;
    line-height: 80px;
}

nav ul li a {
    display: block;
    padding: 0 10px;
    text-decoration: none;
}

nav ul li a:hover {
    background: #0b76a6;
}

#contenedor{
    width: 100%;
}

#izquierda{
    float:left;
    width:100px;
}
#derecha{
    float:right;
    width:100px;
}

#main-content {
    background: #023324;
    width: 90%;
    max-width: 800px;
    margin: 20px auto;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

#main-content header,
#main-content .content {
    padding: 40px;
}

section{
    margin-top: 5% !important;
    width: 100% !important;
    height: 8% !important;
}

section h3{
    padding: 1%; 
    color: white;
}

header{
    height: 800%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.18);
}

#columnas{
    width: 100%; 
    background: #78B92F; 
    color: white
}

.redondeado{
    border-radius: 15px;
}

table{
    border-collapse:collapse; 
    border: none;
}

td {
    padding: 0;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
th, td {
    padding: 5px;
    text-align: left;
}

th{
    background-color: #A9D08E
}


@media screen and (max-width: 600px) {
       table {
           width:100%;
       }
       thead {
           display: none;
       }
       tr:nth-of-type(2n) {
           background-color: inherit;
       }
       tr td:first-child {
           background: #f0f0f0;
           font-weight:bold;
           font-size:1.3em;
       }
       tbody td {
           display: block;
           text-align:center;
       }
       tbody td:before {
           content: attr(data-th);
           display: block;
           text-align:center;
       }
}

#modal {
       background: rgba(0, 0, 0, 0.5);
       color: #fff;
       position: fixed;
       height: 100%;
       width: 100%;
       top: -100%;
       left: 0;
       right: 0;
       bottom: 0;
       transition: all .2s;
       z-index: 100;
}

#spinner {
       background-image: url(../img/loading.gif);
       background-repeat: no-repeat;
       background-position: center;
       height: 100%;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

   
    opacity: 0;
    transition: opacity 1s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
