@charset "utf-8";
/* CSS Document */

html,
input,
select,
textarea {
    font-size: 16px;
}

body {
    font-family: Tahoma, Verdana, Geneva, sans-serif;
    color: #333;
    background-color: #c1a9ce;
    height: 100vh;
}

@media only screen and (max-width: 850px) {

    .header {
        height: 80px;
    }

    #limitador {
        width: 100%;
    }

    .logo {
        padding: 10px 0 0 20px;
    }

    .logo1 {
        font-size: 1.7em;
        font-weight: 100;
        height: 50px;
    }

    .logo2 {
        display: none;
    }

    #menuIcon {
        top: 90px;
    }

    .thumb img {
        margin-right: 15px;
        margin-top: 15px;
    }

    #cat_id {
        margin-left: 100px;
    }

    #city,
    #cat_id {
        margin-top: 7px;
    }

    #expiration {
        margin-left: 100px;
    }

    #navegacion ul {
        width: 230px;
    }

    .show {
        width: 260px !important;
    }
}

@media only screen and (min-width: 850px) {

    #limitador {
        max-width: 1300px;
        border: 1px solid #000;
        box-shadow: 16px 13px 10px -7px #000, -10px 0px 20px -7px #000;
    }

    .header {
        height: 120px;
    }

    #menuIcon {
        top: 130px;
    }

    .thumb img {
        margin-right: 15px;
        margin-top: 15px;
    }

    .logo {
        margin: 0 auto;
        padding-top: 10px;
    }

    .logo1 {
        font-size: 3.6em;
        font-weight: 200;
        height: 70px;
    }

    .logo2 {
        display: block;
    }

    #navegacion ul {
        width: 270px;
    }

    .show {
        width: 300px !important;
    }
}

@media only screen and (min-width: 1100px) {
    .itemRight {
        float: right;
        width: 34%;
    }
}

@media only screen and (max-width: 1099px) {
    .itemRight {
        clear: both;
        position: relative;
        max-width: 650px;
    }
}

@media only screen and (min-width: 1270px) {

    .thumb {
        float: right;
        width: 75px;
        margin-left: 15px;
    }

    .thumb img {
        margin-bottom: 15px;
    }
}

a:hover,
.selected {
    background-color: #9BB87E;
}

.admin,
.admin1 {
    position: absolute;
    font-size: 18px;
    z-index: 1000;
}

.admin {
    left: 300px;
    bottom: 3px;
    background-color: transparent;
}

.admin1 {
    left: 100px;
    bottom: -35px;
    background-color: #030189;
    padding: 4px;
    border: 2px solid #000;
}

.admin1 a {
    color: #fff;
    text-decoration: none;
}

#bigImg {
    margin: auto;
    display: block;
    width: 100%;
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.aviso,
.msg {
    position: relative;
    text-align: center;
    height: fit-content;
    color: #ce3d27;
    font-weight: bold;
}

.aviso {
    margin: 10px 0 10px 60px;
}

.button {
    background-color: #ce3d27;
    background-image: -moz-linear-gradient(top, #c734f0, #100A5E);
    border: solid 1px #8d2a1b;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    color: #fff !important;
    line-height: 27px;
    text-decoration: none;
    padding: 0 5px;
    box-shadow: inset 0 1px 0 0 #e9988b;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    font-weight: normal;
    font-size: 14px;
}

.button:hover {
    background-image: -moz-linear-gradient(top, #100A5E, #c734f0);
}

.centrar {
    text-align: center;
}

.centrar img {
    margin: 4px;
}

.centro {
    position: relative;
    margin: 10px auto 0 auto;
    text-align: right;
    max-width: 450px;
}

.centro input,
.centro select {
    width: 250px;
}

.centro div {
    float: right;
    padding: 8px 0;
    position: relative;
}

.centro label {
    padding-bottom: 7px;
}

.centro ol li {
    margin: 10px 0 0 60px;
    text-align: left;
}

.closeBox {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 5px 5px 50px 0;
}

.item {
    position: relative;
    float: left;
    font-size: 1.0em;
    margin-bottom: 20px;
    max-width: 750px;
}

.contact {
    background-color: #eee;
    padding: 5px;
    border: 1px solid #000;
    max-width: 635px;
    margin-top: 20px;
    width: 100%;
}

.contact div {
    margin: 5px 0;
    position: relative;
    clear: both;
}

.contact h4 {
    margin: 5px 0;
}

.contact input[type='text'] {
    clear: both;
    width: 250px;
    float: right;
    margin: 0 10px 5px auto;
}

.el_list {
    clear: both;
    border: 1px solid #ECECEC;
    position: relative;
    color: #777;
    padding: 0;
    height: fit-content;
    min-height: 95px;
    margin: 0 -10px 5px -2px;
    font-size: 15px;
}

.el_list div {
    cursor: pointer;
}

.el_list img {
    float: left;
    width: 95px;
    height: 85px;
    margin: 5px 15px 5px 5px;
}

.el_list div img {
    width: 30px;
    height: 30px;
    float: none;
    vertical-align: middle;
}

.el_list span.euro {
    font-weight: bold;
    color: green;
}

.f12i {
    font-size: 12px;
}

.f14i {
    font-size: 14px;
}

.f14i,
.f12i {
    font-weight: normal;
    margin-left: 8px;
    font-style: italic;
}

.foto {
    max-width: 640px;
    width: 85vw;
    float: left;
}

.foto textarea {
    width: 100%;
}

.footer {
    clear: both;
    padding-bottom: 30px;
    border-top: solid 2px #eaeaea;
    padding-top: 15px;
    text-align: center;
    width: fit-content;
    margin: 15px auto 0 auto;
}

.footer span {
    margin: 0 10px;
}

.header {
    background-color: #100A5E;
    background-image: -moz-linear-gradient(to bottom right, #c734f0, #100A5E);
    position: relative;
}

.hide {
    width: 0px;
    transition: width .5s;
    border: none;
}

.show {
    transition: width .5s;
    border: 1px solid #000;
}

img {
    cursor: url(/img/icons/zoom.png), pointer;
    border: none;
    vertical-align: baseline;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 3px 2px 8px 1px rgba(0, 0, 0, 1);
    -moz-box-shadow: 3px 2px 8px 1px rgba(0, 0, 0, 1);
    box-shadow: 3px 2px 8px 1px rgba(0, 0, 0, 1);
}

#imgBig {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 40px;
    z-index: 1012;
    background-color: transparent;
    max-height: 80vh;
    display: inline-block
}

.icon,
#itemMap img,
.closeBox {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    cursor: pointer;
    vertical-align: bottom;
    box-shadow: none;
}

.itemInfo {
    background-color: #eee;
    padding: 5px;
    max-width: 640px;
}

.itemInfo div {
    padding: 3px 0;
}

.itemInfo label {
    font-weight: 800;
    padding: 5px 0;
}

#itemMap {
    width: 85vw;
    max-width: 750px;
    height: 240px;
}

.info2 {
    width: 100%;
}

.itemRight textarea,
.msgContact {
    width: 100%;
    height: 200px;
    max-width: 640px;
}

#limitador {
    position: relative;
    margin: 3px auto;
    background-color: #fff;
    overflow: hidden;
    min-height: 98vh;
}

.logo {
    position: relative;
    width: fit-content;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.logo div {
    position: relative;
}

#menuIcon {
    position: absolute;
    left: 10px;
    z-index: 500;
}

.nav {
    position: absolute;
    left: 3px;
    bottom: 5px;
    width: fit-content;
    color: white;
    background-color: transparent;
}

.nav_publish,
.nav_paypal {
    position: absolute;
    right: 5px;
}

.nav_publish {
    bottom: 5px;
}

.nav_paypal {
    top: 5px;
}

.nav a {
    margin-left: 10px;
    color: white;
    font-size: 16px;
    text-decoration: none;
}

#navegacion {
    position: absolute;
    z-index: 1050;
    top: 0;
    left: 0;
    background-color: #dde4f5;
    overflow-y: auto;
    overflow-x: hidden;
    height: 98vh;
    font-size: 15px;
}

#mascara,
#mascaraImg {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100vh;
    background-color: black;
    -moz-opacity: 0.6;
    opacity: .60;
    filter: alpha(opacity=60);
    cursor: url(/img/icons/zoom-.png), auto;
}

#mascara {
    z-index: 1001;
}

#mascaraImg {
    z-index: 1011;
}

#navegacion img {
    cursor: pointer;
}

#navegacion p {
    margin: 12px 5px 12px -15px;
    font-weight: normal;
}

#navegacion input {
    margin-left: 8px;
    width: 90%
}

#navegacion ul {
    padding-left: 30px;
    z-index: 991;
}

#navegacion ul a {
    color: #000;
}

#navegacion ul li {
    font-weight: bold;
    list-style: url(/img/icons/flechaM.gif);
    margin-bottom: 15px;
    margin-right: 20px;
}

#navegacion ul li ul {
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 10px;
}

#navegacion ul li ul ul {
    padding-left: 10px;
    margin-top: 10px;
}

#navegacion ul li ul ul label {
    margin-left: -10px;
}

#navegacion span {
    margin-left: -10px;
}

#navegacion ul li ul li,
#navegacion ul li ul li a {
    list-style: url(/img/icons/flechaPoint.gif);
    font-weight: bold;
    padding: 4px 0;
    margin-left: 10px;
    margin-bottom: 0;
    text-decoration: none;
}

#navegacion ul li label:hover {
    background: #9BB87E;
    cursor: pointer;
}

#pagC {
    position: relative;
    padding: 10px 30px;
    margin: 0 auto;
    display: block;
}

#pagC h1 {
    font-size: 22px;
    margin: 15px 0 30px 60px;
}

.price,
.price input {
    font-size: 18px;
    background-color: #FCF8E3;
    text-align: right;
}

.price {
    position: relative;
    width: fit-content;
    display: inline-block;
    padding: 2px 10px;
    font-weight: bold;
}

.price input {
    width: fit-content;
}

.secuencia {
    position: relative;
    border-bottom: solid 2px #eaeaea;
    padding-bottom: 5px;
    margin-left: 60px;
}

.secuencia span a {
    font-style: italic;
}

select option {
    color: #333;
}

.sendMsg {
    max-width: 640px;
    text-align: center;
    margin: 0 auto;
}

.sendMsg div {
    padding: 8px 0;
}

.sendMsg textarea {
    width: 100%;
    height: 200px;
}

.similar {
    clear: both;
    padding-top: 25px;
}

.small {
    font-size: 14px;
    margin-left: 10px;
}

.tit_descri {
    width: fit-content;
    margin-top: 15px;
    padding: 3px;
    background-color: #eee;
}

.titulo {
    margin: 20px auto 30px auto;
    width: fit-content;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}

.titulo a {
    margin-left: 20px;
    margin-right: 20px;
}