.div_cont1 {
    background: #ffffff; /* Old browsers */
    /*background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
    /*background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

    width:300px;

    box-shadow: 0 4px 10px 2px rgba(0,0,0,.3);
    top:0; left:0; right:0; bottom:0;
    border-radius: 3px 3px 12px 12px;
    -moz-border-radius: 3px 3px 12px 12px;
    -webkit-border-radius: 3px 3px 12px 12px;
    border: 1px solid #750101;
    text-align: left;
}
.ord_top {
    background: #cdeb8e; /* Old browsers */
    /*background: -moz-linear-gradient(top,  #cdeb8e 0%, #a5c956 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%); /* IE10+ */
    /*background: linear-gradient(to bottom,  #cdeb8e 0%,#a5c956 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdeb8e', endColorstr='#a5c956',GradientType=0 ); /* IE6-9 */
    border-radius: 3px 3px 0px 0px;
}
.ord_eff:hover {
    background: #f1e767; /* Old browsers */
    /*background: -moz-linear-gradient(top,  #f1e767 0%, #feb645 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1e767), color-stop(100%,#feb645)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,  #f1e767 0%,#feb645 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  #f1e767 0%,#feb645 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  #f1e767 0%,#feb645 100%); /* IE10+ */
    /*background: linear-gradient(to bottom,  #f1e767 0%,#feb645 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645',GradientType=0 ); /* IE6-9 */
}
.ord_cont {
    background: #f6f8f9; /* Old browsers */
    /*background: -moz-linear-gradient(top,  #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%); /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f8f9), color-stop(50%,#e5ebee), color-stop(51%,#d7dee3), color-stop(100%,#f5f7f9)); /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* IE10+ */
    /*background: linear-gradient(to bottom,  #f6f8f9 0%,#e5ebee 50%,#d7dee3 51%,#f5f7f9 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */
}
.tbl_ord {
    box-shadow: 0 4px 10px 2px rgba(0,0,0,.3);
    top:0; left:0; right:0; bottom:0;
    border-radius: 3px 3px 12px 12px;
    -moz-border-radius: 3px 3px 12px 12px;
    -webkit-border-radius: 3px 3px 12px 12px;
    border: 1px solid #750101;
    text-align: left;
}
.text_optin{
    font-size: 20px;
}
.cuadr_log {
    overflow-y: auto;
    height: 500px;
    border:1px solid #6A4F4F;
}
.flotante{
    position: absolute;
    display: none;
    font-family:Arial;
    font-size:12px;
    width:320px;
    border:1px solid #808080;
    background-color:#f1f1f1;
    padding:15px;
    z-index: 99999;
    box-shadow: 0 4px 10px 2px rgba(0,0,0,.3);
}