.lancio {
    padding: 10px;
}
.lancio .wrapper {
    padding: 10px;
    height: 80px;
}
.lancio a.read_more {
    float:right;
}

.lancio h3 {
    height: 28px;
    text-indent: -9999px;
    float: left;
    width: 170px;
}

/* type */
.lancio a.read_more {
    font-size: 1em;
}
.lancio h5 {
    clear: both;
    padding: 10px 0 3px;
    font-size: 2.1em;
    line-height: 24px;
}
.lancio a.view {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.6em;
}

/* colors */
.lancio a.read_more,
.lancio h5,
.lancio h5 a {
    color: #aac8ac;
}
.lancio a.view {
    color: #fe9f1d;
}

/* bgs */
.lancio.shopping h3 {
    background: url('../imgs/lancio/shopping_h3.png') no-repeat scroll top left;
}

.lancio .wrapper {
    background: url('../imgs/lancio/bg.gif') repeat-x scroll top left;
}

.lancio a.read_more {
    background: url('../imgs/arrow_green.png') no-repeat scroll center right;
    padding-right: 10px;
}

.lancio a.view {
    background: url('../imgs/arrow_orange.png') no-repeat scroll center right;
    padding-right: 10px;
}