/*
 * Imagenes
 */
section#image
{
    width: 100%;
    height: 361px;
    background: url('../imgs/bannerPlanos_bg.jpg') top center;
    margin-top: 60px;
}
section#image ul.bannerImages
{
    
    height: 512px;
    overflow: hidden;
}

section#image div.text
{
    padding: 217px 0 0 90px; 
    color: #28292c;
    font-size: 14px;
    width: 900px;
}
section#image div.text p { margin-left: 4px; }
section#image div.text p.title
{
    font-family: "Trajan Pro";
    color: #28292c;
    font-size: 48px;
    margin-left: 0;
}
section#image div.text p.subtitle
{
    color: #dccc95;
    font-size: 24px;
    margin-top: -5px;
}
/*
 * Planos
 */
section#planos
{
    padding: 73px 0;
    background: #EBEBEB url('../imgs/topShadow_bg.png') top left repeat-x;
}
section#planos div.wrap
{
    padding: 0 23px;
}

section#planos h3, section#planos h2
{
    font-family: "Trajan Pro";
    color: #7d7455;
    font-weight: normal;
    font-size: 34px;
    margin-bottom: 20px;
}
section#planos section#slider
{
    visibility: hidden;
    margin-bottom: 65px;
}
section#planos section#slider header
{
    float: left;
}
section#planos section#slider header span
{
    display: block;
    background: transparent url('../imgs/planos_ico.png') center left no-repeat;
    padding-left: 20px;
    font-size: 13px;
    color: #a7a7a7;
    margin-top: 10px;
}
section#planos section#slider nav#galleryList
{
    float: right;
    margin-right: 7px;
}
section#planos section#slider nav#galleryList section#gallerySelect
{
    width: 220px;
    height: 34px;
    border: 1px solid black;
    border-radius: 5px;
    background: #ebebeb url('../imgs/gallerySelect_bg.png') bottom right no-repeat;
    box-shadow: inset 0 0 10px #bcbcc5;
}
section#planos section#slider nav#galleryList section#gallerySelect.open
{
    border-radius: 5px 5px 0 0;
}
section#planos section#slider nav#galleryList section#gallerySelect a
{
    display: block;
    width: 220px;
    height: 34px;
    padding: 10px 13px;
}
section#planos section#slider nav#galleryList section#gallerySelect ul
{
    display: none;
    position: absolute;
    background: #ebebeb;
    border-radius: 0 0 5px 5px;
    border: 1px solid #000000;
    margin-left: -1px;
    margin-top: -2px;
    width: 220px;
    box-shadow: inset 0 0 10px #bcbcc5;
    z-index: 12;
}
section#planos section#slider nav#galleryList section#gallerySelect.open ul
{
    display: block;
}
section#planos section#slider nav#galleryList section#gallerySelect li
{
    width: 220px;
    height: 34px;
}
section#planos section#slider nav#galleryList section#gallerySelect li a:hover
{
    width: 218px;
    color: #f4f4f4;
    background: #5a5d63;
}
section#planos section#slider section#imagesPlanos
{
    margin-top: 30px;
    width: 930px;
    height: 402px;
    overflow: hidden;
    margin-left: -10px;
    background: url('../imgs/planos_bg.png') no-repeat;
}
section#planos section#slider section#imagesPlanos li
{
    display: block;
    float: left;
    width: 914px;
    height: 400px;
    text-align: center;
    margin: 1px 10px;
}
section#planos section#slider section#imagesPlanos li.loading
{
    background: url('../imgs/ajax-loader.gif') center center no-repeat;
}
section#planos section#slider section#imagesPlanos li.loading .planoImage
{
    visibility: hidden;
}
section#planos section#slider div.image
{
    margin-top: 20px;
}
section#planos section#slider section#imagesPlanos img
{
    max-width: 910px;
    max-height: 375px;
}
section#planos section#slider a.zoom
{
    position: absolute;
    margin-top: 335px;
    margin-left: -45px;
}
section#planos section#slider nav#sliderNav
{
    margin: 30px auto;
    text-align: center;
    width: 202px;
}
section#planos section#slider nav#sliderNav div.prevBtn, section#planos section#slider nav#sliderNav div.nextBtn, section#planos section#slider nav#sliderNav div.text
{
    display: block;
    float: left;
    height: 38px;
}
section#planos section#slider nav#sliderNav div.text
{
    width: 130px;
    text-align: center;
    font-size: 13px;
    color: #666666;
    font-style: italic;
    margin-top: 13px;
}
section#planos div.columns
{
    margin-left: -60px;
    margin-bottom: 35px;
}
section#planos div.columns div
{
    float: left;
    margin-left: 60px;
    width: 420px;
}
section#planos p
{
    margin-bottom: 10px;
    text-align: justify;
}
section#planos blockquote
{
    display: block;
    width: 710px;
    padding: 12px 0;
    border-top: 1px solid #34373e;
    border-bottom: 1px solid #34373e;
    text-align: left;
    font-family: "Trajan Pro";
    font-size: 24px;
    color: #7d7455;
    margin-bottom: 35px;
    margin-top: 35px;
}
section#planos blockquote img
{
    display: inline-block;
    margin-bottom: 7px;
    margin-left: 10px;
}
section#planos blockquote span
{
    font-family: "HelveticaNeue Medium";
    font-size: 14px;
    color: #313234;
    margin-left: 30px;
}
section#planos p b
{
    font-weight: bold;
}
section#planos section.info
{
    margin-top: 90px;
    margin-left: -20px;
}
#viewer header div#viewerCurrent a, #viewer header div#viewerCurrent span
{
    display: none !important;
}
