/*
 * Imagenes
 */
section#image
{
    height: 512px;
}
section#image ul.bannerImages
{
    width: 100%;
    height: 512px;
    overflow: hidden;
}
section#image ul.bannerImages li
{
    float: left;
    width: 100%;
    height: 512px;
}
section#image nav
{
    position: absolute;
    left: 50%;
    margin-left: 70px;
    top: 540px;
    text-align: right;
    width: 400px;
    z-index: 10;
}
section#image nav a
{
    font-size: 0;
    text-indent: -2000em;
    display: inline-block;
    margin-left: 8px;
    width: 18px;
    height: 18px;
    background: url('../imgs/pager_btn.png') no-repeat;
}
section#image nav a.activeSlide
{
    background: url('../imgs/pagerActive_btn.png') no-repeat;
}
section#image div.text
{
    padding: 320px 0 0 70px; 
    color: #f7f7f7;
    font-size: 14px;
    width: 500px;
}
section#image div.text p.title
{
    font-family: "Trajan Pro";
    color: #f7f7f7;
    font-size: 48px;
    margin-bottom: 7px;
}
section#image div.text p.subtitle
{
    color: #dccc95;
    font-size: 24px;
    margin-bottom: 7px;
}
/*
 * Hogar
 */
section#hogar
{
    width: 940px;
    height: 375px;
    background: transparent url('../imgs/hogar_bg.png') no-repeat center left;
    padding-left: 590px;
    padding-top: 40px;
}
section#hogar h2
{
    margin-bottom: 20px;
}
section#hogar p
{
    font-size: 14px;
    color: #313234;
    margin-bottom: 20px;
}
/*
 * Modulos
 */
section#modules
{
    width: 100%;
    min-width: 960px;
    background: #d6d9de url('../imgs/topShadow_bg.png') top left repeat-x;
    padding: 90px 0;
}
section#modules ul
{
    margin-left: 25px;
}
section#modules li
{
    float: left;
    color: #313234;
    font-size: 14px;
    width: 275px;
    margin-left: 25px;
    text-align: center;
}
section#modules li header
{
    font-family: "Trajan Pro";
    font-size: 30px;
    font-weight: bold;
    color: #7d7455;
    margin-bottom: 25px;
}
section#modules li header img
{
    margin-bottom: 30px;
}
section#modules li p
{
    margin-bottom: 25px;
}
section.info
{
    margin-top: 90px;
}
