#content > div.principal {
    float:left;
    clear: both;
    width:960px;
    height:295px;
    margin: 10px 10px 20px 11px;
    background:#FFF url(../img/index/principal.png) no-repeat 0 -25px;
    border-radius: 3px;
}
#content > div.principal > span {
    margin-top: 69px;
    color:#FFF;
    font-size: 28px;
    font-weight: bold;
    line-height: 62px;
    position: absolute;
    left: 32%;
    z-index: 19;
}
#content > a.infoButton {
    margin-top: 160px;
    color:#FFF;
    font-size: 24px;
    line-height: 62px;
    text-decoration: none;
    width: 355px;
    height: 63px;
    text-align: center;
    position: absolute;
    left:40%;
    z-index: 19;
    border-radius: 3px;
    background-color: #268bd2;
    background: linear-gradient(#268bd2,#084798);/* important!*/
    box-shadow: inset 0px 1px 0px #71b9eb,inset 0 -1px 2px #052f65;
    text-shadow: 1px 1px #010f2e;
}
#content > div.principal > div.transparent {
    float:left;
    width:850px;
    height:230px;
    margin-top: 30px;
    margin-left: 50px;
    background-color: #c9c9c9;
    border-radius: 3px;
    opacity:0.7;
    filter:alpha(opacity=70); /* For IE8 and earlier */
}

#content > div.section {
    float:left;
    width:225px;
    height:330px;
    border:1px solid #c9c9c9;
    margin-left:15px;
    margin-bottom: 15px;
    border-radius: 15px;
    cursor: pointer;
}
#content > div.section > div {
    float: left;
    clear: both;
    width: 200px;
    margin-left: 11px;
}
#content > div.section > div.title {
    color: #1D76BF;
    margin-top: 140px;
    margin-bottom: 6px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
#content > div.section > div > span {
    float: left;
    clear: both;
    margin-bottom: 4px;
    font-size: 13px;
    padding-left: 18px;
    text-align: left;
    word-spacing:2px;
    background:#FFF url(../img/index/arrow.png) no-repeat 0 4px;
}
#content > div.laboral {
    background:#FFF url(../img/index/laboral.png) no-repeat 0 -25px;
}
#content > div.contable {
    background:#FFF url(../img/index/contable.png) no-repeat 0 -25px;
}
#content > div.mercantil {
    background:#FFF url(../img/index/mercantil.png) no-repeat 0 -25px;
}
#content > div.fiscal {
    background:#FFF url(../img/index/fiscal.png) no-repeat 0 -25px;
}
#content > div.section > div.bar{
    position: absolute;
    float: left;
    width: 225px;
    height: 11px;
    margin-left: 0px;
    margin-top: 120px;
    border-top: 2px solid #c9c9c9;
    border-top-right-radius: 7px;
    border-top-left-radius: 8px;
    background-color: #FFF;
}
