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

section#image div.text
{
    padding: 217px 0 0 75px;
    color: #f7f7f7;
    font-size: 14px;
    width: 550px;
}
section#image div.text p { margin-left: 14px; }
section#image div.text p.title
{
    font-family: "Trajan Pro";
    color: #f7f7f7;
    font-size: 48px;
    margin-left: 0;
}
section#image div.text p.subtitle
{
    color: #dccc95;
    font-size: 24px;
    margin-top: -5px;
}
/*
 * Galeria
 */
section#images
{
    background: #ebebeb url('../imgs/topShadow_bg.png') top left repeat-x;
    padding-top: 100px;
}
section#images.mainContent ul#galleries
{
    margin-left: -28px;
}
section#images.mainContent ul#galleries.loading
{
    background: transparent url('../imgs/ajax-loader.gif') center center no-repeat;
}
section#images.mainContent li.galleryItem
{
    display: block;
    float: left;
    width: 242px;
    margin-left: 73px;
    margin-bottom: 45px;
}
section#images.mainContent li.galleryItem a img
{
    visibility: hidden;
}
section#images.mainContent li.galleryItem a:hover img
{
    visibility: visible;
}
section#images.mainContent li.galleryItem a
{
    display: block;
    margin-bottom: 15px;
    width: 242px;
    height: 152px;
}
section#images.mainContent li.galleryItem p.title
{
    color: #666666;
    font-size: 14px;
}
section#images.mainContent li.galleryItem span
{
    display: block;
    color: #a7a7a7;
    font-size: 13px;
    padding-left: 20px;
    padding-top: 5px;
    background: transparent url('../imgs/photos_ico.png') center left no-repeat;
}

