@charset "UTF-8";
/*-------------------------------------------------------*/
/* http://dantecreations.com/ */
/* 2017 */
/*-------------------------------------------------------*/
body{
    background-image: url(../images/fondo2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}



.input{
    width: 100%;
    padding: 5px;
    padding-left: 15px;
    border:solid 1px #e4e4e4;
    margin-top:4px;
}
.masmargen{
    margin-top:20px;
}
.select{
    width: 100%;
    margin-top:4px;
    border:solid 1px #e4e4e4;
    padding: 5px;
    padding-left: 10px;
    color: #8c8c8c;
}
.titless{
    font-size: 14px;
    color:white;
    margin-top:20px;
}
.barrita{
    width: 50px;
    height: 4px;
    background: #96b2da;
    margin-top:3px;
    margin-bottom:3px;
}
.textarea{
    width: 100%;
    max-width: 100%;
    min-height: 100px;
    border:solid 1px #e4e4e4;
    padding: 5px;
    margin-top:4px;
}
.agregar_alerg{
    text-align: right;
    color:white;
    font-size: 30px;
}
.agregar_alerg > i{
    cursor:pointer;
}
.input_alergia{
    width: 100%;
    padding: 5px;
    padding-left: 15px;
    border:solid 1px #e4e4e4;
    margin-top:4px;
    float: left;
}
.ia1{
    width: 40%;
}
.ia2{
    width: 58%;
    margin-left: 2%;
}
.button{
    width: 100%;
    margin-top:20px;
    padding:10px;
    background: #f3d280;
    color:white;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.5);
    box-shadow: 0 1px 4px rgba(0,0,0,0.5);
    text-shadow: 2px 2px 2px #000000;
}
.buttoncamera{
    margin-top:4px;
}
.buttoncamera > img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 25px;
}
.subirimagen{
    visibility: hidden;
}
.autorizacion{
    color:white;
    margin-top:5px;
}
.autorizacion > input{
    cursor:pointer;
}

.imgss{
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.legal{
    font-size: 12px;
    text-align: center;
    color:white;
}
.legalcontainer{
    padding:20px;
    background: rgba(0,0,0,0.2);
    margin:20px;
}
.titulocontainer{
    padding:20px;
}
.var1{
    margin-top: 60px;
}
.var2{
    margin-top: 110px;	
}
.var3{
    margin-top: 235px;
}
.titulosuperior{
    font-size: 20px;
    color:white;
}
.barraza{
    width: 100%;
    height: 6px;
    background: #96b2da;
    margin-top:3px;
    margin-bottom:3px;
}
.appbutton{
    width: 100%;
    height: auto;
    background: red;
    margin-top:20px;
}
.apb{
    width: 50%;
    float: left;
}
.apb > img{
    height: 60px;

}
.apb1{
    padding-right: 20px;
}
.apb2{
    padding-left: 20px;
}
.downloadapp{
    text-align:center;
    color:#303880;
    font-size: 20px;
}
.errormsg{
    height: auto;
    width:100%;
    background: #dc7373;
    margin-top:20px;
    padding:10px;
    color:#3b0000;
    border: solid 1px #3b0000;
    display:none;
}
.containerOKMsg{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    display: none;
}
.okmsg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    min-height: 200px;
    height: auto;
    width:90%;
    max-width: 400px;
    background: #bce978;
    margin-top:20px;
    padding:50px 10px;
    color:#077400;
    display: inline-table;
    /*border: solid 1px #077400;*/
}
.closeOKMsg{
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    cursor: pointer
}
.containerWarningMsg{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    display: none;
}
.warningmsg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    min-height: 200px;
    height: auto;
    width:90%;
    max-width: 400px;
    background: #f3d280;
    margin-top:20px;
    padding:50px 10px;
    display: inline-table;
    /*color:#077400;*/
    /*border: solid 1px #077400;*/
}
.closeWarningMsg{
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    cursor: pointer
}
@media (max-width: 1200px) {
    .non1200{
        display: none;
    }
}