html, body
{
    margin: 0;
    padding: 0;
    text-align: center;
    color: #2A2A2A;
    line-height: 1.5;
}
/* Large desktop*/
@media (min-width: 1200px)
{
    .container
    {
        width: 990px;
        padding:0;
    }
    #container_wrapper {
        width: 605px !important;
    }
    #video-playlist {
        width: 100%!important;
    }
}


#site-canvas
{
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .3s ease all;
    transition: .4s ease all;
    
    background-image: url(../images/bgheader.png);
    background-repeat:repeat-x;
    
    background-color: white;
    border-left: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    border-top: 4px solid #ffffff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius:12px;
    border-bottom-right-radius:12px;
    box-shadow: 0 2px 5px 0 #589CBA;
}
.glyphicon
{
    color:#ffffff;
}
#site-menu
{
    width: 230px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -250px;
    background: transparent;
    padding: 15px;
}
#site-canvas
{
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
}


.show-nav #site-canvas
{
    -webkit-transform: translateZ(0) translateX(230px);
    transform: translateZ(0) translateX(230px);
}



/*.pagewidth
{
    width: 990px;
    text-align: left;
    margin: 0 auto;
}*/

#general_content
{
    /*margin-top: 10px;*/
    padding-top: 1px;
}
.lsspadd
{
    padding:0;
}
header
{
    
    
    margin-left: 20px;
    margin-right: 20px;
}

#leftcol
{
    width: 210px;
    
    /*left: 0px;
    position: absolute;
    top: 164px;*/
}

#maincol
{
    /*width: 605px !important;*/
}
.gmaps > iframe
{
    width:100%;
}
#maincol2
{
    width: 740px !important;
}

footer
{
    padding-top: 20px;
    /*background-image: url(../images/bgfooter.png);
    background-repeat: no-repeat;
    background-position: bottom;*/
    font-size: 10px !important;
    color: Gray;
    display: block;
    
    /*background-color: white;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;
    box-shadow: 0 2px 3px 0 #589CBA;
    margin-left:4px;
    margin-right:4px;
    margin-bottom:5px;*/
}

#bgcontfooter
{
    background-image: url(../images/bgcontfooter.png);
    background-repeat: no-repeat;
    background-position: center top;
}


.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
    height: 1%;
}

.clearfix
{
    display: block;
}
/* End hide from IE-mac */


/* ******************************************************************** */
/*                      impresion
/* ******************************************************************** */

@media print
{
    /*hide the left column when printing*/
    #leftcol
    {
        display: none;
    }

    #twocols, #maincol
    {
        width: 100%;
        float: none;
    }
}

/* ******************************************************************** */
/*                      estilos
/* ******************************************************************** */

#bg
{
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
    background-position: center top;
}

*
{
    font-family: Arial;
}

strong, b
{
    font-weight: bold;
}

/*td, br, span, div
{
    font-family: Arial;
    font-size: 12px;
}*/

#pagewidth
{
    margin-top: 15px; 
}

#bgcontent
{
    /*background-image: url(../images/bgcontent.png);
    background-repeat: repeat-y;
    background-position: left 200px;
    overflow:hidden;*/
    
    /*background-color: white;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    box-shadow: 0 2px 3px 0 #589CBA;
    margin-left:4px;
    margin-right:4px;*/
    
    

}
.bgcontent
{
    background-image: url(../images/bgcontent.png);
    background-repeat: repeat-y;
    background-position: left top;
    
}

#logo
{
    float: left;
    clear: right;
    margin-top: 18px;
    margin-right: 15px;
}

#logoturismo
{
    float: left;
    clear: right;
    margin-top: 0px;
    margin-right: 15px;
}


#header_content
{
    height: 126px;
    margin-top: 5px;
}

div#slide, div#slide2
{
    /*width: 742px;*/
    width:100%;
    height: auto;
    min-height:125px;
	max-height:125px;
    overflow: hidden;
    border: 1px solid #E3C33C;
}

    div#slide img, div#slide2 img
    {
        width: 100%;
        height: 125px;
    }

.menu
{
    width: 202px;
    background-image: url(../images/bgmenu.png);
    background-repeat: no-repeat;
    overflow: hidden;
    text-align:left;
}

.bgmenuinf
{
    width: 202px;
    height: 30px;
    background-image: url(../images/bgmenuinf.png);
    background-repeat: no-repeat;
    background-position: left -19px;
}

.menu h2
{
    padding-left: 25px;
    padding-top: 8px;
    font-size: 14px;
    color: #4B0082;
    font-family: 'webfont';
}

.menu ul
{
    margin: 5px;
}

    .menu ul li
    {
        padding: 5px;
        border-bottom: 1px dotted #E3C33C;
    }

        .menu ul li:last-child
        {
            border-bottom: none;
        }

        .menu ul li a
        {
            background-image: url(../images/bulletgreen.png);
            background-repeat: no-repeat;
            background-position: left center;
            padding-left: 10px;
            font-size: 14px;
            color: #4B0082;
            text-decoration: none;
            font-family: 'webfont';
            letter-spacing: 0.5;
            font-family: 'Arial';
            font-stretch: condensed;
        }

            .menu ul li a:hover
            {
                color: #A9C94C;
            }

        .menu ul li ul
        {
            display: none;
        }


            .menu ul li ul li a
            {
                font-size: 12px;
            }

.path
{
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    text-align:left;
}

    .path, .path *
    {
        font-family: 'Arial';
        font-stretch: condensed;
        font-size: 11px;
        color: Gray;
    }

#footer_content
{
    position: relative;
    margin-left: 10px;
    margin-right:10px;
    width:auto;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    min-height: 37px;
    background: url(../images/bgcontfooter.png) repeat-x left top;
    text-align: center;
    padding-top: 15px;
    vertical-align: top !important;
    font-size: 10px !important;
}

    #footer_content a
    {
        font-size: 11px;
    }

#logos
{
    margin-top: 5px;
    vertical-align: top !important;
}

    #logos img
    {
        padding-right: 10px;
        vertical-align: top;
    }

.banners img
{
    padding-bottom: 5px;
}

.banners
{
    
    padding-right:0;
    margin-left:46px;
}

.banner img
{
    z-index: 0;
}

.bgsec
{
    background-image: url(../images/bgsec.png);
    background-repeat: no-repeat;
    width: 605px;
    height: 30px;
    font-family: 'webfont';
    font-size: 14px;
    color: White;
    line-height: 30px;
    padding-left: 10px;
    text-shadow: 1px 1px #515620;
}

.bgsec3
{
    background-image: url(../images/bgsec3.png);
    background-repeat: no-repeat;
    width: 605px;
    height: 30px;
    font-family: 'webfont';
    font-size: 14px;
    color: White;
    line-height: 30px;
    padding-left: 10px;
    text-shadow: 1px 1px #78611D;
}
.bgborde
{
    color: #56698f;
    border-bottom: 1px solid #56698f;
}
.galeria
{
    
    padding-top: 10px;float:left;
    position:relative;
}
.bgsec4
{
    background-image: url(../images/bgsec4.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 30px;
    font-family: 'webfont';
    font-size: 14px;
    color: White;
    line-height: 30px;
    padding-left: 10px;
    text-shadow: 1px 1px #78611D;
}

.bgsec5
{
    background-image: url(../images/bgsec5.png);
    background-repeat: no-repeat;
    width: 605px;
    height: 27px;
    font-family: 'webfont';
    font-size: 14px;
    color: White;
    line-height: 27px;
    padding-left: 10px;
    text-shadow: 1px 1px #78611D;
}

    .bgsec5 a
    {
        font-size: 14px;
        color: White;
    }


.bgsec2
{
    background-image: url(../images/bgsec2.png);
    background-repeat: no-repeat;
    width: auto;
    height: 30px;
    font-family: 'webfont';
    /*font-size: 14px;*/
    font-size: 24px;
    color: White;
    line-height: 30px;
    padding-left: 10px;
    text-shadow: 1px 1px #515620;
}


.titular1, .titular01, .subtitular1
{
    text-decoration: none;
    color: #A9C94C;
    margin-bottom: 15px;
    font-weight: bold;
    text-align:left;
}
.titular1
{
   font-size: 30px; 
}
.subtitular1
{
    font-size: 20px;
    font-style:italic;
}
.titular01
{
    font-size: 20px;
}
h2.titular1 a, h2.titular1 a:hover
{
    color: #A9C94C;
    text-decoration:none;
}
h4.titular1
{
     margin-top: 0;
    font-size: 16px;
    color: #A9C94C;
    text-decoration:none;
}
.thumb
{
    border: solid 1px #BAD470;
}

#gomarquesina
{
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
   
}

.row01
{
    width: 100%;
    border-bottom: 1px solid #F5FDDD;
    padding: 10px 0px 10px 0px;
    background-image: url(../images/bgrow01.png);
    background-position: bottom;
    background-repeat: repeat-x;
    border-bottom: 1px dotted #E3C33C;
    background-color: white;
    display: block;
}

.row02
{
    width: 100%;
    background-color: white;
    border-bottom: 1px solid #F5FDDD;
    padding: 10px 0px 10px 0px;
    background-image: url(../images/bgrow02.png);
    background-position: bottom;
    background-repeat: repeat-x;
    border-bottom: 1px dotted #D7AAF9;
    display: block;
}

    .row01 a, .row02 a
    {
        color: #4B0082;
        text-decoration: none;
        font-weight: bold;
    }

.mapa
{
    width: 292px;
    height: 216px;
    background-image: url(../images/bgmapa.png);
    background-repeat: no-repeat;
    text-align: center;
    float:left;
   
}

    .mapa div
    {
        padding: 20px;
        padding-top: 30px;
    }

.ampliar
{
    font-size: 10px;
    padding-left: 15px;
    background-image: url(../images/lupa.gif);
    background-repeat: no-repeat;
    background-position: 0% 0%;
    color: #A9C94C;
    text-decoration: none;
}
#maincol
{
    
    text-align:left;
}
/**#maincol a, #maincol table tr td a, #maincol div a
{
    color:#3C0067;
    text-decoration:none;
    font-weight:bold;
}*/
.flecha
{
    background: url(../images/arrow_right_grey.png) no-repeat center left; /*custom bullet list image*/
    padding: 0px 0px 0px 10px;
    text-decoration: none;
    color: #A9C94C;
}

.paginado td table
{
}

.paginado
{
    height: 50px;
    margin-top: 50px;
    padding-top: 50px;
}

    .paginado > table
    {
        padding-top: 50px;
    }

    .paginado td table tbody tr td a
    {
        padding: 7px;
        padding-top: 2px;
        padding-bottom: 2px;
        border: 1px solid #EBEBEB;
        margin-left: 10px;
        text-decoration: none;
        background-color: #F1E6F8;
        color: #4B0082;
        width: 22px;
        font-weight: normal;
    }

        .paginado td table tbody tr td a:hover
        {
            background-color: white;
            border: 1px solid #4B0082;
            color: #4B0082;
        }

    .paginado td table tbody tr td span
    {
        padding: 3px;
    }

.peq
{
    font-size: 11px;
}

table.pad3 td
{
    padding: 3px;
}

.bold
{
    font-weight: bold;
}



#contenidos
{
    height: 200px;
}

.pag1
{
    height: 30px;
}

.calendario *
{
    text-align: center !important;
}

.verweb
{
    background-image: url(../images/ver_web.png);
    background-repeat: no-repeat;
    background-position: left;
    line-height: 26px;
    height: 26px;
    padding: 10px;
    padding-left: 18px;
}

.divthumb
{
    width: 120PX;
    height: 100px;
    overflow: hidden !important;
    border: 3px double #A9C94C;
    margin-bottom: 20px;
}

    .divthumb img
    {
        text-align: center;
    }

.filtro
{
    background-image: url(../images/bgfiltro.png);
    background-repeat: repeat-x;
    padding: 10px;
    overflow:hidden;
}
.filtro div {
    float: left;
    margin-right:5px;
}
.filtro span
{
    text-align:left;
    display:block;
}
.filtro select
{
    padding:4px;
}

    .filtro *
    {
        font-size: 11px;
    }

.titular2
{
    font-family: 'webfont';
    font-size: 14px;
    text-decoration: none;
    color: #A9C94C !important;
    padding-bottom: 15px;
    padding-top: 15px;
}

.lnk1
{
    font-family: 'webfont';
    font-size: 14px;
    text-decoration: none;
    color: #A9C94C !important;
}

.lnk2
{
    font-family: 'webfont';
    font-size: 14px;
    text-decoration: none;
    color: #A9C94C !important;
}

.row01 a, .row02 a
{
    font-size: 14px;
}

    .row01 a:hover, .row02 a:hover
    {
        font-size: 14px;
        text-decoration: underline;
    }


.titularcomo
{
    background-color: #E3C43A;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    vertical-align: middle;
    margin-left: 20px;
}

.tv
{
    background-image: url(../images/ico_tv.png);
    background-repeat: no-repeat;
    padding-left: 18px;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    color: #4B0082;
    text-decoration: none;
}

.seph
{
    height: 10px;
}

#slider_recomendamos
{
    width: 275px;
    height: 155px !important;
    overflow: hidden;
    border: 1px solid #A9C94C;
    position:relative;
}
.sliderflow
{
    border: 1px solid #a9c94c;
    margin-left: -15px;
    max-width: 275px;
    overflow: hidden;
}

    #slider_recomendamos img
    {
        padding: 0;
        margin: 0 0 0 -2px;
        width: 275px !important;
        height: 155px !important;
    }

/***** calendario *****/

.calendario
{
    font-size: 11px;
    font-family: Arial;
    width: 100%;
}

    .calendario tbody tr td
    {
        text-align: center;
        padding: 3px;
    }

    .calendario a
    {
        font-weight: bold;
        color: BLACK;
    }

.DayHeader
{
    background-color: #FFBF00;
    font-weight: bold;
    color: White;
}

.WeekendDay
{
    background-color: #E3EEC5;
}

.OtherMonthDay
{
    color: gray;
    background-color: white;
}

.day
{
    background-color: white;
}

.TitleStyle *
{
    background-color: #A9C94C;
}

.TitleStyle *, .TitleStyle a *
{
    font-weight: bold !important;
    color: White !important;
}

.today
{
    font-weight: bold;
    background-color: #A9C94C;
}

.SelectorStyle
{
    color: White;
    background-color: #FFE699;
}
/***** /calendario *****/

.sep5
{
    height: 5px;
}

.sep10
{
    height: 10px;
}

.pad5, .pad5 td
{
    padding: 5px;
}

.pad10, .pad10 td
{
    padding: 10px;
}

.file, .documento
{
    padding-left: 18px;
    background: url(../images/document.png) no-repeat left 2px;
    line-height: 25px;
    display: block;
    font-weight: bold;
    text-decoration: none;
    color: #4B0082;
    text-align:left;
    word-break: break-word;
}

.blanco
{
    color: White;
}

.peq
{
    font-size: 11px !important;
}

#menuh
{
    padding-top: 8px;
    font-size: 11px;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

    #menuh ul, #menuh li
    {
    }

    #menuh ul
    {
        margin: 0;
        padding: 0;
    }

    #menuh li
    {
        float: left;
    }

    #menuh a
    {
        text-decoration: none;
        color: #3366CC;
        background: #C3DFDF;
        display: block;
        padding: 5px 7px;
        text-align: center;
        border: 1px solid white;
        border-width: 1px;
        font-size: 13px;
        font-family: 'webfont';
    }


        #menuh a#primero
        {
            border-left: 1px solid #ACCFE8;
        }

        #menuh a:hover
        {
            background: #DBEBF6;
        }

#incluida
{
    text-align: justify;
}

    #incluida td
    {
        vertical-align: top;
    }

.tit, td.tit
{
    background-color: #AAD3D3;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: White;
}

.sub
{
    background-color: #F4ECE9;
    font-weight: bold;
    padding: 5px;
    display: block;
}

.arrow
{
    background-image: url(../images/arrow.gif);
    background-repeat: no-repeat;
    padding-left: 10px;
    background-position: left center;
    color: #E66023;
    font-weight: bold;
}

hr.sep
{
    color: #AAD3D3;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #AAD3D3;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tit_aloj
{
    font-weight: bold;
    color: #004F81;
    font-size: 14px;
}

.td_aloj
{
    background-color: #AAD3D3;
    font-weight: bold;
    padding: 5px;
}

td.td_aloj
{
    margin-bottom: 20px;
}

.comarcales
{
    font-size: 14px;
    color: White;
    font-weight: bold;
    margin-right: 20px;
}

#slide_lateral img
{
    width: 200px !important;
}

.mnturismo > li > a
{
    font-size: 14px !important;
}
ul.ficheros
{
    margin:15px 0;
    padding:0;
    text-align:center;
}
ul.ficheros li
{
    display:inline-block; 
    padding-left:8px; 
}
ul.ficheros li a:active
{
    color:#a02026; 
}
ul.listficheros {
    margin: 0;
    padding: 0;
}
ul.listficheros li {
    display: block;
    padding: 5px;
    margin:15px 0;
}
#slideractualidad p {
    max-height: 120px !important;
    overflow: hidden;
}
#video-playlist
{
    width:112%;
}
.carousel-control
{
    width:0 !important;
}
.containingBlock
{
	width: 100%;
}
.videoWrapper
{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 40px;            
	height: 0;
	overflow: hidden;
}
.videoWrapper iframe, .videoWrapper object
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

table.contenido,
table.contenido td
{
	border:1px solid;
	border-color:#ccc;
}