/* 
    Document   : ind.css
    Created on : 08-abr-2010, 2:19:32
    Description:
        css especifico para la pagina de inicio
*/

#ind_oferta_grupos {
    font-size: 8pt;
    padding: 15px 5px;
    vertical-align: middle;
    display: table;
    line-height: 2.5em;
}

#ind_anuncio_audioguia {
    font-size: 8pt;
    padding: 15px 5px;
    vertical-align: middle;
    display: table;
}

#ind_oferta {
    height: 170px;
    font-size: 8pt
}

#ind_direccion {
    height: 65px;
}

#ind_excursiones {
    font-size: 9pt;
    height: 143px;
    color: #F6DA17;
}


.ind_ol1, .ind_ol2, .ind_ol3, .ind_ol4 {
    width: 100%;
    line-height: 2em;
    padding-left: 30px;
    background-position: left center;
    background-repeat: no-repeat;
}

.ind_ol1 {
    background-image : url('../imagenes/numero-exc-web-1-p.gif');
}

.ind_ol2 {
    background-image : url('../imagenes/numero-exc-web-2-p.gif');
}

.ind_ol3 {
    background-image : url('../imagenes/numero-exc-web-3-p.gif');
}

.ind_ol4 {
    background-image : url('../imagenes/numero-exc-web-4-p.gif');
}

.ind_tumb {
    text-align: center;
}

.ind_tumb img {
    margin-right: 12px;
    cursor: pointer;
    border: 1px solid #005FA5;
}

.ind_tumb img.ind_last {
    margin-right: 0px;
    margin-left: 2px;
}

.ind_tumb img:hover {
    border: 1px solid #F6DA17;
}

.ind_pub1 { width: 200px; }
.ind_pub2 { width: 550px; }
.ind_pub3, .ind_pub4 { width: 50%; }

#ind_anuncios {
    clear: both;
    margin-top: 20px;
    text-align: center;
}

#ind_anuncios img {
    margin-right: 11px;
    cursor: pointer;
    border: 1px solid #005FA5;
}

#ind_anuncios img.ind_last {
    margin-right: 0px;
}

#ind_anuncios hr {
    height: 2px;
    border-width: 2px;
    color: #8FE1FF;
}

#ind_blog hr {
    height: 2px;
    border-width: 2px;
    color: #8FE1FF;
}

#blog_articulo {
    margin-left: 160px;
    height: 44px;
    overflow: hidden;
}

#blog_articulo .titulo {
    font-weight: bold;
    font-size : 12pt;
    display: block;
}
