/***********  General    **************/
#vinoShow h1{
    float:left;
    text-transform:uppercase;
    font-weight:bold;
    font-size:12px;
    color:#a58e5e;
    margin: 50px 40px 0 50px
}
#vinoShow a{
    text-decoration:none;
    font-family:arial;
    color:#a58e5e;
}
#vinoShow{
    float:left;
    width:600px;
    height:420px;
    background-color:#FFF;
    color:#666;
    font-family:"Trebuchet MS", georgia;
}
#vinoShow #botella{
    float:left;
    width:200px !important;
    height:370px;
    padding-top:50px;
    background-image:url('/images/general/fondo_vino_show.jpg');
    background-repeat:repeat-y;
}
#vinoShow #container{
    float:left !important;
    width:395px !important;
}
#vinoShow #container .boton{
    float:right !important;
    margin: 11px 10px 0 2px
}
#vinoShow #container .cerrar{
    float:right !important;
    color: #666;
    text-transform:none;
    margin-top:13px;
}
#vinoShow #container #descripcion{
    float:left !important;
    width:310px !important;
    padding: 15px 0 20px 0;
    margin: 3px 40px 10px 50px;
    border-top: 1px #666 solid;
    border-bottom: 1px #666 solid;
    text-align:justify;
}
#vinoShow #container #descripcion p{
    font-size:1.1em;
    line-height:1.5em;
}
#vinoShow #container #descargas{
    clear:both !important;
    float:right !important;
    margin-right:40px;
}
#vinoShow #container #descargas a{
    float:right !important;
    text-transform:none;
    color:#666;
    margin: 18px 0 0 3px;
}
#vinoShow #container #descargas img{
    float:right !important;
    margin-top:10px;
}