body {
    background: url(../img/iconos/3.png);
    background-size: 100% 560px;
    font-family: Gill Sans MT;
}
#search {
    width: 550px;
    margin-left: 350px;
}
#search_text {
    width: 425px;
    font-size: 16px;
    height: 30px;
    margin-right: 0;
    color: #000;
    outline: none;
    background: #ffe5dc;
    float: left;
    box-sizing: border-box;
    transition: all 0.15s;
}
#search_button {
    border: 0 none;
    background: #ff4200 url(../img/iconos/search.png) center no-repeat;
    width: 60px;
    float: left;
    padding: 0;
    text-align: center;
    height: 30px;
    cursor: pointer;
}
.buscar {
    width: 60px;
    float: left;
    padding: 0;
    text-align: center;
    height: 30px;
    background: #ff8b61;
    color: #fff;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
#search_text:focus {
    background: #fff;
}
#Catalogotable {
    margin: 0 auto;
    width: 1230px;
}
#tabPaginacion {
    display: none;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 300;
    background: url('../img/iconos/loading.gif') 50% 50% no-repeat rgb(249, 249, 249);
    opacity: .8;
}
#filtros {
    background: #ffe7e7;
}
#filtros tbody tr td:nth-child(1) {
    width: 100px;
    padding: 8px
}
#headerTable {
    margin: 0 auto;
    border-radius: 10px;
    padding: 8px;
    width: 1150px;
    background: #ffe7e7
}
#footerTable {
    margin: 0 auto;
    border-radius: 10px;
    padding: 8px;
    width: 1150px;
    background: #ffe7e7;
    color: #203A80;
    text-align: center;
}
.cart_anchor {
    float: right;
    vertical-align: top;
    background: url('../img/iconos/cart-icon.png') no-repeat center center / 100% auto;
    width: 50px;
    height: 50px;
    cursor: hand;
    cursor: pointer;
}
.cart-num {
    cursor: hand;
    cursor: pointer;
    background: #dbccd0;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    left: 19px;
    top: 3px;
    padding: 4px 8px;
    margin-left: 18px;
}
#contenedor {
    height: 425px;
    width: 1150px;
    margin: auto;
}
.orange {
    color: #F15500 !important;
}
#menu {
    list-style-type: none;
    height: 40px;
    padding: 0;
    margin: 0;
}
#menu {
    list-style-type: none;
    height: 40px;
    padding: 0;
    margin: 0;
}
#menu li {
    float: left;
    position: relative;
    padding: 0;
    line-height: 40px;
    border: #fa893b 1px solid;
    border-radius: 20px 20px 1px 1px;
    z-index: 25;
}

#menu li:hover {
    background-position: 0 -40px;
}
#menu li a {
    display: block;
    padding: 0 15px;
    color: #0004ff;
    text-decoration: none;
}
#menu li a:hover {
    color: #ff8b61;
}
#menu li ul {
    opacity: 0;
    position: absolute;
    left: 0;
    width: 218px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
#menu li:hover ul {
    opacity: 1;
}
#menu li ul li {
    float: none;
    position: static;
    height: 0;
    line-height: 0;
    background: none;
}
#menu li:hover ul li {
    height: 30px;
    line-height: 30px;
}
#menu li ul li a {
    border: #fa893b 2px solid !important;
    background-color: #eaeaea;
    border-radius: 0px 0px 0px 0px;
}
#trans-nav li ul li a:hover {}
/* Full-width input fields */

#usuario, #pass {
    width: 90%;
    padding: 12px 20px;
    margin: 8px 26px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 16px;
}
/* Set a style for all buttons */

#enviarForm {
    background-color: #ff8b61;
    color: white;
    padding: 14px 20px;
    margin: 8px 26px;
    border: none;
    cursor: pointer;
    width: 90%;
    font-size: 20px;
}
#enviarForm:hover {
    opacity: 0.8;
}

#nuevoUsuario {
    background-color: #596498;
    color: white;
    padding: 14px 20px;
    margin: 8px 26px;
    border: none;
    cursor: pointer;
    width: 320px;
    font-size: 22px;
    text-align: center;
}
#nuevoUsuario:hover {
    opacity: 0.8;
}
/* Center the image and position the close button */

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}
/* The Modal (background) */

.modal {
    display: none;
    position: fixed;
    z-index: 30;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}
/* Modal Content Box */

.modal-content {
    background-color: #fefefe;
    margin: 4% auto 15% auto;
    border: 1px solid #888;
    width: 40%;
    padding-bottom: 30px;
    width: 400px;
    height: 450px;
}
/* The Close Button (x) */

.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}
.close:hover, .close:focus {
    color: red;
    cursor: pointer;
}
/* Add Zoom Animation */

.animate {
    animation: zoom 0.6s
}
@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}
.terminosCondiciones {
    width: 800px !important;
    margin: auto;
}
.terminosCondiciones tbody tr td:nth-child(1) {
    width: 750px !important;
    color: #000 !important;
    font-size: 12px !important;
    padding-right: 5px;
}
.seleccion {
    color: #ff8b61 !important;
}


 .smile {
     border: 0 none;
     background: #fff url(../img/iconos/smile.jpg) center no-repeat;
     width: 30px;
     padding: 10px;
     text-align: center;
     height: 30px;
     cursor: pointer;
     margin: auto;
 }

 .users {
     border: 0 none;
     background: #fff url(../img/iconos/user.png) center no-repeat;
     width: 30px;
     padding: 10px;
     text-align: center;
     height: 30px;
     cursor: pointer;
     margin: auto;
 }