#homeFotos {
    background-color: #fff;
}

#mainFoto {
    position: relative;
}

#homeFotos #mainFoto {
    height: 314px;
    margin: 0 auto;
    width: 490px;
    overflow: hidden;
}

#imageDescription {
    position: absolute;
    width: 490px;
    bottom: 0;
    background-color: #D4D4D4;
    color: #000;
. filter : alpha(opacity = 70);
    opacity: .7;
    font-weight: bold;
    text-align: left;
    left: 5px;
}

div.text {
    padding: 5px;
}

img.thumb {
    cursor: pointer;
    float: left;
    height: 150px;
    margin: 5px;
    width: 150px;
}

#prevImg {
    position: absolute;
    top: 125px;
    left: 15px;
    display: none;
    cursor: pointer;
    z-index: 1000;
}

#prevImg:hover {
}

#nextImg {
    position: absolute;
    top: 125px;
    right: 15px;
    display: none;
    cursor: pointer;
    z-index: 1000;
}

#nextImg:hover {
}

#mainFoto:hover #nextImg,
#mainFoto:hover #prevImg {
    display: block;
}

#fotoList {
    width: 498px;
}

#thumbIndex {
    overflow: hidden;
    width: 487px;
    /*margin-left: 10px;*/
    margin: auto;
    padding-top: 4px;
}

#thumbIndex .galeria {
    position: relative;
    display: inline-block;
}

#thumbIndex .galeria:after {
    content: ' ';
    width: 100%;
    top: 0px;
    bottom: 0px;
    position: absolute;
    background-image: url('/images/frontend/nacional/icons/gallery_icon.png');
    background-repeat: no-repeat;
    background-position: center 35px;
    left: 0px;
}

#galeriaIndex {
    text-align: left;
    background-color: #D4D4D4;
    position: relative;
    width: 490px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 4px;
    overflow: hidden;
    padding-bottom: 5px;
}

#galeriaIndexNext {
    height: 100px;
    position: absolute;
    left: 2px;
    width: 12px;
    top: 10px;
    cursor: pointer;
}

#galeriaIndexPrev {
    height: 100px;
    position: absolute;
    right: 2px;
    top: 10px;
    width: 12px;
    cursor: pointer;
}

#datosAlbum {
    color: #000;
    text-transform: uppercase;
    background-color: #1C1C1D;
    text-align: left;
    width: 490px;
    margin-left: 5px;
    font-weight: bold;
}

#datosAlbumText {
    color: #000;
    background-color: #D4D4D4;
    padding: 3px;
    width: 484px;
}

#rotuloAlbum {
    text-align: left;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-top: 5px;
}

#rotuloAlbum a {
    color: black;
    float: right;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 5px;
}

div.AlbumItem {
    width: 100px;
    height: 100px;
    background-color: #000;
    margin-left: 10px;
    float: left;
}

div.AlbumItem a {
    display: block;
}

div.AlbumItem img {
    vertical-align: middle;
}

.filtroGaleria {
    background-color: #D4D4D4;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 4px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 480px;
    padding: 2px 5px;
    color: #000000;
    font-size: 10px;
    font-weight: bold;
}

.filtroGaleria select {
    width: 105px;
}

.filtroGaleria .buscar {
    display: block;
    float: right;
    height: 18px;
    margin-right: 5px;
    margin-top: 0;
    width: auto;
}