/*Quienes Somos*/
/*Separador de secciones*/
#centro .hrGraph {
    padding-top: 18px
    }
/*imagenes tienda*/
.itemRow.imagenesTienda .imageFrame {
    margin-right: 18px;
    width: 176px;
    border: 2px solid #C0C0C0;
    float: left
    }
.itemRow.imagenesTienda .imageFrame.last {
    margin-right: 0
    }
.itemRow.imagenesTienda img {
    border: 1px solid #fff
    }
/*Mapa*/
#centro .item.mapa {
    padding-bottom: 8px;
    /*background: #FF0FF0;*/
    }
#centro .item.mapa .imagen {
    padding-bottom: 1px
    }
.item.mapa a.vermas:link, .item.mapa a.vermas:visited {
    right: 2px;
    /*color: #C31A75;*/
    display: block;
    float: right;
    padding: 1px 12px 2px 0;
    background: /*#00f00f*/ url(../img/btt_zoommapa.gif) right 4px no-repeat
    }
/*video*/
#centro .item.video {
    margin-bottom: 10px;
    padding: 1px;
    font-size: 1px;
    line-height: 1px;
    border: 2px solid #C0C0C0;
    display: inline-block
    }
#centro .item.video object, #centro .item.video embed {
    padding: 0;
    margin: 0;
    border: 0;
    display: block
    }
/*Hack (Explorer 7)*/
*:first-child + html #centro .item.video object {
    border: 1px solid #81847F
    }