.oculto {
    display: none;
}
.popup-806 {
    position: fixed;
    width: 100%;
    top: 136px;
    z-index: 10;
    left: 0;
}
.caja-806 {
    background: #f3f3f3;
    width: 940px;
    margin: 0 auto;
    border: 2px solid #cc7fa9;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.75);
    font-family: 'Open Sans', sans-serif;
    border-radius: 8px;
    height: 374px;
    color: white;
}
.titulo-806 {
    padding: 10px 10px;
    border-bottom: 1px solid #cc7fa9;
    background: #cc7fa9;
    color: white;
    position: relative;
}
.cerrar-806 {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 27px;
    padding: 0px 10px;
    padding-bottom: 2px;
    background: #F44336;
    cursor: pointer;
    border-top-right-radius: 7px;
    color: white;
}
.cuerpo-806 {
    padding: 10px 10px;
    padding-bottom: 4px;
    overflow-y: auto;
    height: 313px;
}
.burbuja-806 {
    background: #e3e3e3;
    padding: 6px;
    border-radius: 6px;
    margin-bottom: 6px;
    color: #000;
}
.btn-popup {
    background-color: #cc7fa9;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    padding: 0px 12px;
    margin: 0 auto;
    text-align: center;
    font-weight: 900;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 2px 0px;
    cursor: pointer;
    border: 0;
}
.btn-popup2 {
    background-color: #cc7fa9;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding: 0px 12px;
    margin: 0 auto;
    text-align: center;
    font-weight: 900;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 2px 0px;
    cursor: pointer;
    border: 0;
}
.btn-disabled {
    background-color: #afafaf;
    cursor: default;
}
.btn-selected {
    background-color: #476f9f;
    cursor: default;
}

@media only screen and (min-width:640px) and (max-width:980px){
    .popup-806 {
        top: 186px;
    }
    .caja-806 {
        width: 600px;
    }
}

@media only screen and (min-width:360px) and (max-width:639px){
    .popup-806 {
        top: 240px;
    }
    .caja-806 {
        width: 99%;
    }
}

@media only screen and (min-width:1px) and (max-width:359px){
    .popup-806 {
        top: 240px;
    }
    .caja-806 {
        width: 99%;
    }
}