/* 
    Document   :  ulea
    Created on : 14-sep-2012, 17:59:42
    Author     : Raphael
    Description:
         ulealegendaria.com.
*/

/** First reset all **/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,i,img,ins,kbd,q,s,samp,small,strike,strong, ul,li,fieldset,form,label{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}
ol, ul{list-style:none}
blockquote:before,blockquote:after,q:before,q:after{content:""}
blockquote,q{quotes:""""}


/** common stuff **/
body{
    background-color: #f3e9ce;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;    
    color: #000;
    margin: 0;
    padding: 0;
    background-image: url('../images/body_bg.jpg');
    background-repeat: repeat-x;
    background-position: top;    
}
#page{
    background-image: url('../images/page_bg.png');
    background-repeat: repeat-y;
    background-position: center;
}
p{
    color: #4f4f4f;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    padding: 0 0 3px 0;    
}
hr{
    height: 1px;
    background-color: #8B0320;
    color: #8B0320;
    border: none;
}
h1{
    color: #8b0320;
    font-family: 'Cardo', serif;
    font-size: 30px;
    padding: 10px 0 10px 30px;
    margin: 0 0 0 10px;
    background-image: url('../images/h1_bg.png');
    background-repeat: no-repeat;
    background-position: left;
}
h2{
    color: #8b0320;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 0;
}
h3{
    font-family: 'Cardo', serif;
    font-size: 20px;
    font-style: italic;
    color: #333;
    padding: 0 0 15px 0;
}
#historia h1{
    margin: 0;
    background-image: url('../images/h1_historia.png');
}
#galerias h1, #galeria h1{
    margin: 0;
    background-image: url('../images/h1_galeria.png');
    background-position-y: 18px;
}
#galerias .bottom,#galerias #footer{
    margin-left: 0px;
}
#leyendas h1{
    margin: 0;
    background-image: url('../images/h1_leyendas.png');
}
#noticias h1, #noticia h1{
    margin: 0;
    background-image: url('../images/h1_noticias.png');
    background-position-y: 18px;
}
#rutas h1, #ruta h1{
    margin: 0;
    background-image: url('../images/h1_rutas.png');
}
h1.comer{
    background-image: url('../images/h1_comer.png');
    background-position-y: 18px;
}
h1.dormir{
    background-image: url('../images/h1_dormir.png');
    background-position-y: 18px;
    /*font-size: 20px;*/
}
h1.video{
    background-image: url('../images/h1_video.png');
    background-position-y: 18px;
    /*font-size: 20px;*/
}
.title-h1{
    background-image: url('../images/title_bg.png');
    background-repeat: no-repeat;
    background-position: right;
}
#global{
    width: 960px;
    height: 100%;
    margin: 0 auto;
    background-color: #FFF;
}
.cleaner { clear: both; _font-size: 1%;}
.separator{ clear: both; width: 100%; height: 20px;}
a {
    text-decoration: none;
    color: #8b0320;
}
a:hover{
    text-decoration: underline;
}
strong{
    font-weight: bold;
}
/**header**/
#header{
    width: 940px;
    height: 186px;
    padding: 10px;
    background-color: #FFF;
    margin: 0 auto;
}
.header{
    background-image: url('../images/header_bg.jpg');
    background-repeat: no-repeat;
    width: 940px;
    height: 186px;
}
/**main-nav**/
#main-nav{
    width: 940px;
    height: 33px;
    margin: 0 auto;
    padding: 5px 10px 10px 10px;
    background-color: #FFF;
    font-family: 'Cardo', serif;
    font-size: 19px;
    z-index: 100;
}
#main-nav  ul{
    margin: 0 0 0 8px;
}
#main-nav  ul li{
    position: relative;
}
#main-nav  ul li a{
    color: #000;
    text-decoration: none;
    float: left;
    padding: 5px 10px;
    margin: 0 0 0 5px;
}
#main-nav  ul li a:first-letter{
    color: #8b0320;
}
#main-nav  ul li a:hover, #main-nav  ul li a:hover:first-letter{
    background-color: #8b0320;
    color: #FFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;    
}
#main-nav  ul li  ul{
    position: absolute;
    top: 42px;
    left: 0;
}
#main-nav  ul li  ul li{
    font-style: italic;
}


/* 
        LEVEL ONE
*/
ul.dropdown                         { position: relative; }
ul.dropdown li                      { float: left; zoom: 1; }
ul.dropdown a:active                {  }
ul.dropdown li a                    { display: block; }
ul.dropdown li.hover,
ul.dropdown li:hover                { color: black; position: relative; }
ul.dropdown li.hover a              { color: black; }
/* 
        LEVEL TWO
*/
ul.dropdown  ul {
    visibility: hidden;
    position: absolute;
    left: 0;
    z-index: 100;
    background-color: #fbf7f7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
ul.dropdown  ul li
{
    float: none; 
    font-size: 16px;
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown  ul li a	{ border-right: none; width: 100px; display: inline-block; } 
ul.sub_menu li a:hover {
    padding-left: 0;
    padding-right: 0;
    background-color: #f3eeee;
}
/* 

/** content **/
.content{
    width: 938px;
    min-height: 450px;
    margin: 10px ;
    background-color: #FFF;
    border: 1px solid #cccccc;
}
.left{
    width: 580px;
    float: left;
    padding: 10px;
}
.right{
    width: 304px;
    float: left;
    padding: 0px 10px 10px 10px;
    background-color: #f6f2e9;
}
.left2{
    width: 680px;
    float: left;
    padding: 10px;
}
.right2{
    width: 215px;
    float: left;
    padding: 10px;
}
.left3{
    width:95%;
    padding: 10px;
}
#footer{
    width: 920px;
    height: 140px;
    margin: 0 10px 10px 10px;
    background-image: url('../images/footer_bg.jpg');
    background-repeat: no-repeat;
}
#footer a{
    color: #FFF;
}
#footer .col{
    width: 306px;
    height: 140px;
    float: left;
    text-align: center;
    position: relative;
}
#footer .col .copy{
    color: #FFF;
    position: absolute;
    bottom: 25px;
    left: 76px;
}
.ayuntamiento{
    width:182px;
    height: 94px;
    position: absolute;
    bottom: 10px;
    left: 62px;
}
.footer-top{
    width: 220px;
    height: 32px;
    position: absolute;
    top: 5px;
    right: 0;
}
.footer-top  ul li{
    float: left;
    margin: 0 0 0 10px;
}
.footer-bottom{
    position: absolute;
    bottom: 10px;
    right: 49px;
}
/** home-new **/
#home-news{
    float: left;
}
.home-new{
    width: 277px;
    /*height: 250px; ALV hacer flexible el alto de la foto.....*/ 
    float: left;
    margin: 10px 0 10px 43px;
    border-bottom: 2px solid #8b0320;
    height: 270px;
    padding: 5px;
}
.one-col{
    background-color: #f8f5ef;
    width: 920px;
    margin: 0 0 0 10px;
}
.home-new2{
    width: 277px;
    height: 270px;
    padding: 5px;
    background-color: #FFF;    
    float: left;
    margin: 10px 10px 10px 9px;
    border-bottom: 2px solid #8b0320;
}
.title-new{
    width: 255px;
    height: 50px;
    font-family: 'Cardo', serif;
    font-size: 19px;
    font-weight: bold;
    position: relative;
    padding: 10px 22px 0 0;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}
.title-new2{
    width: 255px;
    height: 50px;
    font-family: 'Cardo', serif;
    font-size: 19px;
    font-weight: bold;
    position: relative;
    padding: 10px 22px 0 0;
}
#paradas .title-new2{
    width: 255px;
    height: 50px;
    padding: 10px 22px 0 0;
    font-family: 'Cardo', serif;
    font-size: 19px;
    font-weight: bold;
    position: relative;
}
.more{
    position: absolute;
    bottom: 0;
    right: 0;
}
/** historia **/
.right{
    /*margin: 10px 0 0 0;*/
}
#historia .right p{
    margin: 5px;
    font-style: italic;
    color: #4f4f4f;
}
#historia .left p, #leyendas .left p{
    color: #4f4f4f;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 1px;
    padding: 0 0 3px 0;
    margin: 0 0 16px 0;
}
/** mapa **/
#mapa_pag p{
    color: #4f4f4f;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
    padding: 0 0 3px 0;
    margin: 0 0 16px 0;
}
/** bottom **/
.bottom{
    width: 920px;
    min-height: 370px;
    margin: 0 10px;
    padding-bottom: 45px;
    background-color: #fff;
    background-image: url('../images/bottom_bg.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
}
.logo-home-bottom{
    width: 185px;
    height: 285px;
    margin: 0 0 0 10px;
    float: left;
    padding: 30px 35px;
}
.text-home-bottom{
    width: 610px;
    height: 350px;
    padding: 30px 35px 30px 0;
    float: left;
    margin: 0 0 0 10px;
}
.text-home-bottom p{
    color: #4f4f4f;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
    padding: 0 0 3px 0;
    margin: 0 0 16px 0;
}
.bottom2{
    width: 920px;
    min-height: 150px;
    margin: 0 10px;
    padding-bottom: 45px;
    background-color: #f8f5ef;
    background-image: url('../images/bottom_bg.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
}







/*
Skin Name: Nivo Slider Defa ult Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The defa ult skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/
#slider-home{
    width: 940px;
    height: 300px;
    padding: 0 10px;
    background-color: #FFF;
    z-index: 0;
}
.slider{
    width: 940px;
    height: 300px;
    margin: 0px;
    float: left;
    position: relative;
}
#slider {
    width:940px; /* Make sure your images are the same size */
    height:300px; /* Make sure your images are the same size */
}
.nivoSlider {
    position:relative;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    z-index:6;
    display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
    display:block;
    position:absolute;
    z-index:0;
    height:100%;
}
.nivo-box {
    display:block;
    position:absolute;
    z-index:5;
}
/* Caption styles */
.nivo-caption {
    position:absolute;
    left:22px;
    bottom:75px;
    color:#fff;
    max-width:500px;
    z-index:8;
    background-color: transparent;
}
.nivoSlider h2{
    font-size: 42px;
    color: #FFF;
    font-weight: 200;
    padding: 5px 10px;
    margin-bottom: 10px;
    position: relative;
    background-color:#bf0886;
    display: inline-block;
}
.nivo-caption p.buf {
    padding:5px 30px 5px 10px;
    margin:0 0 3px 0;
    background-color:#2E78B7;
    display: inline;
    height:20px;
    float: left;
    font-weight: bold;
}
.nivo-caption a {
    display:inline !important;
    background:#2E78B7;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
}
.nivo-prevNav {
    left:0px;
}
.nivo-nextNav {
    right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
    position:relative;
    z-index:9;
    cursor:pointer;
}
.nivo-controlNav a.active {
    font-weight:bold;
}
.theme-defa ult .nivoSlider {
    position:relative;
    background:#fff url('../images/../images/layout/loading.gif') no-repeat 50% 50%;
    margin-bottom:50px;
}
.theme-defa ult .nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.theme-defa ult .nivoSlider a {
    border:0;
    display:block;
}

.theme-defa ult .nivo-controlNav {
    position:absolute;
    left:525px;
    bottom:3px;
    margin-left:0px; /* Tweak this to center b ullets */
    z-index: 100;
    display: none;
}
.theme-defa ult .nivo-controlNav a {
    display:block;
    width:22px;
    height:22px;
    background:url('../images/../images/layout/b ullets.png') no-repeat;
    text-indent:-9999px;
    border:0;
    margin-right:3px;
    float:left;
}
.theme-defa ult .nivo-controlNav a.active {
    background-position:0 -22px;
}

.theme-defa ult .nivo-directionNav a {
    display:block;
    width:30px;
    height:30px;
    text-indent:-9999px;
    border:0;
}
.theme-defa ult a.nivo-nextNav {
    background-position:-30px 0;
    right:15px;
}
.theme-defa ult a.nivo-prevNav {
    left:15px;
}

.theme-defa ult .nivo-caption {}
.theme-defa ult .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-defa ult .nivo-caption a:hover {
    color:#fff;
}

.video-button{
    width: 115px;
    height: 50px;
    background-image: url('../images/video_button.png');
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: 1000;
}
.video-button a{
    width: 115px;
    height: 50px;    
    display: block;
}

/** noticias **/

.blog-block-list{
    width: 558px;
    height: 180px;
    padding: 10px;
    margin: 5px 0 0 0;
    float: left;
    border: 1px solid #e7e7e7;
    position: relative;
    overflow: hidden;
}
.bl-title{
    width:580px;
    height: 20px;
    margin: 0 0 5px 0;
    font-weight: bold;
    font-size: 16px;
    overflow: hidden;
    color: #8b0320;
}
.bl-data{
    width: 580px;
    height: 15px;
    margin: 0 0 5px 0;
}
.bl-autor{
    font-style: italic;
}
.bl-text{
    width: 380px;
    height: 124px;
    overflow: hidden;
    margin: 5px 0 0 10px;
    float: left;
    color: #4f4f4f;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;    
}
.bl-img{
    width: 160px;
    height: 120px;
    padding: 0;
    margin: 5px 0 5px 0;
    float: left;
}
.bl-img img{
    border: 2px solid #e7e7e7;
}
.bl-read-more{
    width: 560px;
    position: absolute;
    bottom: 10px;
    text-align: right;
}
.bl-read-more a{
    padding: 5px 8px;
    background-color: #f2f2f2;
    color: #8b0320;
    font-weight: bold;
}
.bl-read-more a:hover{
    background-color: #8b0320;
    color:#FFF;
    text-decoration: none;
}

.blog-block{
    width: 680px;
    padding: 0;
}
.b-data{
    width: 680px;
    height: 17px;
    overflow: hidden;
    text-align: left;
    margin: 0 0 5px 0;
}
.b-img{
    width: 680px;
    /*height: 382px; ALV-> permitimos que la imagen de la noticia tenga altura variable*/
    float: left;
    margin-bottom: 15px;
}
.b-autor{
    font-style: italic;
}
.b-text{
    color: #4f4f4f;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1px;
}
.share-mod{
    padding-left: 460px;
}
/** pagination **/
div.pagination
{
    padding:3px;
    margin:20px 3px 10px 3px;
    text-align:center;
    /*width: 574px; ALV*/
    position: relative;
}

div.pagination a
{
    padding: 3px 6px 3px 6px;
    margin-right: 2px;
    text-decoration: none;
    color: #8b0320;
}
div.pagination a:hover, div.pagination a:active
{
    border:1px solid #8b0320;
    padding: 2px 5px 2px 5px;
    color: #8b0320;}
div.pagination span.current
{
    padding: 2px 5px 2px 5px;
    margin-right: 2px;
    font-weight: bold;
    background-color: #8b0320;
    color: #FFF;
}
div.pagination span.disabled
{
    padding: 2px 5px 2px 5px;
    margin-right: 2px;
    color: #ccc;
}
#last-news{
    background-color: #f6f2e9;
    border: 1px solid #e7e7e7;
    width: 205px;
    padding: 5px;
    margin: 10px 0;
}
#last-news img{
    margin: 5px 0 10px 14px;
}
.not-title{
    text-decoration: none;
    font-style: italic;
    font-size: 15px;
    font-family: 'Cardo', serif;
    width: 177px;
    margin: 0 0 0 14px;
    overflow: hidden;
}
.all{
    font-family: 'Cardo', serif;
    font-size: 18px;
    font-style: italic;
    color: #333;
    padding: 15px 45px 15px 0;
    background-image: url('../images/more.png');
    background-repeat: no-repeat;
    background-position: right;
    margin: 60px 0 5px 0;
    float: left;
}
.es-carousel  ul{
    display:block;
}
/* Elastislide Style */
.es-carousel-wrapper{
    background: #F8F5EF;
    padding:10px 27px;
    position:relative;
    position:relative;
    margin-bottom:20px;
}
.es-carousel{
    overflow:hidden;
    background:#F8F5EF;
}
.es-carousel  ul{
    display:none;
}
.es-carousel  ul li{
    height:100%;
    float:left;
    display:block;
}
.es-carousel  ul li a{
    display:block;
    border-style:solid;
    border-color:#222;
    opacity:0.8;
    -webkit-touch-callout:none;
    /* option */
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.es-carousel  ul li.selected a{
    border-color:#fff;
    opacity:1.0;
}
.es-carousel  ul li a img{
    display:block;
    border:none;
    max-height:100%;
    max-width:100%;
}
.es-nav span{
    position:absolute;
    top:50%;
    left:8px;
    background:transparent url('../images/nav_thumbs.png') no-repeat top left;
    width:14px;
    height:26px;
    margin-top:-13px;
    text-indent:-9000px;
    cursor:pointer;
    opacity:0.8;
}
.es-nav span.es-nav-next{
    right:8px;
    left:auto;
    background-position:top right;
}
.es-nav span:hover{
    opacity:1.0;
}
.rg-image-wrapper{
    position:relative;
    padding:20px 30px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    min-height:20px;
}
.rg-image{
    position:relative;
    text-align:center;
    line-height:0px;
}
.rg-image img{
    max-height:600px;
}
.rg-image-nav a{
    position:absolute;
    top:0px;
    left:0px;
    background: url('../images/nav.png') no-repeat -20% 50%;
    width:28px;
    height:100%;
    text-indent:-9000px;
    cursor:pointer;
    opacity:0.3;
    outline:none;
    -moz-border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
}
.rg-image-nav a.rg-image-nav-next{
    right:0px;
    left:auto;
    background-position:115% 50%;
    -moz-border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    border-radius: 0px 10px 10px 0px;
}
.rg-image-nav a:hover{
    opacity:0.8;
}
.rg-caption {
    text-align:center;
    margin-top:15px;
    position:relative;
}
.rg-caption p{
    font-size:11px;
    letter-spacing:2px;
    font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
    line-height:16px;
    padding:0 15px;
    text-transform:uppercase;
}
.rg-view{
    height:30px;
    display: none;
}
.rg-view a{
    display:block;
    float:right;
    width:16px;
    height:16px;
    margin-right:3px;
    border:3px solid #464646;
    opacity:0.8;
}
.rg-view a:hover{
    opacity:1.0;
}
.rg-view a.rg-view-f ull{
    background-position:0px 0px;
}
.rg-view a.rg-view-selected{
    border-color:#6f6f6f;
}
.rg-view a.rg-view-thumbs{
    background-position:0px -16px;
}
.rg-loading{
    width:46px;
    height:46px;
    position:absolute;
    top:50%;
    left:50%;
    background:#000 url('../images/ajax-loader.gif') no-repeat center center;
    margin:-23px 0px 0px -23px;
    z-index:100;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    opacity:0.7;

}
#img-wrapper-tmpl{
    position: relative;
}
.perso{
    position: relative;
    margin-bottom: 15px;
}
.rg-gallery{position: relative;}

/** parada**/

#thumbs { padding: 5px 0 5px 5px; margin: 5px 0; overflow: hidden; background-color: #f2f2f2; }
#thumbs img, #largeImage { border: 1px solid #e7e7e7; padding: 4px; background-color: white; cursor: pointer; }
#thumbs img { float: left; margin-right: 6px; }
#description { background: #8B0320; color: white; position: absolute; bottom: 0; padding: 10px 20px; width: 530px; margin: 5px; }
#panel { position: relative; }
.parada-desc{
    background-color: #F6F2E9;
    padding: 10px;
    font-size: 14px;
    margin: 57px 0 0 0;
}
.parada-desc h2{
    font-size: 20px;
    font-family: 'Cardo', serif;
}
.parada-desc ul li{
    padding: 3px 0;
}
span.bold{
    font-weight: bold;
    font-style: italic;
}
/** contacto **/
.contacto{
    background-color: #f8f7f7;
    border: 1px solid #e7e7e7;
    height: 360px;
    padding: 40px 0 0 0;
    background-image: url('../images/contacto_bg.png');
    background-repeat: no-repeat;
    background-position: left;
}
.contacto label{
    width: 180px;
    padding: 2px 5px;
    display: block;
    float: left;
    margin: 0 10px 15px 100px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #595556;
    font-family: 'Cardo', serif;
    font-size: 18px;
    background-image: url('../images/label_bg.png');
    background-repeat: repeat;
}
.contacto input, .contacto textarea{
    width: 270px;
    padding: 4px 5px;
    margin: 0 0 15px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #e7e7e7;
}
.contacto input.button{
    width:75px;
    margin: 0 0 0 510px;
    background-color: #7f0e25;
    border-color: #7f0e25;
    color: #FFF;
    font-family: 'Cardo', serif;
    font-size: 18px;
    padding: 1px 5px;
    cursor: pointer;
}
.contacto input.button:hover{
    background-color: #f2f2f2;
    color: #7f0e25;
    border-color: #f2f2f2;
}
.contacto-right{
    background-color: #f8f7f7;
    border: 1px solid #e7e7e7;
    padding: 15px 10px;
    margin-top: 57px;
    font-family: 'Cardo', serif;
    font-size: 18px;
    font-style: italic;
}
.contacto-right ul li{
    padding: 3px 0;
}
.contacto-right ul li.data{
    color: #7f0e25;
}
/** rutas **/
#rutas-container{
    float: left;
    width: 920px;
}
.rutas-block{
    width: 277px;
    height: 340px;
    padding: 5px;
    background-color: #FFF;    
    float: left;
    margin: 10px 10px 10px 9px;
    border-bottom: 2px solid #8b0320;
    display: block;
}
.rutas-t{
    padding: 3px 0;
    font-family: 'Cardo', serif;
    font-size: 20px;    
}
/*************** mozaic **********************/

/*General Mosaic Styles*/
#image-o{
    width: 350px;
    height: 252px;
    float: left; 
    margin: 3px 10px 10px 0;
}
.mosaic-block {

    position:relative;
    overflow:hidden;
    background:#e7e7e7 url('../images/progress.gif') no-repeat center center;
    border:1px solid #fff;
    -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
    width: 350px;
    height: 228px;
    float: left;
}
.mosaic-block-zoom {

    position:relative;
    overflow:hidden;
    background:#e7e7e7 url('../images/progress.gif') no-repeat center center;
    width: 215px;
    height: 152px;    
}

.mosaic-block a:hover{
    text-decoration: none;
}
.mosaic-block-news {

    position:relative;
    overflow:hidden;
    background:#e7e7e7 url('../images/progress.gif') no-repeat center center;
    border:1px solid #fff;
    -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
    width: 282px;
    height: 112px;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
    padding: 5px;
}
.mosaic-block-news h4{
    color: #cc0066;
}
.mosaic-block-news a{
    color: #333;
}
.mosaic-block-news a:hover{
    text-decoration: none;
}
.mosaic-backdrop {
    display:none;
    position:absolute;
    top:0;
    height:100%;
    width:100%;
    background:#e7e7e7;
}

.mosaic-overlay {
    display:none;
    z-index:5;
    position:absolute;
    width:100%;
    height:100%;
    background:#e7e7e7;
}

/*** Custom Animation Styles (You can remove/add any styles below) ***/
.circle .mosaic-overlay {
    background:url('../images/hover-magnify.png') no-repeat center center;
    opacity:0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
    filter:alpha(opacity=00);
    display:none;
}

.fade .mosaic-overlay {
    opacity:0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
    filter:alpha(opacity=00);
    /*background:url('../images/bg-black.png');*/
}

.bar .mosaic-overlay {
    bottom:-100px;
    height:100px;
    /*background:url('../images/bg-black.png');*/
}

.bar2 .mosaic-overlay {
    bottom:-40px;
    height:80px;
    opacity:0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter:alpha(opacity=70);
}

.bar2 .mosaic-overlay:hover {
    opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter:alpha(opacity=100);
}

.bar3 .mosaic-overlay {
    top:-100px;
    height:100px;
    /* background:url('../images/bg-black.png');*/
}
#ruta .r-col{
    width: 330px;
    min-height: 216px;
    padding: 5px;
    float: left;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;    
}
#ruta span.data{
    color: #7f0e25;
}
#ruta .r-col ul{
    margin: 10px 0 0 0 ;
}
#ruta .r-col ul li{
    font-weight: bold;
    padding: 3px 0;
    margin: 5px 0;
    border-bottom: 1px dotted #e7e7e7;
}
#ruta .r-col img{
    border: 4px solid #e7e7e7;
}
#ruta h2{
    font-family: 'Cardo', serif;
    font-size: 20px;
    font-weight: normal;
}
.parada-desc h2{
    /*text-transform: lowercase;*/
}
.parada-desc h2:first-letter{
    /*text-transform: uppercase;*/
}
table.ruta-t{
    border: 2px solid #eebb00;
    margin: 0 0 0 35px;
}
table.ruta-t td{
    padding: 5px 10px;
    border: 1px solid #eebb00;
    font-weight: bold;
    color: #eebb00;
}
table tr.head td{
    color: #fff;
    background-color: #eebb00;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
.mod-right{
    width: 280px;
    float: left;
    padding: 12px;
}
.rutas-p, .rutas-d, .rutas-e{
    padding: 2px 0;
}
.r-data{
    color: #7f0e25;
    font-weight: bold;
}
.rutas-l{
    padding: 5px 0 0 0;
    font-weight: bold;
}
#mod-rutas .name{
    padding: 5px 0;
    float: left;
    text-align: center;
    font-family: 'Cardo', serif;
    font-weight: bold;
    font-size: 14px;
    width: 215px;
}

.video-item{
    margin-left: 20px;
    float: left; 
}

.patrocinios{
    margin-left: 25px;
    margin-top: 77px;
}