/* 
    Created on : 27-dic-2016, 17:06:07
    Author     : NACHO
*/
@import url('https://fonts.googleapis.com/css?family=Lato');
*{
    font-family: 'Lato', sans-serif;
}

.mensa-oculto{
    display: none;
}

body {
    background-color: #EEE;
}

#detalle-cookies, .condiciones{
    display: none;
}

main {
    margin: 20px auto;
    width: 90%;
    max-width: 800px;
    min-width: 300px;
    box-shadow: 1px 1px 5px #000;
    background-color: #fff;
    padding: 10px 20px 20px;
    border-radius: 10px;
}

.centrado{
    text-align: center;
}

h1{
    text-transform: uppercase;
    font-size: 32px;
}

label{
    float: left;
    padding: 5px 10px;
    width: 30%;
    font-size: 22px;
}

div.entrada{
    float: right;
    padding: 5px 10px;
    width: 65%
}

div.entrada > p{
    padding: 0;
    margin: 0;
    font-size: 22px;
}

div.clear{
    clear: both;
}

input[type=text], select{
    width: 100%;
    margin: 0;
    padding: 2px 5px;
    font-size: 22px;
    border: 1px solid #aaa;
}

div.fondo{
    width: 100%;
    height: 100%;
    background-color: #000;
    position: fixed;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    opacity: 0;
}

div.centro{
    width: 100%;
    height: 100%;
    position: fixed;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    opacity: 0;
}

div.centro > div.Interior{
    margin: 60px auto;
    width: 95% !important;
    text-align: center;
    padding: 5px 10px;
    background: #fff;
    border: 1px solid #000;
    box-shadow: 2px 2px 5px #000;
    font-size: 25px;
    padding-top: 10px;
    max-height: 530px;
}

div.centro > div.Interior > div.caja{
    margin: 5px;
    width: 100%;
    overflow-y: scroll;
    height: 500px;
}

div.centro > div.Interior > img{
    width: 70px;
    display: block;
    margin: 20px auto;
}

div.grande{
    width: 90% !important;
    max-width: 800px;
    min-width: 300px;
    padding: 0px 20px 20px !important;
    text-align: left !important;
}

div.grande > p{
    font-size: 18px;
}

div.cierre{
    position: relative;
    border: 2px solid #000;
    background-color: #fff;
    border-radius: 25px;
    padding: 1px 8px;
    right: -40px;
    float: right;
    bottom: 20px;
    cursor: pointer;
}

#fecha{
    opacity: 0;
}

.invalido{
    border: 1px solid #f44242 !important;
}

.valido{
    border: 1px solid #42f444 !important;
}

input[type=submit], input[type=button]{
    float: right;
    background-color: #112f85;
    color: #fff;
    padding: 5px 10px;
    font-size: 25px;
    border: none !important;
    box-shadow: 1px 1px 5px #777;
    text-transform: uppercase;
    cursor: pointer;
}

.invisible{
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

#aviso-cookies {
    display: block;
    margin: 20px auto;
    width: 90%;
    max-width: 800px;
    min-width: 300px;
    box-shadow: 1px 1px 5px #000;
    background-color: #fff;
    padding: 10px 20px 20px;
    border-radius: 10px;
    padding-bottom: 60px
}