#datos,#compartir{
    width:200px;
    position:absolute;
    top:0;
    left:500px;
    padding-left:20px;
    background-color:#fff;
    z-index:1001;
    height:600px;
}
#datos span{
    width: 100%;
    margin-bottom:20px;
    display: block;
}
#datos label,#dato_tipo{
    font-size:1.2em;
    color:#665d5e;
    font-weight: bold;
    width:100%;
    display:block;
}
#dato_tela,#dato_observaciones{
    font-size:1.2em;
    font-weight: bold;
}
#dato_codigo{
    font-size:1.7em;
    font-weight: bold;
}
#dato_codigo strong{
    color:rgb(173, 49, 93);
}
#dato_tallas{
    display:inline-block;
    padding: 3px 5px;
    margin: 5px;
    background-color:rgba(173, 49, 93,0.5);
    border-radius:5px;
    color:#fff;
    text-shadow: black 0.1em 0.1em 0.2em;
    font-size: 1.5em;
}
.dato_precio{
    border-top: rgb(173, 49, 93) double 1px;
    border-bottom: rgb(173, 49, 93) double 1px;
    padding: 2px 0;
    text-shadow: 0.05em 0.05em 0.05em grey;
}
.dato_precio b{
    font-size: 2em;
    color: rgb(173, 49, 93);
    font-weight: bold;
}
.dato_precio cite{
    color:grey;
    font-weight: normal;
    margin-left: 10px;
    text-decoration: line-through;
}
.dato_precio b:before, .dato_precio cite:before{
    content: "$"
}
#me_gusta{
    width:215px;
    height:10%;
    float:left;
    text-align:center;
}
#disponibilidad{
    font-size:12px;
    width:94%;
    margin-left:2%;
    text-align:center;
    border-collapse: collapse;
    margin-bottom: 15px;
}
#disponibilidad th{
    color: #fff;
    text-shadow: 0.1em 0.1em 0.2em black;
    background-color: rgb(173, 49, 93);
    background: linear-gradient(to bottom , rgb(173, 49, 93), rgb(204, 77, 114));
    padding:0;
    margin:0;
    border-color: rgb(204, 77, 114);
    border-style: solid;
    border-width: 1px;
}
#disponibilidad td{
    border-color: rgb(204, 77, 114);
    border-style: solid;
    border-width: 1px;
}#compartir h2{
    margin-top:0;
    margin-bottom:5px;
}
#compartir h2{
    text-align: center;
}
#producto{
    width:750px;
    height:600px;
    overflow:hidden;
}

#miniaturas{
    width:100px;
    height:600px;
    background-color: #fff;
    position:absolute;
    left:0;
    top:0;
    z-index:1001;
    text-align: center;
}
#miniaturas img{
    height:100px;
    padding: 0 16px;
    cursor: pointer;
    opacity: 0.7;
}
#imagen{
    width:400px;
    height:600px;
    line-height:600px;
    vertical-align:middle;
    position:absolute;
    left:100px;
    top:0;
}
#imagen img{
    display:none;
}
#lazo_descuento{
    position:absolute;
    top:35px;
    left:365px;
    background: linear-gradient(to top , rgb(173, 49, 93), rgb(204, 77, 114));
    width:170px;
    height:30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    color:#fff;
    text-shadow: 0.05em 0.05em 0.05em grey;
    font-size:1.25em;
    
    -webkit-transform: rotate(45deg);
    -moz-transform:    rotate(45deg);
    -ms-transform:     rotate(45deg);
    -o-transform:      rotate(45deg);
}
#cargando_disponibilidad{
    width:100%;
    text-align: center;
    margin-top:20px;
}
.dato_disponibilidad{
    height:240px;
    overflow: hidden;
    overflow-y: scroll;
    display:none;
}