
body{
    font-family: 'Raleway', sans-serif;
    background-color: #283747;
}

div{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: left;
}

h1{
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    color: white;
    font-size: 600%;
}

.h1f{
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    color: #fFCC10;
    font-size: 400%;
}

h2{
    color: white;
    font-size: 350%;
    width: 350px;
    text-align: left;
    height: auto;
}

.h2final{
    width: auto;
    text-align: center;
}

.derecha{
    text-align: right;
    color: white;
    font-size: 400%;
    width: 350px;
}

h3{
    color: #DBFF6C;
    font-size: 250%;
    text-align: left;
    margin: 5px;
}
h4{
    color: #fFCC10;
    font-size: 450%;
    border: 0px;
    margin: 10px;
    text-align: center;
}

label{
    margin: 50px;
}

.bodyIndex{
    background: #283747;  /* fallback for old browsers */
    background-size: 100% 100vh;
    font-family: 'Raleway', sans-serif;
}

.boton{
    margin: 5%;
    border-radius: 12px;

    background: #f6e6b4; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #f6e6b4 0%, #ed9017 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #f6e6b4 0%,#ed9017 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #f6e6b4 0%,#ed9017 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6e6b4', endColorstr='#ed9017',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    width: 90%;

    color: black;
    font-size: 350%;
    text-align: center;
}

.botoncito{
    margin: 5%;
    border-radius: 12px;

    background: #F5EFEB; /* Old browsers */
    width: 90%;

    color: black;
    font-size: 200%;
    text-align: center;
}


.calendario{
    justify-content: center;
    margin: 5%;
    background-color: #0e0e0e;
    color: #ffda76;
    font-size: 400%;
    width: 80%;
    text-align: center;
    background-color: transparent;
    border-radius: 8px;
    border-top: 10px;
    border-right: 10px;
    border-left: 10px;
}

.checkbox{
    font-size: 120%;
    height: 40px;
    width: 40px;
    background-color: #eee;
}

.etiqueta{
    color: whitesmoke;
    font-size: 300%;
    text-align: center;
    margin-left: 5px;
    width: 100%;
}

.etiquetaPequena{
    color: whitesmoke;
    font-size: 120%;
    text-align: center;
    margin-left: 5px;
    width: 100%;
}

.loginH1{
    color: white;
    font-size: 200%;
}

.logoIndex{
    width: 70%;
}

.pass{
    margin: 5%;
    background-color: transparent;
    color: #ffda76;
    font-size: 250%;
    text-align: center;
    border-radius: 8px;
    border-top: 10px;
    border-right: 10px;
    border-left: 10px;
    width: 90%;
}

.selector{
    background-color: #0e0e0e;
    color: #ffda76;
    font-size: 40px;
    margin: 5%;
    width: 90%;
    text-align: center;
    background-color: transparent;
    border-radius: 8px;
    border-top: 10px;
    border-right: 10px;
    border-left: 10px;
}

tr{
    color: whitesmoke;
    font-size: 150%;
    text-align: left;
}

tr{
    color: whitesmoke;
    font-size: 150%;
    text-align: left;
}

table{
    text-align: left;
    width: auto;
}


.divFinal{
    display: flex;
    justify-content: center;
    width: auto;
    height: px;
    margin: 1px;
}

.h2f{
    width: 3000px;
}