/*-------------------------------------------------------
                       css home
-------------------------------------------------------*/
#content > a.mf_contador {display: block;}
#content > a.mf_contador > img {border: none;width: 100%}
#content .escaparate {
    height: 215px;
    width: 950px;
    position: relative;
    border: none;
    overflow: hidden;
    margin: 0 0 20px 0;
}
#content .escaparate img {height: auto;width: 100%;}
#content .escaparate > .pager {
    background: url("../img/bg_slider.png") no-repeat scroll 0 0 transparent;
    bottom: 10px;
    display: block;
    height: auto;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
#content .escaparate > .pager > li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0px 5px;
}
#content .escaparate > .pager > li > a {
    background: url("../img/bg_slidersteps.png") no-repeat scroll 0 0 transparent;
    display: block;
    width: 15px;
    height: 15px;
}
#content .escaparate > .pager > li.active > a {
    background: url("../img/bg_sliderstepson.png") no-repeat scroll 0 0 transparent;
    position: relative;
}
#content .escaparate > .pager > li > a > span {
    position: absolute;
    left: -9999em;
}
#content > h1 {
    display: block;
    float: left;
    font-size: 20px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-bottom: 8px;
}
#content > ul {
    overflow: hidden;
    margin: 0 0 20px 0;
    text-align: center;
}
#content > ul > li {
    display: inline-block;
    float: none;
    margin: 5px 0;
    position: relative;
    text-align: left;
    width: 230px;
}
#content > ul > li+li {
    margin-left: 10px;
}
#content > ul > li.no_margin {
    margin-left: 0;
}
#content > ul > li > a {text-decoration: none}
#content > ul > li > a > strong {
    background: #000000;
    color: #ffffff;
    display: block;
    font-weight: normal;
    left: 0;
    padding: 6px 10px;
    position: static;
    text-shadow: 1px 1px 1px #333333;
    top: 0;
}
#content > ul > li > a:hover > strong {
    background: #333333;
}
#content > ul > li > a > img {
    border: none;
    height: auto;
    width: 100%;
}
#content > ul > li > form {
    width: 230px;
    height:109px;
    background: #ffffff;
    position: absolute;
    left:0;
    top:0;
    display: none;
}
#content > ul > li > form > b {
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 14px;
    padding: 6px 9px;
}
#content > ul > li > form > select {
    margin: 1px 0;
    width: 219px;
}
#content > ul > li > form > select.short {
    margin: 1px 2px 1px 0;
    width: 107px;
}
#content > ul > li > form > span {
    display: block;
    float: left;
    font-size: 10px;
    font-weight: bold;
    margin: 1px 10px;
    padding: 1px 0 1px 0;
}
#content > ul > li > form > button {
    background: #C2C0C0 none;
    border: medium none;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 10px;
    font-weight: bold;
    margin: 1px 10px;
    padding: 1px 3px 1px 3px;
}
