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

.exc_head {
    width: 575px;
    padding-right: 170px;
    background-position: center right;
    background-image: url('../imagenes/marcab-lanchita-excur.jpg');
    background-repeat: no-repeat;
}

.exc_ficha_1, .exc_ficha_2, .exc_ficha_3, .exc_ficha_4 {
    height: 125px;
    background-position: top right;
    background-repeat: no-repeat;
    cursor: pointer;
    color: #fff;
}

.exc_titulo {
    color: #F6DA17;
    height: 35px;
}

.exc_ficha_1 {
    background-image: url('../imagenes/mapa-web-exc1-p.jpg');
}

.exc_ficha_1:hover {
    background-image: url('../imagenes/mapa-web-exc1-p-b.jpg');
}

.exc_ficha_2 {
    background-image: url('../imagenes/mapa-web-exc2-p.jpg');
}

.exc_ficha_2:hover {
    background-image: url('../imagenes/mapa-web-exc2-p-b.jpg');
}

.exc_ficha_3 {
    background-image: url('../imagenes/mapa-web-exc3-p.jpg');
}

.exc_ficha_3:hover {
    background-image: url('../imagenes/mapa-web-exc3-p-b.jpg');
}

.exc_ficha_4 {
    background-image: url('../imagenes/mapa-web-exc4-p.jpg');
}

.exc_ficha_4:hover {
    background-image: url('../imagenes/mapa-web-exc4-p-b.jpg');
}

.exc_rollo {
    color: #51BEE6;
    height: 100px;
}

.exc_tumb {
    height: 128px;
    text-align: center;
}

.exc_tumb img {
    margin: 1px;
    cursor: pointer;
    border: 1px solid #005FA5;
}

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

.exc_ficha__contenido {
    height: 110px;
    width: 210px;
}

.exc_ficha__contenido__subtitulo {
    height: 30px;
}

.exc_ficha__contenido__texto {
    height: 80px;
}

.exc_ol1, .exc_ol2, .exc_ol3, .exc_ol4 {
    width: 100%;
    line-height: 2em;
    padding-left: 30px;
    background-position: left center;
    background-repeat: no-repeat;
}

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

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

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

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

.exc_bp {
	height: 30px;
}

.exc_bp .exc_bv {
	float: left;
	display: block;
	width: 50%;
	text-align: left;
}

.exc_bp .exc_br {
    display: block;
	width: 50%;
	text-align: right;
	margin-left: 50%;
}

