/**
 * Esta hoja de estilo guarda la información común a la maquetación global
 * del Portal de la Web Proxia.
 * Desde esta hoja de estilo se incluyen los estilos correspondientes a 
 * la página principal como al layout principal de todo el portal.
 *
 * @author Divisa Informática y Telecomunicaciones S.A.
 */

/**
 * Estilo para que pa página ocupe toda la ventana del navegador
 */
html {
	height: 100%;
}

.body-wait-dialog {
	display: none;
}

/** Estilos básicos de tablas **/
table {
	border: none;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

tbody {
	border: none;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

tr {
	border: none;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding: 0;
	border-spacing: 0;
	margin: 0;
}

/* Contenedores página principal y contenidos */
div.mainContainer {
	width: 960px;
}

div.mainContainer {
	min-height:600px;
	height:auto !important;
	height:600px;
	margin: 0 auto 10px auto;
}

table.mainContainer {
	border-collapse: collapse;
	border: none;
	position: relative;
}

.header {
	position: relative;
	z-index: 100;
}

/* web header */
div.headerFirst {
	background: #000;
	color: #fff;
}

div.headerMiddle {
	display: none;
}

div.headerFirst a:focus {
	outline: 1px dotted #fff;
	outline-offset: 0;
}

.logoCabIzda{
	overflow:hidden;
	min-width: 310px;
	padding: 5px 0;
}

.logoCabIzda ul.cmBannersVerticalMode li.cmBannersRelativePosition{
	display: block;
	float: left;
	margin: 0;
}

.logoCabIzda .imageText img{
	display:block;
	float: left;
	margin-top:5px;
}

.logoCabIzda .imageText a{
	display:block;
}
.logoCabIzda .imageText a:active,
.logoCabIzda .imageText a:focus,
.logoCabIzda .imageText a:hover{
	text-decoration: none;
}
.logoCabIzda .imageText .bannerTextContainer{
	color:#fff;
	font-style: oblique;
	font-weight:normal;
	font-size:1.3em;
	display: block;
	width: 130px;
	margin-top:4px;
	margin-left: 10px;
}

.logoCabIzda .imageText .bannerTextContainer .bannerNameText {
	font-family: "Times New Roman";
	display: block;
	color: #fff;
	font-weight: normal;
}

.logoCabIzda .imageText .bannerTextContainer .bannerDescrText{
	font-family: "Times New Roman";
	display:none;
}

ul.menuHeadSup{
	margin-top:12px;
}

ul.menuHeadSup li{
	display:block;
	float: left;
	list-style: none;
	padding-left:1.5em;
}

ul.menuHeadSup li.firstElement{
	padding-left: 0;
}

ul.menuHeadSup a{
	color: #fff;
}

.itemInfoTel .cmMenuTitle{
	color:#87a3cb;
	text-transform:uppercase;
	display:block;
	font-size: 0.75em;
}
.itemInfoTel2 .cmMenuTitle{
	color:#87a3cb;
	text-transform:uppercase;
	display:block;
	font-size: 1em;
	width: 100px;
}

.itemInfoTel .cmMenuDescription{
	font-size:1.7em;
	color:#b8b8b8;
	display:block;
	margin-top:-5px;
}

ul.menuHeadSup li.facebook,
ul.menuHeadSup li.youtube,
ul.menuHeadSup li.instagram{
	padding-left: .6em;
}

li.twitter a,
li.facebook a,
li.youtube a,
li.instagram a {
	color: #a7a7a7;
	width: 18px;
	line-height: 18px;
	text-align: center;
	display: inline-block;
	font: normal normal normal 18px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
li.twitter a:active,
li.twitter a:focus,
li.twitter a:hover,
li.facebook a:active,
li.facebook a:focus,
li.facebook a:hover,
li.youtube a:active,
li.youtube a:focus,
li.youtube a:hover,
li.instagram a:active,
li.instagram a:focus,
li.instagram a:hover {
	color: #fff;
	text-decoration: none;
}

li.twitter a:before {
	content: "\f099";
}
li.facebook a:before {
	content: "\f09a";
}
li.youtube a:before{
	content: "\f167";
}
li.instagram a:before{
	content: "\f16d";
}

ul.menuHeadSup .cmMenuPopupImage,
li.twitter span.cmMenuTitle,
li.facebook span.cmMenuTitle,
li.youtube span.cmMenuTitle,
li.instagram span.cmMenuTitle{
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sugerimos {
	display: none;
}

div.mainHeader a,
div.mainHeader a:visited {
	text-decoration: none;
	color: #999;
}

div.mainHeader a:focus,
div.mainHeader a:active,
div.mainHeader a:hover {
	text-decoration: underline;
	color: #999;
}

/*selector de idiomas*/
.langSelectorContainer{
	position: relative;
	margin:8px 12px 8px 0;
	z-index: 1;
}

.footer .langSelectorContainer {
	display:none;
}

.langSelector {
	z-index: 1;
}

.langSelector.open{
	background-color:#999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.langSelector .langCurrent{
	display: block;
	color: #FFF;
	white-space: nowrap;
}

.langSelector .langCurrent:focus,
.langSelector .langCurrent:active,
.langSelector .langCurrent:hover{
	text-decoration: none;
}

.langSelector .langCurrent > span:not(.caret){
	background-repeat: no-repeat;
	background-position: 0.4em;
	display: inline-block;
	padding:.3em 0 .3em 2.1em;
}

.langSelector .langCurrent > span.caret{
	display: inline-block;
}

.langSelector.open{
	background-color:#666;
}

.langSelector.open .caret {
	border-top: none;
	border-bottom: 4px dashed;
}

.langSelector ul{
	width: 100%;
	min-width: 0;
	padding:0;
	margin: 0;
	border: 0;
	color: #fff;
	background-color:#999;
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.langSelector ul li a{
	display:block;
	padding: .4em .8em .4em 2.1em;
	white-space: nowrap;
	color: #eee;
	min-width: 0;
	background-repeat: no-repeat !important;
	background-position: 0.4em !important;
}

.langSelector span.lang-es,
.langSelector ul li.lang-es a{
	background-image: url('/imagenes/flags/es.gif') !important;
}

.langSelector span.lang-en,
.langSelector ul li.lang-en a{
	background-image: url('/imagenes/flags/uk.gif') !important;
}

.langSelector span.lang-fr,
.langSelector ul li.lang-fr a{
	background-image: url('/imagenes/flags/fr.gif') !important;
}

.langSelector span.lang-de,
.langSelector ul li.lang-de a{
	background-image: url('/imagenes/flags/de.gif') !important;
}

.langSelector span.lang-pt,
.langSelector ul li.lang-pt a{
	background-image: url('/imagenes/flags/pt.gif') !important;
}

.langSelector ul li a:focus,
.langSelector ul li a:active,
.langSelector ul li a:hover{
	color: #fff;
	background-color:#838383;
	text-decoration: none;
}

.langSelector ul li a:focus {
	outline: 1px dotted #fff !important;
	outline-offset: 0;
}

ul.menuHeadInf{
	margin-top:6px;
}

ul.menuHeadInf li{
	display:block;
	float: left;
	list-style: none;
	margin-left:2.5em;
	padding-top: 1px;
	padding-bottom: 1px;
}

ul.menuHeadInf li.firstElement{
	margin-left:0;
}

ul.menuHeadInf li a{
	color: #fff;
}

li.itemMap{
	background:url('/imagenes/turismocyl/cyl.png') no-repeat;
	text-transform:uppercase;
	padding-left:2.5em;
}

li.itemInfo{
	background:url('/imagenes/turismocyl/info.png') no-repeat;
	padding-left:2em;
}

li.itemUser{
	background:url('/imagenes/turismocyl/user.png') no-repeat;
	padding-left:1.9em;
}

div.headerLast {
	background: #e9e9e9 url('/imagenes/turismocyl/bg_subheader.png') repeat-x;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-top: -6px;
	min-height: 60px;
	display: block;
}

/*Contenido*/
div.contenido,
div.contenidoPrincipal {
	width:650px;
	position:relative;
}

div.contenido{
	padding-top: 285px;
}

div.contenidoPrincipal {
	padding-top: 359px;
}

div.contenidoSubseccion{
	padding-top: 0;
}

div.contenidoSeccion {
	padding-top: 0;
}

.contentImageSuperGallery div.contenido{
	padding-top: 395px;
}

div.contenido.completo{
	width: auto;
	float: none;
}

.contentHeader .title{
	font-size: 1.5em;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	margin-top: .15em;
	margin-bottom: .35em;
	padding: 0;
	color: #000;
}

/* Altura de la cabecera cuando nos encontremos en el espacio personal */
.intranet div.contenido{
	padding-top: 135px;
	width: auto;
	float: none;
}

.intranet .bannerEncabezado {
	height: 264px;
}

.intranet .bannerEncabezado img.bannerNormalImage {
	margin-top: -75px;
}

/* Super Destacado / Super galería de imágenes */
.mainContent {
	max-width: 1440px;
	width: auto;
	margin: 0 auto;
	position: relative;
}

.cajaSuperDestacados{
	width: 100%;
	max-width: 1440px;
	height: 557px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	overflow:hidden;
}

.embeddedContentSuperGallery{
	width: 100%;
	max-width: 1440px;
	height: 520px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	overflow:hidden;
	z-index: 1;
	background: #282828;
}

.embeddedContentSuperGallery .cmEmbeddedGalleryInnerBox {
	width: 1440px;
}

.embeddedContentSuperGallery .cmEmbeddedGalleryOuterBox {
	position: relative;
	min-width: 960px;
}

.cajaSuperDestacados .contentHeader {
	display: none;
}

.embeddedContentSuperGallery .cmImageGalleryRow,
.cajaSuperDestacados .cmContentList {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.embeddedContentSuperGallery .cmImageGalleryCell,
.cajaSuperDestacados .cmContentItem {
	width: 1440px;
	overflow:hidden;
	position: absolute;
	display: none;
}

.cajaSuperDestacados .cmContentTitleLink{
	visibility:hidden;
}

.cajaSuperDestacados .cmContentItem .imageMainContentText a.cmContentLink{
	background-color: #ee0000;
	padding: 10px;
	border-radius: 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.2em;
	position:relative;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.cajaSuperDestacados .imageMainContentText a.cmContentLink:focus,
.cajaSuperDestacados .imageMainContentText a.cmContentLink:active,
.cajaSuperDestacados .imageMainContentText a.cmContentLink:hover {
	background-color: #CD0404;
	text-decoration:none; 
}

.cajaSuperDestacados .imageMainContentName {
	color: #fff;
	margin: 0 0 25px 0;
	font-size: 4.5em;
	font-weight: bold;
	width: 500px;
	-webkit-font-smoothing:antialiased;
	-webkit-transform: translateZ(0);
	text-shadow: 0 0 0.3em #000;
	line-height: 1;
	display:block;
}

.cajaSuperDestacados .imageMainContents {
	margin: 0 auto;
	width: 960px;
	display: block;
	line-height: 1.3;
	position:absolute;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 150px;
}

.embeddedContentSuperGallery .cmImageGallery {
	height: 520px;
	overflow: hidden;
}

.embeddedContentSuperGallery .cmImageGalleryTitleTD,
.embeddedContentSuperGallery .cmNavigation,
.embeddedContentSuperGallery a:hover .cmPopupText,
.embeddedContentSuperGallery .cmPopupText {
	display: none;
}

/*Controles de los sliders de la web*/
.controls {
	list-style-type: none;
	padding: 1em 1em 0;
	margin: 0;
	text-align: center;
	display: block;
	clear: both;
}

.controls > .control{
	list-style-type: none;
	text-align: center;
	display: inline;
	line-height: 15px;
	width: 15px;
	height: 15px;
	margin-right:5px;
}

.controls > .control a:focus {
	outline: 1px dotted #000;
	outline-offset: 0;
}

.controls > .playPause > *{
    margin: 0;
    padding: 0;
}

.cajaSuperDestacados .controlsWrapper {
	text-align: center;
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 75px;
}

.cajaSuperDestacados .controls {
	background: #000;
	padding: 2px 0 2px 5px;
	border-radius: 12px;
	display: inline-block;
}

.cajaSuperDestacados .controls > .control a:focus {
	outline: 1px dotted #fff;
	outline-offset: 0;
}

.embeddedContentSuperGallery .controlsWrapper {
	text-align: center;
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 50px;
}

.embeddedContentSuperGallery .controls {
	background: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline;
	padding: .25em .4em .3em .75em;
}

.embeddedContentSuperGallery .controls img {
	width: 10px !important;
	height: 10px !important;
}

/*Eventos página principal*/
.cajaSuperior{
	background-color:#f7f7f7;
	position: relative;
	padding-bottom:20px;
	margin-bottom:20px;
}

.cajaContentEstado {
	background-color: #c15800;
	color: #fff;
	border-radius: 4px;
	padding: 2px 6px 1px;
	font-size: .9em;
	margin-bottom: 8px;
	display: inline-block;
}

.contentEstado{
	text-transform: uppercase;
	font-weight: bold;
	display: inline;
}

/*Enlace ver todo*/
.viewAll a{
	color:#fff;
	background:#007BC4;
	padding: 5px 10px;
	border-radius: 3px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.viewAll a:focus,
.viewAll a:active,
.viewAll a:hover{
	background:#006BB4;
	text-decoration:none;
}

.cajaAgenda .viewAll a,
.cajaSuperior .viewAll a,
.cajaAgendaLateral .viewAll a{
	float:right;
	display: block;
	margin-top:5px;
}

.cajaAgenda .viewAll a:focus,
.cajaSuperior .viewAll a:focus,
.cajaAgendaLateral .viewAll a:focus{
	outline: 1px dotted #ee0000;
	outline-offset: 1px;
}

.cajaSuperior .contentHeader{
	border-bottom:1px solid #c9c9c9;
	margin: 8px 15px 0 15px;
}

.cajaSuperior .contentHeader .title{
	background:url('/imagenes/turismocyl/agenda.png') no-repeat;
	padding: 5px 105px 0 40px;
	font-size: 2em;
	min-height:32px;
}

.cajaSuperior .contentData{
	padding-top:20px;
	overflow: hidden;
}

.cajaSuperior .cmContentList{
	min-height: 245px;
	margin: 0;
	overflow: hidden;
}

.cajaSuperior .cmContentList .cmContentItem{
	width: 325px;
	min-height: 245px;
	position: relative;
	overflow: hidden;
	list-style:none;
	float:left;
}

.hideText {
	display: block;
	text-indent: 100%;
	position: absolute;
	white-space: nowrap;
	overflow: hidden;
}

.itemLeft{
	float: left;
	display:block;
	margin:0 0 0 15px;
	max-width: 120px;
}

.itemRight {
	display: block;
	min-height: 245px;
	margin:0 15px;
	position: relative;
}

.itemLeft + .itemRight{
	float: left;
	width:153px;
}

.itemRight .contentRight {
	clear: both;
	min-height: 220px;
	overflow: hidden;
}

.cajaSuperior img.imageMediaTop {
	width: 100%;
}

.cajaSuperior .contentLocalizacion{
	display:none;
}

.cajaSuperior .contentFechas{
	display: block;
	color: #656565;
	padding-bottom: .2em;
}

.contentName{
	color: #606060;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1em;
}

.contentName a{
	color: #606060;
}

.cmContentItem .itemRight a.cmContentLink {
	display: block;
}

.cmContentItem .itemRight a.cmContentLink:active,
.cmContentItem .itemRight a.cmContentLink:focus,
.cmContentItem .itemRight a.cmContentLink:hover {
	text-decoration:none;
}

.cmContentItem .itemRight a.cmContentLink:active .contentName,
.cmContentItem .itemRight a.cmContentLink:focus .contentName,
.cmContentItem .itemRight a.cmContentLink:hover .contentName{
	text-decoration:underline;
} 

.bannerNormalImage[width='1'][height='1'] {
	display: none !important;
}

.itemRight .contentText{
	font-style:italic;
	display: block;
}

.itemRight .redesSociales{
	bottom: 0;
	position: absolute;
}

.redesSociales a{
	overflow: hidden;
	position: relative;
	color:#656565;
	min-width: 20px;
	min-height: 18px;
	line-height: 18px;
	text-align: center;
	display: block;
	float: left;
	font: normal normal normal 16px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.redesSociales a:active,
.redesSociales a:focus,
.redesSociales a:hover {
	color: #000;
	text-decoration: none;
}
.redesSociales a:focus {
	outline: 1px dotted;
}
.redesSociales a.twitter:before {
	content: "\f099";
}
.redesSociales a.facebook:before {
	content: "\f09a";
}
.redesSociales a.youtube:before{
	content: "\f167";
}
.redesSociales a.instagram:before{
	content: "\f16d";
}
.cajaInferior .redesSociales a,
.cajaInferior .redesSociales a:link,
.cajaInferior .redesSociales a:visited {
	color: #999;
}
.cajaInferior .redesSociales a:active,
.cajaInferior .redesSociales a:focus,
.cajaInferior .redesSociales a:hover{
	color: #fff;
}

.cajaInferior .redesSociales a:focus{
	outline: 1px dotted #fff;
	outline-offset: 0;
}

.listaImprescindibles .templateHtmlImprescindibles {
	min-height: 280px;
}

.listaImprescindibles .contentImprescindibles {
	min-height: 250px;
}

div.cmBodyContentChildrens.listaImprescindibles ul.cmContentList li.cmContentItem,
div.cmBodyContentChildrens.listaImprescindibles ul.cmContentMultipleList li.cmContentItem {
	margin: 0;
	padding: 0 0 20px 0;
	background: none;
	list-style: none;
}

div.cmBodyContentChildrens.listaImprescindibles ul.cmContentMultipleList li.cmContentItem {
	padding: 0 0 20px 20px;
	border-top: none;
}

div.cmBodyContentChildrens.listaImprescindibles ul.cmContentMultipleList {
	margin-left: -20px;
}

/*Caja Inferior*/
.cajaInferior {
	width: 650px !important;
}

.cajaInferior .contentData ul{
	min-height: 325px;
	overflow: hidden;
	margin: 0;
	min-width: 669px;
}

.cajaInferior .contentData ul li{
	display: block;
	width: 223px;
	min-height: 340px;
	float: left;
}

.cajaInferior .contentData ul li .templateHtmlImprescindibles{
	margin-right: 16px; 
}

.cajaInferior img.imageMediaTop {
	width: 100%;
}

.listaImprescindibles .redesSociales,
.cajaInferior .redesSociales{
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.listaImprescindibles .redesSociales a:active,
.listaImprescindibles .redesSociales a:focus,
.listaImprescindibles .redesSociales a:hover {
	color: #fff;
}

.listaImprescindibles .redesSociales a:focus {
	outline: 1px dotted;
	outline-offset: 0;
}

/*Enlace a contenido normal para el principal*/
.cajaInferior{
	margin: 0 0 20px 0;
	z-index: 1;
	position: relative;
}

.cajaInferior .contentHeader .title {
	background:url('/imagenes/turismocyl/estrella.png') no-repeat 0 2px;
	padding: 5px 105px 0 40px;
	font-size: 2em;
	min-height:32px;
}

.cajaSuperior .contentHeader .title a,
.cajaSuperior .contentHeader .title a:hover,
.cajaInferior .contentHeader .title a,
.cajaInferior .contentHeader .title a:hover{
	color: #000;
}

.templateHtmlImprescindibles{
	border-top:4px solid #e60000;
	background-color:#213329;
	color:#fff;
	min-height: 320px;
	position: relative;
	overflow: hidden;
}

.templateHtmlImprescindibles img.imageMediaTop {
	width: 100%;
}

.templateHtmlImprescindibles .contentTown{
	text-transform:uppercase;
	padding: 12px 10px 10px 10px;
	display: block;
	color: #fff;
	font-size: 0.9em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: .8;
}

.templateHtmlImprescindibles a:hover .contentTown {
	text-decoration: none;
}

div.cmBodyContentChildrens ul.cmContentList li.cmContentItem .templateHtmlImprescindibles .contentName,
div.cmBodyContentChildrens ul.cmContentMultipleList li.cmContentItem .templateHtmlImprescindibles .contentName,
.templateHtmlImprescindibles .contentName,
.templateHtmlImprescindibles a .contentName{
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	padding: 9px 11px 0 11px;
	display: block;
	line-height: 1.1em;
	min-height: 40px;
}

div.cmBodyContentChildrens ul.cmContentList li.cmContentItem .templateHtmlImprescindibles .contentName a.cmContentLink:active,
div.cmBodyContentChildrens ul.cmContentList li.cmContentItem .templateHtmlImprescindibles .contentName a.cmContentLink:focus,
div.cmBodyContentChildrens ul.cmContentList li.cmContentItem .templateHtmlImprescindibles .contentName a.cmContentLink:hover,
div.cmBodyContentChildrens ul.cmContentMultipleList li.cmContentItem .templateHtmlImprescindibles .contentName a.cmContentLink:active,
div.cmBodyContentChildrens ul.cmContentMultipleList li.cmContentItem .templateHtmlImprescindibles .contentName a.cmContentLink:focus,
div.cmBodyContentChildrens ul.cmContentMultipleList li.cmContentItem .templateHtmlImprescindibles .contentName a.cmContentLink:hover,
.templateHtmlImprescindibles a.cmContentLink:active,
.templateHtmlImprescindibles a.cmContentLink:focus,
.templateHtmlImprescindibles a.cmContentLink:hover{
	color:#fff;
}

.templateHtmlImprescindibles .contentText{
	color: #fff;
	padding: 10px;
	display: block;
	font-style: italic;
}

.contentImprescindibles {
	min-height: 294px;
	overflow: hidden;
}

/*Caja Inferior para videos*/
.cajaInferior.video .contentData ul{
	min-height: 220px;
}

.cajaInferior.video .contentHeader .title {
	background:url('/imagenes/turismocyl/video.png') no-repeat 0 2px;
}

.modelVideo img.imageMediaTop,
.modelFolleto img.imageMediaTop,
.modelPanoramicaVisitaVirtual img.imageMediaTop {
	width: 100%;
	display: block;
	margin-top: -20px;
}

.modelVideo a:focus span.cmPopupText,
.modelVideo a:active span.cmPopupText,
.modelVideo a:hover span.cmPopupText,
.modelFolleto a:focus span.cmPopupText,
.modelFolleto a:active span.cmPopupText,
.modelFolleto a:hover span.cmPopupText,
.modelPanoramicaVisitaVirtual a:focus span.cmPopupText,
.modelPanoramicaVisitaVirtual a:active span.cmPopupText,
.modelPanoramicaVisitaVirtual a:hover span.cmPopupText {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	min-height: 106px;
	border: none;
	opacity: .7;
	background: #000;
	color: #fff;
	font-size: 1em !important;
}

.modelVideo span.contentThumbnail,
.modelFolleto span.contentThumbnail,
.modelPanoramicaVisitaVirtual span.contentThumbnail {
	display: block;
	position: relative;
	min-height: 115px;
	overflow: hidden;
}

.modelVideo.templateHtmlImprescindibles,
.modelFolleto.templateHtmlImprescindibles,
.modelPanoramicaVisitaVirtual.templateHtmlImprescindibles{
	height: 215px;
}

.modelPanoramicaVisitaVirtual.templateHtmlImprescindibles{
	border-top:4px solid #007BC4;
}

.modelVideo .contentImprescindibles,
.modelFolleto .contentImprescindibles,
.modelPanoramicaVisitaVirtual .contentImprescindibles {
	height: 186px;
}

/*Banner encabezado*/
.bannerEncabezado {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	max-width: 1440px;
	height: 414px;
	overflow: hidden;
}

.bannerEncabezado img.bannerNormalImage {
	max-width: 1440px;
	height: auto;
}

div.textoBannerSeccion,
div.textoBannerSubsecc {
	min-height: 125px;
	margin:1em 0;
}

div.textoBannerContenido {
	z-index: 1;
	position: relative;
}

div.textoBannerContenido div.textoBannerSeccion,
div.textoBannerContenido div.textoBannerSubsecc {
	min-height: 225px;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0;
}

.textoBannerSeccion .contentHeader,
.textoBannerSubsecc .contentHeader {
	position: absolute;
	bottom: 0;
}

.textoBannerSeccion .contentMainTitle,
.textoBannerSubsecc .contentMainTitle {
	color: #fff;
	padding-right: 20px;
	font-size: 3.8em;
	text-shadow: 0 0 0.3em #000;
	display: inline-block;
}

.textoBannerSeccion p.contentAbstract,
.textoBannerSubsecc p.contentAbstract {
	padding: 0;
	margin: .5em 0 0 0;
	font-family: serif;
	font-style: italic;
	font-size: 2.3em;
	background-color: transparent;
	color: #fff;
	text-shadow: 0 0 0.3em #000;
	display: inline-block;
}

.textoBannerSeccion .contentServices {
	display:block;
}

.textoBannerSubsecc .contentServices,
.textoBannerSubsecc .contentBody{
	display:none;
}

.intranet .textoBannerSeccion,
.intranet .textoBannerSubsecc {
	display:none;
}

/*Destacado Sección*/
.cajaDestacadoSeccion{
	z-index: 5;
	position: relative;
	background-color:transparent;
	margin-bottom: 20px;
}

.cajaDestacadoSeccion .contentHeader .title {
	background: url('/imagenes/turismocyl/estrella.png') no-repeat;
	background-position: 0.5em 0.3em;
	padding: 10px 20px 10px 46px;
	margin: 0;
	font-size: 2em;
	min-height: 32px;
	background-color: #303030;
	display: inline-block;
	color: #fff;
}

.cajaDestacadoSeccion .contentHeader .title a {
	color: #fff;
	text-decoration:none;
}

.cajaDestacadoSeccion .contentHeader .title a:hover {
	color: #fff;
	text-decoration:underline;
}

.cajaDestacadoSeccion .contentData {
	background-color:#303030;
}

.cajaDestacadoSeccion .contentData ul {
	margin:0;
	height:300px;
	overflow:hidden;
}

.cajaDestacadoSeccion .contentData ul li {
	display: block;
}

.cajaDestacadoSeccion .contentData:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cajaDestacadoSeccion .templateHtmlDestacado{
	position: relative;
	margin: 12px;
	height: 276px;
	overflow: hidden;
}

.cajaDestacadoSeccion .templateHtmlDestacado .imageMainContents{
	position: absolute;
	bottom: 35px;
	left: 35px;
	right: 35px;
}

.cajaDestacadoSeccion .templateHtmlDestacado .imageMainContentText a.cmContentLink {
	background-color: #ee0000;
	padding: 10px;
	border-radius: 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.2em;
	position: relative;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.cajaDestacadoSeccion .templateHtmlDestacado .imageMainContentText a.cmContentLink:hover {
	background-color: #CD0404;
	text-decoration:none; 
}

.cajaDestacadoSeccion .templateHtmlDestacado p.imageMainContentName {
	color: #fff;
	font-size: 3.6em;
	font-weight: bold;
	text-shadow: 0 0 0.3em #000;
	line-height: 1;
	padding-bottom: 28px;
	margin: 0;
	display:block;
}

.cajaDestacadoSeccion .templateHtmlDestacado .imageMainContainer img{
	width:100%;
	max-width:626px;
	margin-top: -70px;
}

/*Clasificados - Tema*/
.clasificadosTema {
	position: relative;
	min-height: 430px;
	margin-bottom: 20px;
}

.cajaClasificadosTema{
	padding: 0;
	z-index: 1;
	position: relative;
	background-color:transparent;
	z-index: 20;
}

.cajaClasificadosTema .contentData {
	margin-top: 15px;
}

.cajaClasificadosTema .contentData2 {
	width: 650px;
	overflow: hidden;
}

.cajaClasificadosTema .contentHeader {
	border-bottom: none;
	margin: 0 15px;
}

.cajaClasificadosTema .controlsWrapper {
	margin-top: 11px;
	text-align: center;
}

.cajaClasificadosTema .controls {
	background: #000;
	padding: 2px 0 2px 5px;
	border-radius: 12px;
	display: inline-block;
}

.bannerClasificado {
	position: relative;
}

.bannerClasificado .bannerTextContainer{
	padding: 0 35px;
	display: block;
	text-align: center;
	z-index: 20;
	position: relative;
}

.bannerClasificado .cmBannersRelativePosition {
	width: 100%;
	position: absolute;
}

.bannerClasificado .cmBannersRelativePosition img {
	width: 100%;
	height: auto;
}

.bannerClasificado .imageText {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
}

.bannerClasificado .bannerNameText{
	color: #fff;
	text-shadow: 0 0 0.3em #000;
	font-size: 1.6em;
	display: block;
	margin-top: 25px;
}

.bannerClasificado .bannerDescrText{
	color:#fff;
	font-size: 3em;
	font-weight: bold;
	text-shadow: 0 0 0.3em #000;
	white-space: nowrap;
	overflow: hidden;
	width: 580px;
	display: block;
	text-overflow: ellipsis;
}

/** Carousel **/
.carouselWrapper {
	position: relative;
	margin: 0 25px;
}

.carouselWrapper .carousel {
	position: relative;
	overflow: hidden;
	width: 600px;
}

.carouselWrapper ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.carouselWrapper li {
	float: left;
	padding-bottom: 5px;
}

/** Carousel Controls **/
.carouselWrapper .arrowPrev,
.carouselWrapper .arrowNext {
	position: absolute;
	top: 110px;
	width: 27px;
	height: 27px;
	text-align: center;
	color:transparent;
	text-decoration: none;
	font-size:0;
}

.carouselWrapper .arrowPrev:hover,
.carouselWrapper .arrowNext:hover{
	text-decoration:none;
}

.carouselWrapper .arrowPrev:focus,
.carouselWrapper .arrowNext:focus{
	outline: 1px dotted #fff;
}

.carouselWrapper .arrowPrev {
	left: -22px;
	visibility: visible;

}

.carouselWrapper .arrowNext {
	right: -22px;
	visibility: visible;

}

.carouselWrapper .arrowPrev:hover span,
.carouselWrapper .arrowNext:hover span {
	display: block;
}

.carouselWrapper .controls > .control a:focus {
	outline: 1px dotted #fff;
	outline-offset: 0;
}

.cajaClasificadosTema .dd-container ul,
.cajaClasificadosTema .dd-container ul li{
	height:auto;
}

.cajaClasificadosTema .cmContentList {
	min-height: 236px;
	text-align: center;
}

.cajaClasificadosTema .cmContentList .cmContentItem{
	display: block;
	float: left;
	margin-right: 0;
	border: none;
	vertical-align: top;
	min-height: 0;
}

.cajaClasificadosTema .cmContentList .cmContentItem > div {
	margin: 0 11px;
	background-color:#f2f3f1;
	width: 178px;
	min-height: 231px;
}

.cajaClasificadosTema .cmContentList .cmContentItem > div.cmClear {
	display: none;
}

.cajaClasificadosTema .contenidoSubTema {
	text-align: left;
	padding-top: 15px;
	margin: 0 10px;
	min-height: 211px;
}

.cajaClasificadosTema .contenidoSubTema .contentName {
	color: #000;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.cajaClasificadosTema .contenidoSubTema .imageMainContainer{
	height: auto;
	text-align: center;
	margin-bottom: 10px;
}

.cajaClasificadosTema .contenidoSubTema .cmParagraph {
	margin: 0;
}

.cajaClasificadosTema .verMas {
	z-index: 10;
	position: absolute;
	width: 178px;
	text-align: center;
	overflow: hidden;
	padding: 0 12px;
}

.cajaClasificadosTema .verMas a.cmContentLink {
	font-size: 1.1em;
	color: #fff;
	padding: 5px 12px;
	background-color: #238800;
	line-height: 25px;
	border: none;
	font-weight: bold;
	border-radius: 3px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.cajaClasificadosTema .verMas a.cmContentLink:hover{
	background-color: #206707;
	text-decoration:none;
}

.cajaClasificadosTema .verMas a.cmContentLink:focus{
	outline: 1px dotted #fff;
	outline-offset: -2px;
}

/* Selector elegir todas */
.elegirOtras {
	width: 100%;
	text-align: center;
	margin: 24px auto 34px auto;
	z-index: 30;
	position: relative;
}

.elegirOtras select{
	background-color:#238800;
	color: #fff;
	font-weight:bold;
	padding: 10px 20px;
	border:none;
	border-radius: 3px;
	min-width: 205px;
	font-size: 1.2em;
}

.elegirOtras button {
	font-weight:bold;
}

.elegirOtras .dd-container {
	min-width: 205px !important;
}

.elegirOtras .dd-select,
.elegirOtras .dd-options {
	background: #238800 !important;
	min-width: 205px;
	width: auto !important;
}

.elegirOtras .dd-options {
	max-height: 245px;
	overflow: auto;
	border: none;
	border-top: 1px solid #ddd;
}

.elegirOtras .dd-option {
	color: #fff;
	font-weight: bold;
	font-size: 1.3em;
	cursor: pointer;
	text-overflow: ellipsis;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 6px 19px;
}

.elegirOtras .dd-option:focus,
.elegirOtras .dd-option:active,
.elegirOtras .dd-option:hover,
.elegirOtras .dd-option-selected {
	color:#fff;
	background: #107500;
}

.elegirOtras .dd-option label{
	margin: 0;
	color: #fff;
}
.elegirOtras .dd-pointer {
	color:#fff;
}

/*Mapa subsección*/
.mapaSubsecciones{
	padding: 0;
	z-index: 5;
	position: relative;
	margin-bottom:20px;
}

.mapaSubsecciones .cmMap_Container, 
.mapaSubsecciones .cmMap_googleMaps {
	position: relative;
	width: 100%;
	height: 400px;
	margin-bottom: 20px;
}

.mapaSubsecciones.noContentInSearchMap .title a {
	pointer-events: none;
}

.mapaSubsecciones .contentHeader .title {
	font-size: 2em;
	font-weight: bold;
	margin: 0;
}

.mapaSubsecciones .contentHeader .title a {
	min-height: 32px;
	display: inline-block;
	padding: 9px 20px;
}

.mapaSubsecciones .contentHeader .title a, 
.mapaSubsecciones .contentHeader .title a:hover {
	text-decoration:none;
}

.mapaSubsecciones .contentHeader .titleSearchMap a,
.mapaSubsecciones .contentHeader .titleContentHtml a {
	padding: 9px 20px 6px 46px;
	background-repeat: no-repeat;
	background-position: 0.5em 0.4em;
}

.mapaSubsecciones .contentHeader .titleSearchMap a {
	color: #fff;
	background-color: #2B2A2A;
	background-image: url('/imagenes/turismocyl/encontrarmapa.png');
}

.mapaSubsecciones .contentHeader .titleContentHtml a {
	color: #2B2A2A;
	background-color: #f5f5f5;
	background-image: url('/imagenes/turismocyl/infomapa.png');
}

.mapaSubsecciones .contentHeader .titleSearchMap a, 
.mapaSubsecciones .contentHeader .titleSearchMap a:hover {
	color: #fff;
}

.mapaSubsecciones .contentHeader .titleContentHtml a, 
.mapaSubsecciones .contentHeader .titleContentHtml a:hover {
	color: #2B2A2A;
}

.mapaSubsecciones .contentHeader .titleSearchMap a:focus,
.mapaSubsecciones .contentHeader .titleContentHtml a:focus {
	outline: 1px dotted;
}

.mapaSubsecciones .nav-tabs {
	border-bottom: none;
	margin: 0;
}

.mapaSubsecciones .nav-tabs>li {
	margin-bottom: 0;
}

.tabSearchMap {
	background-color: #2B2A2A;
}

.tabContentHtml {
	background-color: #f5f5f5;
}

ul.cmMap_Menu {
	margin-bottom: 0 !important;
}

.mapaSubsecciones .contentData{
	min-width: 650px;
}

.mapaSubsecciones .contentData:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.mapaSubsecciones .tabSearchMap{
	padding: 10px;
}

.mapaSubsecciones .tabContentHtml{
	padding: 10px 20px;
}

/*Mapa destinos / Mapa colectivo*/
.searchMap{
	z-index: 5;
	position: relative;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #2B2A2A;
	box-shadow: 0 0 25px rgba(255,255,255,0.5);
}

.searchMap .placeholder {
	display: block;
	cursor:pointer;
	position:absolute;
	top:14px;
	left:310px;
	z-index:1;
}

.searchMap .placeholder:focus {
	outline: 1px dotted #fff;
	outline-offset: 0;
}

.searchFormHeader {
	position: relative;
	background: #767676;
	color: #fff;
	font-size: 1.5em;
	padding: 8px 15px;
	margin: 0;
	line-height: 1.4;
}

.searchMap .cmMap_searchForm {
	width: 315px;
	min-height: 615px;
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	background: #e8e8e8;
}

.searchMap .cmMap_searchForm fieldset {
	color: #444;
	border: none;
	margin: 0;
}

.searchMap .cmMap_searchForm label {
	color: #333;
	margin-bottom: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.searchMap .cmMap_searchForm .cmLocation {
	font-size: 1em;
}

.searchMap .cmMap_searchForm .cmLocation input,
.searchMap .cmMap_searchForm .cmLocation select {
	padding: 4px 6px;
	height: auto !important;
	color: #5C5C5C;
	border: 1px solid #bbb;
	vertical-align: middle;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 5px;
}

.searchMap .cmMap_searchForm .cmLocation label {
	margin-top: 3px;
	padding-left: 0;
}

.searchMap .cmMap_Container, 
.searchMap .cmMap_googleMaps {
	position: relative;
	width: 615px;
	height: 615px;
	float: left;
}

.searchMap .contentData{
	width: auto;
}

.searchMap .contentData:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.searchFormGroup {
	clear: both;
	border-top: 2px solid #fff;
	padding: 12px 15px;
}

.mapaDestinos .searchFormGroup.first {
	max-height: 235px;
	overflow: auto;
}

.mapaColectivo .searchFormGroup.last {
	max-height: 228px;
	overflow: auto;
}

.mapaDestinos .cmMap_searchForm .buttons,
.mapaColectivo .cmMap_searchForm .buttons {
	border-top: 2px solid #fff;
	white-space: nowrap;
	padding: 13px 15px 15px 15px;
	clear: both;
}

.mapaDestinos .cmMap_searchForm .buttons .btn,
.mapaColectivo .cmMap_searchForm .buttons .btn {
	margin-top: 0;
}

.searchFormTitle {
	width: 32%;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #767676;
	margin: 0;
	line-height: 1.4;
}

.searchFormContents {
	width: 68%;
	float: left;
}

.searchFormDesc {
	margin-top: 7px;
}

.fullWidth .searchFormTitle,
.fullWidth .searchFormContents {
	width: auto;
	float: none;
}

.marker-items,
.marker-item,
.submarker-items,
.submarker-item,
.state-items,
.state-item {
	padding: 0;
	margin: 0;
	list-style: none;
}

.submarker-item {
	padding: 0 6px;
	min-height: 22px;
}

.marker-item {
	margin: 4px 0 6px;
}

.submarker-items .submarker-item:first-child {
	margin-top: 4px;
}

.marker-title {
	margin: 0 !important;
	padding: 0 !important;
}

.marker-bullet,
.state-bullet {
	border: 1px solid #fff;
	background-color: #fff;
	width: 8px;
	height: 8px;
	display: block;
	float: left;
	margin: 3px 6px;
}

.state-item a,
.marker-title a {
	color: #333;
	display: block;
	text-decoration: none;
}

.state-item a:hover,
.state-item a:focus,
.marker-title a:hover,
.marker-title a:focus {
	color: #ca0004;
	text-decoration: none;
}

.state-item a:hover .state-bullet,
.state-item a:focus .state-bullet,
.marker-title a:hover .marker-bullet,
.marker-title a:focus .marker-bullet {
	background-color: #fe0405;
}

.state-item.active a,
.marker-title.active a {
	color: #ca0004 !important;
}

.state-item.active a .state-bullet,
.marker-title.active a .marker-bullet {
	background-color: #fe0405 !important;
}

.state-item {
	width: 48%;
	float: left;
	margin: 0;
}

.state-item a {
	display: block;
	padding-top: 3px;
}

.state-maps {
	padding: 20px 0;
}

.state-map {
	display:none;
}

.state-map.active {
	display:block;
}

/*Mapas en lightbox*/
.cmMap_lightbox{
	padding: 0;
	overflow: hidden;
	z-index: 5;
	position: relative;
	height: 100%;
}

.cmMap_lightbox .cmMap_directions {
	height: auto;
}

.cmMap_lightbox.tkShowMap .cmMap_Container,
.cmMap_lightbox.tkShowMap .cmMap_googleMaps {
	width: auto;
	height: auto;
}

.cmMap_lightbox .cmMap_Container, 
.cmMap_lightbox .cmMap_googleMaps {
	position: relative;
	width: 100%;
	height: 100%;
}

.cmMap_lightbox .cmMap_searchForm {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin-top: -35px;
	background: #141414;
        z-index: 1000;
}

.cmMap_lightbox .header h2 {
	margin: 0;
}

.cmMap_lightbox .header,
.cmMap_lightbox .header h2,
.cmMap_lightbox .header a {
	color: #fff;
}

.cmMap_lightbox .header a {
	display: block;
	padding: 10px 15px 5px 15px;
	margin-left: -15px;
	margin-right: -15px;
}

.cmMap_lightbox .header a:hover,
.cmMap_lightbox .header a:active,
.cmMap_lightbox .header a:focus {
	text-decoration: none;
}

.cmMap_lightbox .header .slider-title {
	display: block;
	float: left;
}

.cmMap_lightbox .header .fa {
	display: block;
	float: right;
	font-size: 20px;
}

.cmMap_lightbox fieldset {
	clear: both;
	padding-bottom: 5px !important;
}

.cmMap_lightbox fieldset.first {
	margin-top: 5px;
}

.cmMap_lightbox .cmMap_searchForm label {
	line-height: 25px;
	padding: 0 10px 0 5px;
}

.cmMap_lightbox .showMapFormContainer {
	padding: 0 5px 5px 5px;
	font-size: 1em;
}

.cmMap_lightbox .showMapFormContainer label {
	line-height: 22px;
	margin: 0 10px 0 0;
}

.cmMap_lightbox .showMapFormContainer p.cmParagraph {
	margin-bottom: .5em;
}

.cmMap_lightbox .showMapFormContainer form {
	margin: 0 0 2px 0;
}

.cmMap_lightbox .cmSearchFieldSet .cmSearchLabel {
	line-height: 18px;
	float: left;
	margin: 0 10px 0 0;
}

.cmMap_lightbox div.cmSearchCol,
.cmMap_lightbox div.cmSearchTown,
.cmMap_lightbox .cmSearchFieldSet .cmSearchLabel,
.cmMap_lightbox .cmSearchFieldSet .cmSearchField,
.cmMap_lightbox div.cmSearchRow {
	clear: none;
	float: left;
	margin: 0 20px 0 0;
}

.cmMap_lightbox div.cmSearchRow,
.cmMap_lightbox div.cmSearchRow .proxia_mapTown {
	margin-top: 2px;
	margin-bottom: 2px;
}

.cmMap_lightbox fieldset {
	padding: 0 10px 10px 10px;
	margin: 10px 0 0 0;
}

.cmMap_lightbox .cmSearchFieldSet .cmSearchLabel label {
	line-height: 18px;
	margin: 0;
}

.cmMap_lightbox input,
.cmMap_lightbox select {
	color: #000;
}

.cmMap_lightbox div.infoWindowWrapper .infoWindowUrl a{
	display: inline-block;
}

/*Estilo cluster mapas*/
.cluster-label {
	color: #000;
	font-family: "Lucida Grande", "Arial", sans-serif;
	font-size: 11px;
	text-align: center;
	width: 31px;
	height: 54px;
	white-space: nowrap;
	padding-top: 31px;
	padding-left: 1px;
    
}
/** Estilo cluster mapas para leaflet **/
.leaflet-tooltip.cluster-label {
    margin-left: 0px;
    padding: 0px;
    background-color: transparent;
    border: 0px;
    box-shadow: none;
    width: 32px;
    padding-top: 5px;
    margin-left: 2px;
}


/*Agenda Sección y Subsección*/
.cajaAgenda{
	background-color:#f7f7f7;
	overflow:hidden;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.cajaAgenda .contentHeader{
	border-bottom:1px solid #c9c9c9;
	margin: 8px 15px 0 15px;
}

.cajaAgenda .contentHeader .title{
	background:url('/imagenes/turismocyl/agenda.png') no-repeat;
	font-size: 2em;
	padding: 5px 105px 0 45px;
	min-height:32px;
	color:#737373;
}

.cajaAgenda .contentData2 {
	width: 100%;
	margin-top: 15px;
	overflow: hidden;
	position: relative;
}

.cajaAgenda .cajaContentEstado {
	height: auto;
	float: left;
	margin-right: 10px;
}

.cajaSuperiorAgenda {
	color: #6c6c6c;
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
}

.cajaSuperiorAgenda:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cajaSuperiorAgenda .cajaContentFecha{
	float: left;
	margin-top: 1px;
}

.cajaSuperiorAgenda .redesSociales {
	float: right;
	margin-top: 3px;
}

.cajaAgenda .contentHeader .title .titleAgendaDark{
	color:#363636;
}

.cajaAgenda .contentData ul{
	overflow: hidden;
	margin:0;
}
.cajaAgenda .contentData ul li{
	width: auto;
	list-style: none;
	padding: 0 15px;
}

.cajaAgenda .contentText{
	float: left;
	color:#6c6c6c;
	font-style:italic;
	font-family: serif;
	font-size: 1.2em;
}

.cajaAgenda .contentName {
	font-weight:bold;
	color:#606060;
	font-size:1.4em;
	padding: 8px 0;
	clear: both;
	margin-top: 26px;
}

.cajaAgenda:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*columna lateral*/
div.lateralPrincipal,
div.lateralSeccion,
div.lateralSubseccion,
div.lateralContenido,
div.lateralEtapa{
	padding-left: 20px;
	z-index: 1;
	position: relative;
	float: right;
	width:290px;
	box-sizing: content-box;
}

.mainPage div.lateralPrincipal{
	margin-top: 302px;
}

.contentPage div.lateralPrincipal {
	margin-top: 213px;
}

div.lateralContenido{
	margin-top: 225px;
}

.contentImageSuperGallery div.lateralContenido {
	margin-top: 331px;
}

div.cajaViveAventura {
	margin-bottom: 20px;
}

/*Columna lateral buscador turismo rural*/
.cajaBuscadorSeccion{
	padding-top: 15px;
	margin-bottom: 20px;
}

.cajaBuscadorSeccion h2{
	background: #273045;
	position: relative;
	min-height: 57px;
	margin: 0;
}

.cajaBuscadorSeccion .imagenBuscador {
	padding: 0;
	background: url('/imagenes/turismocyl/botas.png') no-repeat;
	height: 95px;
	position: absolute;
	top: -14px;
	left: 0;
	display: block;
	width: 100%;
}

.cajaBuscadorSeccion .tituloBuscador {
	text-transform: lowercase;
	color: #fff;
	display: block;
	position: relative;
	padding: 14px 10px 0 130px;
	line-height: 0.6em;
}

.cajaBuscadorSeccion .tituloBuscadorRural {
	font-size: 1.2em;
	color: #f9e9d5;
	display: block;
	position: relative;
	padding: 0 10px 0 112px;
}

.cajaBuscadorSeccion .nav-tabs{
	margin-left: 0;
}

.cajaBuscadorSeccion .nav-tabs>li>a {
	color: #844200;
}

.cajaBuscadorSeccion .nav-tabs>li.active>a,
.cajaBuscadorSeccion .nav-tabs>li.active>a:hover,
.cajaBuscadorSeccion .nav-tabs>li.active>a:focus {
	color: #000;
}

.cajaBuscadorSeccion .tab-content{
	margin-top: 10px;
}

.cajaBuscadorSeccion button {
	margin-top: 10px !important;
}

h3.buscadorHorarios{
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0.15em;
	margin-bottom: 0.35em;
	padding: 0;
	color: #000;
}

.formBuscador {
	text-align: center;
	height: auto;
	background-color: #eff1f0;
	padding: 20px;
}

.formBuscador .cmParamTextType,
.formBuscador .dd-container{
	min-height: 30px;
	margin-bottom: 10px;
	border: none;
	color: #555;
}

.formBuscador .cmParamTextType{
	padding: 0.5em 1em;
	width: 100%;
	border-radius: 5px;
}

.formBuscador .formCheckbox {
	float: left;
	margin-right: 20px;
}

.formBuscador input {
	margin: 0;
	vertical-align: middle;
}

.formBuscador fieldset {
	text-align: left;
}

.formBuscador fieldset label {
	display: inline;
	vertical-align: middle;
	margin-right: 15px;
}

.formBuscador select{
	background-color:#fff;
	font-weight:normal;
	padding: 6px 10px;
	border-radius: 3px;
	width: 250px;
}

.formBuscador .formButtons {
	clear: both;
}

.formBuscador .dd-selected {
	padding: 7px 20px 6px 11px;
}

.formBuscador .cmLocation label {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.formBuscador .cmLocation input,
.formBuscador .cmLocation select {
	border: none !important;
}

.formBuscador .dd-select,
.formBuscador .dd-options {
	color:#7c7c7c !important;
	background: #fff !important;
	min-width: 250px;
	width: auto !important;
}

.slCategory label{
	display: block;
}

.formBuscador .dd-options {
	max-height: 245px;
	overflow: auto;
	border: none;
	border-top: 1px solid #ddd;
}

.formBuscador .dd-option {
	color: #7c7c7c;
	cursor: pointer;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 6px 26px 6px 10px;
}

.formBuscador .dd-select label,
.formBuscador .dd-option label{
	font-weight: normal;
	margin: 0;
	color: #7c7c7c;
	font-weight: normal;
	font-size: 1em;
}

.formBuscador .dd-option:focus,
.formBuscador .dd-option:active,
.formBuscador .dd-option:hover,
.formBuscador .dd-option:focus label,
.formBuscador .dd-option:active label,
.formBuscador .dd-option:hover label,
.formBuscador .dd-option-selected,
.formBuscador .dd-option-selected label {
	color:#fff;
	background: #8FB397;
}

.formBuscador .dd-pointer-down {
	background: #fff;
	border-left: none;
}

.formBuscador .dd-select {
	height: auto;
}

.formBuscador button{
	background-color: #4e576e;
	border: none;
	padding: 6px 14px;
	border-radius: 5px;
	color: #fff;
	margin-top: 20px;
	font-size: 1.2em;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.formBuscador button:focus
.formBuscador button:active,
.formBuscador button:hover {
	background-color: #3e475e;
}

/*Lateral Subsección*/
/*Sugerencias*/
.cajaSugerencias {
	position:relative;
	margin-bottom: 20px;
}

.cajaSugerencias .templateHtmlDestacado {
	background-color: #2B2A2A;
	padding: 13px;
	position:relative;
}

.cajaSugerencias .contentHeader {
	background-color: #e9e9e9;
}

.cajaSugerencias .contentHeader .title {
	background: url('/imagenes/turismocyl/estrella.png') no-repeat;
	background-position: 6px 3px;
	padding: 5px 10px 0 40px;
	font-size: 2em;
	min-height: 32px;
}

.cajaSugerencias .contentHeader .title a{
	color:#363636;
}

.cajaSugerencias ul{
	margin:0;
	overflow: hidden;
}

.cajaSugerencias ul li{
	list-style: none;
}

.cajaSugerencias .templateHtmlDestacado .imageMainContainer {
	text-align: center;
}

.cajaSugerencias .templateHtmlDestacado .imageMainContainer img.imageMain {
	width: 100%;
	display:block;
}

.cajaSugerencias .templateHtmlDestacado .imageMainContents{
	left: 13px;
	bottom: 13px;
	right: 13px;
	padding: 10px;
	line-height: 1.3;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.4);
}

.cajaSugerencias .templateHtmlDestacado .contentHeader,
.cajaSugerencias .templateHtmlDestacado .cmAbstractBodyContent {
	display:none;
}

.cajaSugerencias .templateHtmlDestacado p.imageMainContentName {
	color: #fff;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1;
	text-shadow: 0 0 0.3em #000;
	padding: 0 0 14px;
	margin: 0;
	display: inline-block;
}

.cajaSugerencias .templateHtmlDestacado .imageMainContentText {
	margin: 0;
}

.cajaSugerencias .templateHtmlDestacado .imageMainContentText a.cmContentLink {
	background-color: #ee0000;
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
	font-size: 1.3em;
	position: relative;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
	text-decoration: none;
	position: static;
}

.cajaSugerencias .templateHtmlDestacado .imageMainContentText a.cmContentLink:hover {
	background-color: #CD0404;
	text-decoration:none; 
}

/*Acordeón de destacados*/
.acordeonDestacados {
	position:relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
	background-color: #414141;
}

.acordeonDestacados .contentHeader .title {
	padding: 5px 10px;
	font-size: 2em;
	margin: 15px 0 5px 0;
	color:#fff;
}

.acordeonDestacados .contentHeader .title a{
	color:#fff;
}

.acordeonDestacados ul{
	margin:0;
}

.acordeonDestacados ul li{
	list-style: none;
}

.acordeonDestacados ul li > div:not(.cmClientEditButtons){
	padding: 5px 13px 0 13px;
	position: relative;
}

.acordeonDestacados .cmClear {
	display: none;
}

.acordeonDestacados .imageMainContentName {
	background: #dedede;
	color: #414141;
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px 5px;
	margin: 0;
	cursor: pointer;
	display: block;
}

.acordeonDestacados .imageMainContentName:active,
.acordeonDestacados .imageMainContentName:focus,
.acordeonDestacados .imageMainContentName:hover {
	background: #cecece;
	color: #313131;
	text-decoration: none;
}

.acordeonDestacados .imageMainContentName:focus {
	outline: 1px dotted #fff;
	outline-offset: 1px;
}

.acordeonDestacados .imageMainContentName .fa {
	color: #4a6224;
	width: 1em;
	text-align: center;
}

.acordeonDestacados .templateHtmlDestacado .imageMainContainer {
	text-align: center;
	overflow: hidden;
}

.acordeonDestacados .templateHtmlDestacado .imageContentContainer {
	margin-top: 2px;
	position: relative;
}

.acordeonDestacados .templateHtmlDestacado .imageMainContainer img.imageMain {
	width: 100%;
	height: auto;
	display:block;
}

.acordeonDestacados .templateHtmlDestacado .imageMainContents{
	left: 15px;
	bottom: 15px;
	right: 15px;
	padding: 0;
	line-height: 1.3;
	position: absolute;
	text-align: left;
}

.acordeonDestacados .templateHtmlDestacado .imageMainContentText {
	margin: 0;
}

.acordeonDestacados .templateHtmlDestacado .imageMainContentText a.cmContentLink {
	background-color: #ee0000;
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
	font-size: 1.3em;
	position: relative;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
	text-decoration: none;
	position: static;
}

.acordeonDestacados .templateHtmlDestacado .imageMainContentText a.cmContentLink:hover {
	background-color: #CD0404;
	text-decoration:none; 
}

/*Acordeón de contenidos*/
.acordeonContenidos {
	padding: 20px;
	background: #eee;
}

.acordeonContenidos .title {
	font-family: serif;
	font-size: 3em;
	font-weight: normal;
}

.acordeonContenidos ul.cmContentList{
	margin:0;
}

.acordeonContenidos ul.cmContentList li.cmContentItem{
	list-style: none;
	padding: 0;
}

.acordeonContenidos ul.cmContentList li.cmContentItem > div{
	padding-bottom: 5px;
}


.acordeonContenidos .contentName {
	background: #dedede;
	color: #414141;
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px 5px;
	margin: 0;
	cursor: pointer;
	display: block;
}

.acordeonContenidos .contentName:active,
.acordeonContenidos .contentName:focus,
.acordeonContenidos .contentName:hover {
	background: #cecece;
	color: #313131;
	text-decoration: none;
}

.acordeonContenidos .contentName:focus {
	outline: 1px dotted #f00;
	outline-offset: 0;
}

.acordeonContenidos .contentName .fa {
	color: #f00;
	width: 1em;
	text-align: center;
}

.acordeonContenidos .cmContentItem .contentName a.cmContentLink{
	color: #414141;
}

.acordeonContenidos .cmClear {
	display: none;
}

.acordeonContenidos .contentAbstract {
	font-weight: normal;
	font-size: 1em;
	color: #333;
	padding: 10px 0;
	margin: 0;
}

.acordeonContenidos p.cmParagraph {
	margin: 0.8em 0;
}

.acordeonContenidos .templateHtmlDestacado .contentAbstract {
	margin-top: 2px;
}

/*Vídeos, Folletos, Panorámicas, Visitas virtuales*/
.cajaVideos,
.cajaFolletos,
.cajaPanoramica,
.cajaVisitaVirtual {
	position:relative;
	margin-bottom: 20px;
}

.cajaVideos .templateHtmlDestacado,
.cajaFolletos .templateHtmlDestacado,
.cajaPanoramica .templateHtmlDestacado,
.cajaVisitaVirtual .templateHtmlDestacado {
	background-color: #2B2A2A;
	padding: 13px;
	position:relative;
}

.cajaVideos .contentHeader,
.cajaFolletos .contentHeader,
.cajaPanoramica .contentHeader,
.cajaVisitaVirtual .contentHeader {
	background-color: #e9e9e9;
}

.cajaVideos .contentHeader .title,
.cajaFolletos .contentHeader .title,
.cajaPanoramica .contentHeader .title,
.cajaVisitaVirtual .contentHeader .title {
	background-position: 6px 3px;
	background-repeat: no-repeat;
	padding: 5px 10px 0 40px;
	font-size: 2em;
	min-height: 32px;
}

.cajaVideos .contentHeader .title {
	background-image: url('/imagenes/turismocyl/video.png');
}

.cajaFolletos .contentHeader .title {
	background-image: url('/imagenes/turismocyl/publicacion.png');
}

.cajaPanoramica .contentHeader .title {
	background-image: url('/imagenes/turismocyl/panoramica.png');
}

.cajaVisitaVirtual .contentHeader .title {
	background-image: url('/imagenes/turismocyl/visita-virtual.png');
}

.cajaVideos .contentHeader .title a,
.cajaFolletos .contentHeader .title a,
.cajaPanoramica .contentHeader .title a,
.cajaVisitaVirtual .contentHeader .title a{
	color:#363636;
}

.cajaVideos a.cmContentImageLink,
.cajaFolletos a.cmContentImageLink,
.cajaPanoramica a.cmContentImageLink,
.cajaVisitaVirtual a.cmContentImageLink{
	position: static;
}

.cajaVideos a.cmContentImageLink:focus,
.cajaFolletos a.cmContentImageLink:focus,
.cajaPanoramica a.cmContentImageLink:focus,
.cajaVisitaVirtual a.cmContentImageLink:focus{
	outline: 1px dotted #fff !important;
	outline-offset: 6px;
}

.cajaVideos .contentData2 ul,
.cajaFolletos .contentData2 ul,
.cajaPanoramica .contentData2 ul,
.cajaVisitaVirtual .contentData2 ul,
.cajaVideos .contentData2,
.cajaFolletos .contentData2,
.cajaPanoramica .contentData2,
.cajaVisitaVirtual .contentData2 {
	margin:0;
	overflow: hidden;
}

.cajaVideos .contentData2 ul li,
.cajaFolletos .contentData2 ul li,
.cajaPanoramica .contentData2 ul li,
.cajaVisitaVirtual .contentData2 ul li,
.cajaVideos .cmAbstractBodyContent,
.cajaFolletos .cmAbstractBodyContent,
.cajaPanoramica .cmAbstractBodyContent,
.cajaVisitaVirtual .cmAbstractBodyContent {
	list-style: none;
	margin-bottom: 10px;
}

.cajaVideos .cmAbstractBodyContent + .cmContentList,
.cajaFolletos .cmAbstractBodyContent + .cmContentList,
.cajaPanoramica .cmAbstractBodyContent + .cmContentList,
.cajaVisitaVirtual .cmAbstractBodyContent + .cmContentList,
.cajaVideos .cmAbstractBodyContent + span + .cmContentList,
.cajaFolletos .cmAbstractBodyContent + span + .cmContentList,
.cajaPanoramica .cmAbstractBodyContent + span + .cmContentList,
.cajaVisitaVirtual .cmAbstractBodyContent + span + .cmContentList {
	margin-top: -10px;
}

.cajaVideos .templateHtmlDestacado .imageMainContainer,
.cajaFolletos .templateHtmlDestacado .imageMainContainer,
.cajaPanoramica .templateHtmlDestacado .imageMainContainer,
.cajaVisitaVirtual .templateHtmlDestacado .imageMainContainer {
	position: relative;
	overflow: hidden;
	display:block;
}

.cajaVideos .templateHtmlDestacado .imageMainContainer {
	min-height: 144px;
}

.cajaVideos .templateHtmlDestacado .imageMainContainer img.imageMain,
.cajaFolletos .templateHtmlDestacado .imageMainContainer img.imageMain,
.cajaPanoramica .templateHtmlDestacado .imageMainContainer img.imageMain,
.cajaVisitaVirtual .templateHtmlDestacado .imageMainContainer img.imageMain {
	width: 100%;
	display:block;
}

.cajaVideos .templateHtmlDestacado .imageMainContainer img.imageMain {
	margin-top: -27px;
}

.cajaVideos .templateHtmlDestacado .contentHeader,
.cajaVideos .templateHtmlDestacado .cmPopupText,
.cajaFolletos .templateHtmlDestacado .contentHeader,
.cajaFolletos .templateHtmlDestacado .cmPopupText,
.cajaPanoramica .templateHtmlDestacado .contentHeader,
.cajaPanoramica .templateHtmlDestacado .cmPopupText,
.cajaVisitaVirtual .templateHtmlDestacado .contentHeader,
.cajaVisitaVirtual .templateHtmlDestacado .cmPopupText {
	display:none !important;
}

.cajaVideos .templateHtmlDestacado .imageMainContentName,
.cajaFolletos .templateHtmlDestacado .imageMainContentName,
.cajaPanoramica .templateHtmlDestacado .imageMainContentName,
.cajaVisitaVirtual .templateHtmlDestacado .imageMainContentName {
	font-size: 1.2em;
	line-height: 1.2em;
	background: #2B2A2A;
	opacity: 0;
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: -50px;
	padding: 8px 10px 16px;
	margin: 0;
	color: #fff;
}

.cajaVideos .templateHtmlDestacado a.cmContentLink:hover .imageMainContentName,
.cajaVideos .templateHtmlDestacado a.cmContentLink:focus .imageMainContentName,
.cajaVideos .templateHtmlDestacado a.cmContentLink:active .imageMainContentName,
.cajaFolletos .templateHtmlDestacado a.cmContentLink:hover .imageMainContentName,
.cajaFolletos .templateHtmlDestacado a.cmContentLink:focus .imageMainContentName,
.cajaFolletos .templateHtmlDestacado a.cmContentLink:active .imageMainContentName,
.cajaPanoramica .templateHtmlDestacado a.cmContentLink:hover .imageMainContentName,
.cajaPanoramica .templateHtmlDestacado a.cmContentLink:focus .imageMainContentName,
.cajaPanoramica .templateHtmlDestacado a.cmContentLink:active .imageMainContentName,
.cajaVisitaVirtual .templateHtmlDestacado a.cmContentLink:hover .imageMainContentName,
.cajaVisitaVirtual .templateHtmlDestacado a.cmContentLink:focus .imageMainContentName,
.cajaVisitaVirtual .templateHtmlDestacado a.cmContentLink:active .imageMainContentName {
	opacity: .9;
	bottom: 0;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.cajaVideos .templateHtmlDestacado .imageMainContents,
.cajaFolletos .templateHtmlDestacado .imageMainContents,
.cajaPanoramica .templateHtmlDestacado .imageMainContents,
.cajaVisitaVirtual .templateHtmlDestacado .imageMainContents {
	text-align: center;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
}

.cajaVideos .templateHtmlDestacado a.cmContentLink .imageMainContentText,
.cajaFolletos .templateHtmlDestacado a.cmContentLink .imageMainContentText,
.cajaPanoramica .templateHtmlDestacado a.cmContentLink .imageMainContentText,
.cajaVisitaVirtual .templateHtmlDestacado a.cmContentLink .imageMainContentText {
	padding: 6px 10px;
	display: inline-block;
	color: #fff;
	border-radius: 5px;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1.2em;
	position: relative;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
	text-decoration: none;
}

.cajaVideos .templateHtmlDestacado a.cmContentLink .imageMainContentText {
	background-color: #ee0000;
}

.cajaFolletos .templateHtmlDestacado a.cmContentLink .imageMainContentText {
	background-color: #BE5A00;
}

.cajaPanoramica .templateHtmlDestacado a.cmContentLink .imageMainContentText,
.cajaVisitaVirtual .templateHtmlDestacado a.cmContentLink .imageMainContentText {
	background-color: #007BC4;
}

.cajaVideos .templateHtmlDestacado a.cmContentLink:hover .imageMainContentText,
.cajaVideos .templateHtmlDestacado a.cmContentLink:active .imageMainContentText,
.cajaVideos .templateHtmlDestacado a.cmContentLink:focus .imageMainContentText,
.cajaFolletos .templateHtmlDestacado a.cmContentLink:hover .imageMainContentText,
.cajaFolletos .templateHtmlDestacado a.cmContentLink:active .imageMainContentText,
.cajaFolletos .templateHtmlDestacado a.cmContentLink:focus .imageMainContentText,
.cajaPanoramica .templateHtmlDestacado a.cmContentLink:hover .imageMainContentText,
.cajaPanoramica .templateHtmlDestacado a.cmContentLink:active .imageMainContentText,
.cajaPanoramica .templateHtmlDestacado a.cmContentLink:focus .imageMainContentText,
.cajaVisitaVirtual .templateHtmlDestacado a.cmContentLink:hover .imageMainContentText,
.cajaVisitaVirtual .templateHtmlDestacado a.cmContentLink:active .imageMainContentText,
.cajaVisitaVirtual .templateHtmlDestacado a.cmContentLink:focus .imageMainContentText {
	text-decoration:none;
}

.cajaVideos .templateHtmlDestacado a.cmContentLink:hover .imageMainContentText,
.cajaVideos .templateHtmlDestacado a.cmContentLink:active .imageMainContentText,
.cajaVideos .templateHtmlDestacado a.cmContentLink:focus .imageMainContentText {
	background-color: #CD0404;
}

.cajaFolletos .templateHtmlDestacado a.cmContentLink:hover .imageMainContentText,
.cajaFolletos .templateHtmlDestacado a.cmContentLink:active .imageMainContentText,
.cajaFolletos .templateHtmlDestacado a.cmContentLink:focus .imageMainContentText {
	background-color: #a64200;
}

.cajaPanoramica .templateHtmlDestacado a.cmContentLink:hover .imageMainContentText,
.cajaPanoramica .templateHtmlDestacado a.cmContentLink:active .imageMainContentText,
.cajaPanoramica .templateHtmlDestacado a.cmContentLink:focus .imageMainContentText,
.cajaVisitaVirtual .templateHtmlDestacado a.cmContentLink:hover .imageMainContentText,
.cajaVisitaVirtual .templateHtmlDestacado a.cmContentLink:active .imageMainContentText,
.cajaVisitaVirtual .templateHtmlDestacado a.cmContentLink:focus .imageMainContentText {
	background-color: #006BB4;
}

/*Página de contenido*/
/*Path Navegación*/
.breadcrumb,
.breadcrumb-inner {
	padding: 0;
	margin-bottom: 10px;
	border-radius: 0;
	background-color:#282828;
	z-index: 2;
}

.breadcrumb ul {
	margin: 0;
	padding: 8px 15px;
	list-style: none;
	float: left;
}

.breadcrumb ul li{
	list-style:none;
	display:inline;
	color:#c8c8c8;
}

.breadcrumb ul li a{
	color:#c8c8c8;
}

.breadcrumb ul li a:focus{
	outline: 1px dotted #fff;
}

div.breadcrumb ul.cmCategorizer li.firstChild a {
	color: #fff;
	width: 1.143em;
	overflow: hidden;
	height: 1.143em;
	position: relative;
	top: 2px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	letter-spacing: 112px;
	line-height: 1.3em;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

div.breadcrumb ul.cmCategorizer li.firstChild a:before {
	content: "\e021";
}

div.breadcrumb ul.cmCategorizer li.firstChild a:hover {
	text-decoration: none;
}

div.breadcrumb ul.cmCategorizer li.lastChild,
div.breadcrumb ul.cmCategorizer li.lastChild a {
	color: #fff;
	font-weight:bold;
}

/*contenido de la página de contenido*/
.templateHtml{
	margin-bottom:20px;
}

.templateHtml .description{
	overflow: hidden;
	position: relative;
}

div.readMore {
	background: url('/imagenes/turismocyl/bg_readmore.png') repeat-x bottom left;
	width: 100%;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

a.fa:hover{
	text-decoration:none;
}

.linkVerMenos,
.linkVerMas{
	font-weight:bold;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #F3ECE4;
}

.linkVerMenos:hover,
.linkVerMas:hover{
	text-decoration:none;
}

.linkVerMenos img,
.linkVerMas img{
	margin: 0 0 2px 2px;
}

.pvalue-opened .linkVerMenos img,
.pvalue-opened .linkVerMas img{
	margin-bottom: 15px;
}

a.contentTextReadLess {
	display: none;
}

a.contentTextReadMore {
	display: block;
}

a.contentTextReadMore, 
a.contentTextReadLess {
	padding: .2em 0;
}

/*Caja Sugerencias Cerca*/
.cajaSugerenciasCerca {
	margin-bottom: 20px;
}

.cajaSugerenciasCerca .sugerenciasCerca{
	position:relative;
	margin: 0 16px;
	min-height: 280px;
	clear: both;
	display: none;
}

.cajaSugerenciasCerca .contentViewMore{
	background-color: #f1f2f2;
	padding-bottom: 20px;
}

.cajaSugerenciasCerca .contentHeader2 .title {
	color: #5F5F5F;
	padding: 0 22px;
}

.sugerenciasCerca ul{
	min-height: 280px;
	overflow: hidden;
	margin: 0;
}

.sugerenciasCerca ul li{
	display: block;
	float: left;
	width: 206px;
	min-height: 240px;
	padding-right: 0;
}

.sugerenciasCerca ul li .templateHtmlImprescindibles{
	margin: 0 8px;
}

.cajaSugerenciasCerca .imageMainContainer {
	min-height: 96px;
	display: block;
	overflow: hidden;
}

.cajaSugerenciasCerca img.imageMediaTop {
	width: 100%;
	display: block;
}

.cajaSugerenciasCerca .redesSociales{
	position: absolute;
	bottom: 5px;
	right: 5px;
}

.cajaSugerenciasCerca .controlsWrapper{
	padding-left: 15px;
}

.cajaSugerenciasCerca .sugerenciasCercaList {
	position:relative;
	clear: both;
	display: none;
}

.cajaSugerenciasCerca .templateHtmlImprescindibles {
	border-top: none;
	background-color: #fff;
	color: #707070;
	min-height: 280px;
	position: relative;
	overflow: hidden;
}

.cajaSugerenciasCerca .templateHtmlImprescindibles .contentText {
	color: #707070;
	padding: 5px 10px 0 10px;
	display: block;
	font-style: italic;
}

.cajaSugerenciasCerca .templateHtmlImprescindibles .contentTown{
	text-transform:uppercase;
	display: block;
	padding: 12px 10px 0 10px;
	color: #707070;
	font-size: 0.9em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: .8;
}

.cajaSugerenciasCerca .templateHtmlImprescindibles a:hover .contentTown {
	text-decoration: none;
}

.cajaSugerenciasCerca .templateHtmlImprescindibles .contentText p.cmParagraph {
	margin-top: 0;
}

.cajaSugerenciasCerca .templateHtmlImprescindibles .contentName,
.cajaSugerenciasCerca .templateHtmlImprescindibles a .contentName {
	color: #707070;
	font-size: 1.2em;
	padding: 9px 11px 0px 11px;
	display: block;
	line-height: 1.1em;
	min-height: 40px;
}

.cajaSugerenciasCerca .templateHtmlImprescindibles a.cmContentLink:focus,
.cajaSugerenciasCerca .templateHtmlImprescindibles a.cmContentLink:active,
.cajaSugerenciasCerca .templateHtmlImprescindibles a.cmContentLink:hover {
	color: #707070 !important;
}

.cmMap_resultsModalDialog .spinner,
.cajaSugerenciasCerca .spinner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	padding-top: 112px;
	color: #767676;
	background: #fff;
	opacity: .6;
}

.cajaSugerenciasCerca .spinner {
	display: none;
}

.cajaSugerenciasCerca .tematica h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	float: none;
	color: #69645d;
	display: block;
	padding: 0 0 20px 0;
}

.cajaSugerenciasCerca .noscript {
	padding: 20px;
}

.cajaSugerenciasCerca .noscript legend {
	clear: both;
	margin-left: 20px;
	font-size: 14px;
	font-weight: bold;
}

.cajaSugerenciasCerca .noscript ul {
	list-style: none;
	margin: 5px 0 10px 40px;
}

.cajaSugerenciasCerca .noscript ul li {
	display: inline;
}

.cajaSugerenciasCerca .noscript ul li label,
.cajaSugerenciasCerca .noscript ul li input {
	vertical-align: middle;
	margin: 0;
}

.cajaSugerenciasCerca .noscript .btn {
	float: right;
}

.cajaSugerenciasCerca iframe {
	height: 280px;
	width: 100%;
	clear: both;
	border: none;
	overflow: hidden;
}

.tkAutorelated {
	background-color: #f1f2f2;
}

.tkAutorelated .sugerenciasCerca {
	margin: 0 5px;
}

.tkAutorelated .sugerenciasCerca ul {
	height: auto;
	overflow: auto;
	margin: 0;
}

.tkAutorelated .sugerenciasCerca ul li {
	min-height: 0;
	margin-bottom: 15px;
}

.tkAutorelated .cajaSugerenciasCerca .sugerenciasCerca,
.tkAutorelated .cajaSugerenciasCerca .sugerenciasCercaList {
	display: block;
}

.cmMap_resultsModalDialog .modal-body {
	min-height: 280px;
}

.cmMap_resultsModalDialog td.icon, 
.mapListPage td.icon {
    padding: 3px 10px 0 5px !important;
}

/** Proxia Spatial Options **/
.cajaSugerenciasCerca .prev,
.cajaSugerenciasCerca .next {
	position: absolute;
	top: 130px;
	width: 26px;
	height: 26px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: #000;
	font-size:14px;
	line-height: 26px;
	border-radius: 50%;
	opacity: .6;
}

.cajaSugerenciasCerca .prev:focus,
.cajaSugerenciasCerca .prev:hover,
.cajaSugerenciasCerca .next:focus,
.cajaSugerenciasCerca .next:hover{
	text-decoration:none;
	opacity: 1;
}

.cajaSugerenciasCerca .prev {
	left: -12px;
	visibility: visible;
	letter-spacing: 2px;
}

.cajaSugerenciasCerca .next {
	right: -12px;
	visibility: visible;
	letter-spacing: -2px;
}

.tematica{
	padding: 0;
}

.tematicaSelector{
	padding: 25px 0 0 25px;
	float: left;
	display: none;
	width: 46%;
}

.tematica .lbTematica{
	font-size: 1.2em;
	font-weight: bold;
	margin-right: 10px;
	float: left;
	display: block;
	padding: 9px 0 0 0;
}

.tematica .dd-container {
	margin: 0 auto;
	text-align: left;
	position: relative;
	float: left;
	z-index:10;
	width: 184px !important;
}

.tematica .dd-select,
.tematica .dd-options {
	background: #ddd !important;
	min-width: 184px;
	width: auto !important;
}

.tematica .dd-options {
	max-height: 245px;
	overflow: auto;
	border: none;
}

.tematica .dd-option {
	color: #5F5F5F;
	font-weight: bold;
	font-size: 1.2em;
	cursor: pointer;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 6px 19px;
	border-bottom: 1px solid #eee;
}

.tematica .dd-select label {
	color: #5F5F5F;
	font-weight: bold;
	font-size: 1.2em;
	cursor: pointer;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.tematica .dd-option label{
	margin: 0;
	color: #5F5F5F;
}

.tematica .dd-option:focus,
.tematica .dd-option:active,
.tematica .dd-option:hover,
.tematica .dd-option-selected,
.tematica .dd-option:focus label,
.tematica .dd-option:active label,
.tematica .dd-option:hover label,
.tematica .dd-option-selected label {
	color:#fff;
	background: #2B2A2A;
}

/*InfoWindow de Google Maps*/
div.infoWindowWrapper .contentName {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.cajaMapaLateral div.infoWindowWrapper .contentName {
	white-space: normal;
}

div.infoWindowWrapper .contentName,
div.infoWindowOverlayToShow,
div.infoWindowOverlayToShow .infoWindowName{
	font-family: Roboto,Arial,sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #000;
}

div.infoWindowWrapper .contentText,
div.infoWindowOverlayToShow .infoWindowDescription,
div.infoWindowOverlayToShow .infoWindowUrl{
	padding-top:0;
}

div.infoWindowWrapper .cmParagraph{
	display: block;
}

div.infoWindowWrapper .infoWindowUrl{
	white-space: nowrap;
}

div.infoWindowWrapper .infoWindowUrl a{
	display: block;
}

div.infoWindowOverlayToShow .infoWindowUrl span{
	margin-right:0;
}

.cmMap_noComponent {
	height: 60px;
}

.cmMap_searchForm {
	padding: 0 15px 15px 15px;
}
.cmMap_searchForm a:focus,
.cmMap_searchForm select:focus,
.cmMap_searchForm textarea:focus,
.cmMap_searchForm input:focus,
.cmMap_searchForm button:focus{
	outline: 1px dotted #fff;
	outline-offset: 1px;
}
.cmMap_searchForm fieldset {
	border: 1px solid #666;
	font-size: .9em;
	color: #fff;
	margin: 15px 0 0 0;
	padding: 0 10px;
	clear: both;
}

.cmMap_searchForm .marker-items fieldset{
	font-size:1em;
}

.cmMap_searchForm legend {
	font-size: 1em;
	color: #ccc;
	padding: 0 5px;
	margin: 0;
	border: none;
	width: auto;
}

.cmMap_searchForm label {
	margin-bottom: 0;
	padding: 0 0 2px;
	float: left;
	vertical-align: middle;
	color: #fff;
}

.cmMap_searchForm label.first {
	clear: both;
}

.cmMap_searchForm label.fullWidth {
	width: auto;
}

.cmMap_searchForm label input,
.cmMap_searchForm label img {
	vertical-align: middle;
	margin: 0;
}

.cmMap_searchForm .form2Icon,
.cmMap_searchForm .form3Icon {
	padding: 7px 0;
}

.cmMap_searchForm .form2Icon label.odd {
	min-width: 50%;
}

.cmMap_searchForm .form2Icon label.even {
	min-width: 50%;
	clear: both;
}

.cmMap_searchForm .form2Icon label.even:last-child {
	width: auto;
}

.cmMap_searchForm .form2Icon label {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.cmMap_searchForm .form3Icon label {
	width: 33%;
}

.cmMap_searchForm .buttons .btn {
	margin-top: 15px;
}

/*Mapa Lateral*/
.cajaMapaLateral{
	padding: 0;
	overflow: hidden;
	z-index: 5;
	position: relative;
	margin-bottom:20px;
}

.cajaMapaLateral .contentData{
	background-color: #2B2A2A;
}

.cajaMapaLateral .cmMap_searchForm{
	color:#fff;
}

.cajaMapaLateral .infoWindowWrapper {
	max-width: 106px;
}

.cajaMapaLateral .infoWindowUrl {
	white-space: nowrap;
}

.cajaMapaLateral .contentData:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cajaMapaLateral .cmMap_Container, 
.cajaMapaLateral .cmMap_googleMaps {
	position: relative;
	width: 100%;
	height: 320px;
}

.cajaMapaLateral .contentHeader {
	min-height: 45px;
}

.cajaMapaLateral .contentHeader .title {
	background: url('/imagenes/turismocyl/dondesta.png') no-repeat;
	background-position: 0.5em 0.3em;
	font-size: 1.5em;
	background-color: #2B2A2A;
	color: #fff;
	padding: 13px 0 13px 46px;
	margin: 0;
}

.cajaMapaLateral .contentHeader .title a, 
.cajaMapaLateral .contentHeader .title a:hover {
	color: #fff;
	text-decoration:none;
	cursor: default;
}

.cajaMapaLateral .contentData:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cmMap_lightbox .cmMap_searchForm select:focus,
.cmMap_lightbox .cmMap_searchForm textarea:focus,
.cmMap_lightbox .cmMap_searchForm input:focus,
.cmMap_lightbox .cmMap_searchForm button:focus,
.cajaMapaLateral .cmMap_searchForm select:focus,
.cajaMapaLateral .cmMap_searchForm textarea:focus,
.cajaMapaLateral .cmMap_searchForm input:focus,
.cajaMapaLateral .cmMap_searchForm button:focus{
	outline: 1px dotted #fff;
	outline-offset: 1px;
}

.cmMap_lightbox .cmMap_searchForm a:focus,
.cajaMapaLateral .cmMap_searchForm a:focus {
	outline: 1px dotted #fff;
	outline-offset: -2px;
}

.btn.btn-showlist,
.btn.btn-printlist,
.btn.btn-howtoarrive,
.btn.btn-enlargemap {
	color: #000;
	background-color: #ecd0a5;
	font-size: .9em;
	padding: 3px 7px;
	font-weight: bold;
	margin-left: 7px;
	position: relative;
}

html[lang=fr] .btn.btn-showlist,
html[lang=fr] .btn.btn-printlist,
html[lang=fr] .btn.btn-howtoarrive,
html[lang=fr] .btn.btn-enlargemap {
	padding-left: 4px;
	padding-right: 4px;
	margin-left: 5px;
}

.btn.btn-showlist {
	margin-left: 0 !important;
}

.btn.btn-enlargemap {
	padding-right: 26px !important;
}

.btn.btn-enlargemap img {
	position: absolute;
	top: 1px;
	right: 5px;
}

/*Banner Lateral*/

.bannerLateral{
	margin-bottom:20px;
}

/*Previsión Meteorológica*/
.cajaPrevision.ajaxContainer {
	margin-bottom: 20px;
}

.cajaPrevision .ajaxIframe {
	height: 93px;
	margin-bottom: 20px;
	border: none;
	overflow: hidden;
}

body.cajaPrevision {
	overflow: hidden;
}

.cajaPrevision .contentHeader {
	display: none;
}

.cajaPrevision .ampliar {
	text-align: center;
	color: #1a81a7;
}

.meteoToday {
	background-color: #007D91;
}

.meteoToday:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.tempContainer {
	font-family: Roboto,Arial,sans-serif;
	font-weight: 100;
	font-size: 4.3em;
	width:66%;
}

.tempContainer,.tempMax {
	float: left;
}

.tempMax{
	text-align:right;
	color: #ff0;
	width:50%;
}

.tempMin {
	float: left;
	color: #fff;
	width:50%;
	text-align:center;
}

.weatherImageContainer {
	float:left;
	width: 30%;
}

.weatherImageContainer img {
	width: 65px;
	height: 65px;
	margin: 5px;
}

.copyright_meteo {
	text-align: center;
}

/*Caja Planes Estratégicos*/
.cajaPlanesEstrateg{
	background-color:#f7f7f7;
	overflow:hidden;
	z-index: 5;
	position: relative;
	margin-bottom: 20px;
}

.cajaPlanesEstrateg p.cmParagraph {
	margin-bottom: .5em;
}

.cajaPlanesEstrateg .viewAllWrapper{
	text-align: center;
	padding: 10px 0 20px;
	line-height: 32px;
}

.cajaPlanesEstrateg .viewAll{
	float:none;
}

.cajaPlanesEstrateg .viewAll a{
	background:#747474;
	padding: 8px 12px;
	font-size: 1.1em;
	font-weight: bold;
}

.cajaPlanesEstrateg .viewAll a:hover{
	background:#9f9f9f;
}

.cajaPlanesEstrateg .contentHeader{
	border-bottom:1px solid #c9c9c9;
	margin: 8px 15px 0 15px;
}

.cajaPlanesEstrateg .contentHeader .title{
	background:url('/imagenes/turismocyl/planes-estrategicos.png') no-repeat;
	font-size: 1.8em;
	min-height:32px;
	padding: 5px 0 0 45px;
	color:#000;
}

.cajaPlanesEstrateg .contentHeader .title a{
	color:#000;
}

.cajaPlanesEstrateg ul{
	margin:10px 0 0 0;
}
.cajaPlanesEstrateg ul li{
	padding: 0 15px;
}

.cajaPlanesEstrateg .contentName {
	font-weight:bold;
	color:#517398;
	font-size:1.4em;
	padding: 10px 0 0;
}

.cajaPlanesEstrateg .contentName a.cmContentLink {
	color:#517398;
}

.cajaPlanesEstrateg:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*Formulario de contacto lateral*/
.contactFormLateral {
	background: #e9e9e9;
	padding: 15px;
	margin-bottom: 20px;
}

.contactFormLateral .contentHeader{
	margin: 0 0 10px 0;
}

.contactFormLateral .contentHeader .title{
	color:#6f758d;
	padding: 0;
	margin: 0;
	font-size: 1.6em;
}

.contactFormLateral input,
.contactFormLateral textarea,
.contactFormLateral select {
	border: none;
}

.contactFormLateral input::placeholder{
	color: #555;
}

.contactFormLateral button{
	background:#6a6c9f;
}

.contactFormLateral button:hover{
	background: #8a8cbf;
}

/*Agenda lateral contenido*/
.cajaAgendaLateral{
	background-color:#f7f7f7;
	overflow:hidden;
	z-index: 5;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.cajaAgendaLateral .contentHeader{
	border-bottom:1px solid #c9c9c9;
	margin: 8px 15px 0 15px;
}

.cajaAgendaLateral .contentHeader .title{
	background:url('/imagenes/turismocyl/agenda.png') no-repeat;
	font-size: 1.8em;
	min-height:32px;
	padding: 5px 105px 0 45px;
	color:#737373;
}

.cajaAgendaLateral .contentHeader .title a{
	color:#737373;
}

.cajaAgendaLateral .contentHeader .title .titleAgendaDark{
	color:#363636;
}

.cajaAgendaLateral .contentData ul{
	overflow-y: hidden;
	min-height: 130px;
	margin:0;
}
.cajaAgendaLateral .contentData ul li{
	min-height: 130px; 
	width: 290px;
	padding: 0 15px;
	display: block;
	float: left;
	position: relative;
}

.cajaAgendaLateral .cajaContentFecha {
	margin-top: 10px;
	float: none;
	clear: both;
	color: #767676;
}

.cajaAgendaLateral .contentText {
	display: none;
}

.cajaAgendaLateral .cajaContentEstado {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

.cajaAgendaLateral .redesSociales {
	margin-top: 10px;
	float: right;
}

.cajaAgendaLateral .cajaContentFecha:after,
.cajaAgendaLateral .redesSociales:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cajaAgendaLateral .contentName {
	font-weight:bold;
	color:#606060;
	font-size:1.4em;
	padding: 8px 45px 8px 0;
        clear: both;
	margin-top: 46px;
}

.cajaAgendaLateral:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*Pie de página*/
div.footer {
	clear: both;
	z-index:10;
}

.footer a:focus{
	outline: 1px dotted #fff;
	outline-offset: -2px;
}

.footer .menuSocial a:focus{
	outline: 1px dotted #ee0000;
	outline-offset: -2px;
	opacity: .9;
}

.footer .menuValidacion a:focus{
	outline: 1px dotted #ee0000;
	outline-offset: -2px;
	opacity: .9;
}

.footer .menuSiguenos a:focus{
	outline-offset: -1px;
	opacity: .9;
}

.footer .portalLayoutCell {
	vertical-align: bottom;
}

.footer .portalLayoutGrid {
	background-color:#1d1d1d;
}

.login-auth {
	color: #fff;
	background-color:#1d1d1d;
	overflow: hidden;
	margin: 0;
}

.body-dialog {
	padding: 40px 0;
}

.body-dialog .modal-header .close,
.body-dialog .modal-footer .cancel {
	display: none;
}

.oauth {
	padding: 20px;
}

.oauth h2 {
	font-weight: normal;
	color: #767676;
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #aaa;
}

.oauth .conditions {
	height: 125px;
	cursor: default;
}

.oauth .checkbox input {
	margin-left: 0;
}

.authExternalOptions {
	padding: 20px 30px;
	color: #fff;
}

.authInternalOptions {
	padding: 18px 15px 18px 0;
}

.authExternalOptions iframe {
	height: 52px;
	border: none;
}

.authInternalOptions iframe {
	width: 22px;
	height: 32px;
	margin-left: 10px;
	border: none;
}

.userName {
	line-height: 2.2em;
}

a.authInternalLogin {
	color: #999999;
}

a.authInternalLogin:hover {
	color: #fff;
}

.authExternalOptions .linkContainer.userData,
.authExternalOptions .linkContainer.userPwd,
.authExternalOptions .linkContainer.logout {
	float: left;
	margin-right: 5px;
}

.linkContainer a:focus {
	outline: 1px dotted #fff;
	outline-offset: 1px;
}

.itemTitle.menuSocial,
.itemTitle.menuSiguenos,
.itemTitle.menuValidacion{
	float:none;
	display:block;
	color:#fff;
	width: auto;
	height: auto;
	font-size: 1.1em;
	font-weight: bold;
	margin:20px 0 0 0;
	padding: 5px 0;
}

ul.menuSocial,
ul.menuSiguenos,
ul.menuValidacion{
	overflow:hidden;
	margin:0 0 20px 0;
}

ul.menuSocial li,
ul.menuSiguenos li,
ul.menuValidacion li{
	list-style:none;
	float:left;
	margin-right: 8px;
}

ul.menuSocial li{
	width: 26px;
	height:30px;
	padding: 2px 0;
	overflow: hidden;
}

ul.menuSiguenos li{
	width: 30px;
	height:30px;
	overflow: hidden;
}

ul.menuValidacion{
	float: right;
	padding-right: 30px;
}

ul.menuValidacion li{
	width: 80px;
	min-height:15px;
	background-repeat: no-repeat;
}

ul.menuSocial li.lastElement,
ul.menuSiguenos li.lastElement,
ul.menuValidacion li.lastElement{
	margin-right: 0;
}

ul.menuSocial li .cmMenuTitle,
ul.menuSocial a .cmMenuPopupImage,
ul.menuSiguenos li .cmMenuTitle,
ul.menuSiguenos a .cmMenuPopupImage,
ul.menuValidacion li .cmMenuTitle,
ul.menuValidacion a .cmMenuPopupImage{
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

ul.menuLegal{
	white-space: nowrap;
	line-height: 54px;
	margin: 0;
}

ul.menuLegal li{
	padding-right: 15px;
	display: inline;
	float:left;
	color: #999999;
}

ul.menuLegal a{
	color: #999999;
}

ul.menuLegal a:hover{
	color: #fff;
}

.logoPieIzda .imageText{
	margin-bottom:5px;
	padding-right: 15px;
	white-space: nowrap;
}

.logoPieIzda img {
	width: auto;
	height: 54px !important;
}

.logoPieIzda .bannerNameText,
.logoPieIzda .bannerDescrText {
	color: #999999;
	font-weight: normal;
	font-size: 1em;
}

.btn.btn-gray,
.btn.btn-gray:visited {
	background: #4a4a4a;
	color: #fff;
	text-shadow: 0 1px 0 #333;
	font-size: 12px;
	font-weight: bold;
}

.btn.btn-gray:focus,
.btn.btn-gray:active,
.btn.btn-gray:hover {
	background: #5a5a5a;
	color: #fff;
}

.btn.btn-gray:focus {
	outline: 1px dotted;
	outline-offset: 0;
}

.btn.btn-intranet,
.btn.btn-intranet:visited {
	font-weight: bold;
	border-radius: 0;
	text-shadow: none;
}

.btn.btn-intranet:focus,
.btn.btn-intranet:active,
.btn.btn-intranet:hover {
	-webkit-transition: background 0.15s linear;
	-moz-transition: background 0.15s linear;
	transition: background 0.15s linear;
}

.btn.btn-intranet+.dropdown-menu {
	border-radius: 0;
	margin-top: 0;
}

.btn.btn-intranet+.dropdown-menu>li>a {
	font-size: 13px;
}

.btn.btn-blue,
.btn.btn-blue:visited {
	background: #5c8bc1;
	color: #fff;
}

.btn.btn-blue:focus,
.btn.btn-blue:active,
.btn.btn-blue:hover {
	background: #3c6ba1;
	color: #fff;
}

.btn.btn-blue:focus {
	outline: 1px solid #ee0000;
	outline-offset: 0;
}

.btn.btn-blue+.dropdown-menu>li>a:focus,
.btn.btn-blue+.dropdown-menu>li>a:active,
.btn.btn-blue+.dropdown-menu>li>a:hover {
	background: #3c6ba1;
	color: #fff;
}

.btn.btn-dark-gray,
.btn.btn-dark-gray:visited {
	background: #727085;
	color: #fff;
}

.btn.btn-dark-gray:focus,
.btn.btn-dark-gray:active,
.btn.btn-dark-gray:hover {
	background: #525065;
	color: #fff;
}

.btn.btn-dark-gray:focus {
	outline: 1px solid #ee0000;
	outline-offset: 0;
}

.btn.btn-red,
.btn.btn-red:visited {
	background: #ee0000;
	color: #fff;
}

.btn.btn-red:focus,
.btn.btn-red:active,
.btn.btn-red:hover {
	background: #cc0000;
	color: #fff;
}

.btn.btn-red:focus {
	outline: 1px solid #000;
	outline-offset: 0;
}

.btn.btn-square {
	padding: 4px 8px;
}

/* AddThis */
.AddThis{
	padding:15px 0 0 0;
	float:right;
}

.AddThis a{
	color:#fff;
}

.AddThis a:focus{
	outline: 1px dotted;
}

.AddThis .fa.fa-share-square-o.fa-lg {
	width: 1.167em;
	overflow: hidden;
	height: 1.167em;
	font-size: 18px;
	margin: -4px 5px 0 0;
	line-height: 1em;
}

.addContentToItinerary,
.removeContentFromItinerary {
	position: relative;
	display: block;
	width: auto !important;
	text-indent: 0 !important;
	overflow: visible !important;
}

.addContentToItinerary {
	color: #666;
}

.addContentToItinerary:focus,
.addContentToItinerary:active,
.addContentToItinerary:hover {
	color: #444;
	text-decoration: none !important;
}

.removeContentFromItinerary {
	color: #A18230;
}

.removeContentFromItinerary:focus,
.removeContentFromItinerary:active,
.removeContentFromItinerary:hover {
	color: #816210;
	text-decoration: none !important;
}

.form-control {
	min-height: 31px;
}

.form-group-lg .form-control-static,
.form-group-lg label {
	font-size: 15px;
	padding-top: 8px !important;
}

.nav-intranet.nav-tabs>li>a {
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	background: #a6a6a6;
	border: none;
}

.nav-intranet.nav-tabs>li>a:focus,
.nav-intranet.nav-tabs>li>a:active,
.nav-intranet.nav-tabs>li>a:hover {
	background: #5c8bc1;
	-webkit-transition: background 0.15s linear;
	-moz-transition: background 0.15s linear;
	transition: background 0.15s linear;
}

.nav-intranet.nav-tabs>li.active>a,
.nav-intranet.nav-tabs>li.active>a:focus,
.nav-intranet.nav-tabs>li.active>a:active,
.nav-intranet.nav-tabs>li.active>a:hover {
	border: none;
	background: #5c8bc1;
	color: #fff;
}

.nav-intranet.nav-tabs>li>a:focus,
.nav-intranet.nav-tabs>li.active>a:focus {
	outline: 1px solid #ee0000;
}

#itineraryCounter {
	background: #e70000;
	color: #fff;
	border-radius: 3px;
	padding: 1px 3px;
	line-height: 1.2em;
	font-size: .8em;
	position: absolute;
	display: block;
	width: auto;
	text-align: center;
	letter-spacing: 0;
	text-indent: 0;
	top: 8px;
	left: 9px;
}

.removeContentFromItinerary .icon,
.addContentToItinerary .icon {
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	float:left;
}

.removeContentFromItinerary .icon {
	margin-right: 8px;
	background-image: url('/imagenes/turismocyl/book_remove.png');
}

.addContentToItinerary .icon {
	margin-right: 4px;
	background-image: url('/imagenes/turismocyl/book_add.png');
}

.itineraryTitle h2,
.itineraryTitle select {
	font-size: 2.5em;
	margin-bottom: 1em;
	border: 1px solid #fff;
	min-height: 37px;
	max-width: 445px;
}

.itineraryTitle select:focus,
.itineraryTitle select:active,
.itineraryTitle select:hover {
	border: 1px solid #ccc;
}

.reading-list {
	margin-bottom: 20px;
}

.reading-list.shared .itineraryTitle {
	margin-bottom: 1em;
}

.reading-list.shared .itineraryTitle h2 {
	height: auto;
	margin: 0;
	max-width: 100%;
	border: none;
}

.itineraryNotesInfo {
	padding: 0 15px;
}

.itineraryNotesInfo span {
	line-height: 37px;
	color: #5c8bc1;
}

.itineraryNotes {
	border: none;
	background: transparent;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.nav-intranet {
	margin-left: 0;
}

.tab-intranet {
	margin-top: 2em;
}

.tab-intranet .tabSearchMap {
	background-color: #f5f5f5;
}

.tab-intranet .cmMap_Container,
.tab-intranet .cmMap_googleMaps {
	height: 400px;
	margin-bottom: 10px;
}

.tab-intranet .itineraryNotesInfo {
	display: inline;
	padding: 0 5px;
}

.tab-intranet .itineraryNotesInfo span {
	line-height: 1;
}

.user-resources {
	margin-bottom: 20px;
}

.panel-content-list {
	width: 310px;
}

.panel-content-html {
	width: 650px;
	padding: 20px;
	border: 10px solid #f5f5f5;
}

.content-list-active {
	background: #f5f5f5;
}

.panel-content-list .table>thead>tr>th,
.panel-content-list .table>tbody>tr>th,
.panel-content-list .table>tfoot>tr>th,
.panel-content-list .table>thead>tr>td,
.panel-content-list .table>tbody>tr>td,
.panel-content-list .table>tfoot>tr>td {
	border-top: none;
	border-bottom: 1px solid #ddd;
}

td.cell-content-name {
	padding: 0 !important;
}

td.cell-content-name .title {
	padding: 5px 5px 5px 10px;
}

.alert-text {
	padding-left: 24px;
}

#list-contents .title {
	margin-top: .5em;
	font-size: 1.6em;
	display: block;
	border-bottom: 1px solid #888;
}

#list-management .title {
	font-size: 1.1em;
	cursor: pointer;
	font-weight: bold;
}

.valign-top {
	vertical-align: top !important;
}

.valign-middle {
	vertical-align: middle !important;
}

.table-content .itineraryNotes {
	padding: 2px 0 0 0;
}

/* Anchos de las celdas de los listados de contenido */
.table-content .cell-place-holder    { width: 1%; }
.table-content .cell-content-name    { width: 95%; }
.table-content .cell-content-options { width: 4%; }

.table-content .cell-place-holder {
	padding: 0 !important;
	line-height: 0 !important;
	position: relative;
	empty-cells: show;
}

.table-content .place-holder-style {
	visibility: visible !important;
	background-color: #ffeb8f;
	display: table-row;
	min-height: 38px;
}

.table-content .place-holder-style td {
	width:0;
	overflow:hidden;
	display: table-cell;
	font-size: 0;
}

.table-content .place-holder {
	display: inline-block;
	visibility: hidden;
	position: absolute;
	width: 5px;
	margin: 1px;
	height: 100%;
	background: url('/imagenes/contents/placeholder.png') repeat-y;
	top: 0;
	bottom: 0;
}

.table-content tr:hover .place-holder,
.table-content tr.ui-sortable-helper .place-holder {
	visibility: visible;
	cursor: move;
}

/* Fotografías de otros turistas */
.cmJustifiedGallery>a,
.cmJustifiedGallery>div,
.cmJustifiedGallery>a>img,
.cmJustifiedGallery>div>img {
	opacity: 0;
}

.cmJustifiedGallery>a:active,
.cmJustifiedGallery>a:focus {
	outline: 1px dotted #ee0000;
	outline-offset: 1px;
	opacity: .8;
}

.justified-gallery>a>.caption,
.justified-gallery>div>.caption {
	padding: 7px;
}

.justified-gallery>a .description {
	padding: 2px 4px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.justified-gallery>a .options {
	color: #aaa;
	border: 1px solid transparent;
	display: block;
	float: right;
	padding: 1px 4px;
	border-radius: 4px;
	white-space: nowrap;
}

.justified-gallery>a .options:hover {
	color: #ccc;
	border: 1px solid #ccc;
}

.justified-gallery>a .fa-spinner {
	color:#fff;
}

.justified-gallery>a .content {
	color:#fff;
	position: relative;
	padding: 4px 6px;
	text-shadow: 1px 1px 1px #000;
	line-height: 1.2em;
}

.justified-gallery>a .user {
	color:#fff;
	position: relative;
	padding: 0 6px;
	text-shadow: 1px 1px 1px #000;
	line-height: 1em;
	font-size: .9em;
}

.justified-gallery>a .stars+.description {
	padding-right: 85px;
}

.justified-gallery>a:hover {
	text-decoration: none;
}

.justified-gallery>a:hover .user,
.justified-gallery>a:hover .content {
	display: block;
	text-decoration: none;
}

.justified-gallery>a .user:hover {
	cursor: help;
}

.justified-gallery>a .content:hover {
	text-decoration: underline;
}

.userResourceNotes {
	border: none;
	background: transparent;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	white-space: pre;
	word-wrap: break-word;
	display: block;
}

/* Stars */
.stars {
	position: static !important;
	display: block;
}

.star {
	display: block;
}

.rateit {
	display: block !important;
	text-align: right;
}

.rateit-range {
	position: absolute !important;
	display: block;
	cursor: pointer;
	bottom: 8px;
	right: 6px;
}

.votes-wrapper {
	position: absolute !important;
	display: block;
	bottom: 100%;
	right: 0;
	text-shadow: 1px 1px 1px #000;
	font-size: .9em;
	padding: 6px;
}

.votes {
	float: left;
	margin-top: 5px;
	padding: 1px 8px 1px 0;
	display: block;
}

.hint {
	background-color: #000;
	opacity: .9;
	color: #fff;
	border-radius: 3px;
	float: left;
	margin-top: 5px;
	padding: 1px 4px;
	min-width: 38px;
	text-align: right;
	display: block;
}

.help {
	cursor: help;
}

/* Grupos de 2 botones */
.btn-group-2 {
	width: 70px;
}
.btn-group-2-xs {
	width: 34px;
}
.btn-group-2-sm {
	width: 58px;
}
.btn-group-2-lg {
	width: 84px;
}

/* Grupos de 3 botones */
.btn-group-3 {
	width: 110px;
}
.btn-group-3-xs {
	width: 68px;
}

/* Grupos de 4 botones */
.btn-group-4 {
	width: 136px;
}
.btn-group-4-xs {
	width: 102px;
}

/* Grupos de 5 botones */
.btn-group-5 {
	width: 170px;
}
.btn-group-5-xs {
	width: 156px;
}

/* Grupos de 6 botones */
.btn-group-6 {
	width: 204px;
}
.btn-group-6-xs {
	width: 190px;
}

/* Sombra para las cajas */
.shadowT {
	position: absolute;
	top: 0;
	left: 10px;
	right: 10px;
	height: 10px;
	background: url('/imagenes/sombra/bg_shadow_t.png') repeat-x;
}

.shadowTL {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url('/imagenes/sombra/bg_shadow_tl.png') no-repeat;
}

.shadowTR {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url('/imagenes/sombra/bg_shadow_tr.png') no-repeat;
}

.shadowL {
	position: absolute;
	top: 10px;
	left: 0;
	bottom: 10px;
	width: 10px;
	background: url('/imagenes/sombra/bg_shadow_l.png') repeat-y;
}

.shadowR {
	position: absolute;
	top: 10px;
	right: 0;
	bottom: 10px;
	width: 10px;
	background: url('/imagenes/sombra/bg_shadow_r.png') repeat-y;
}

.shadowBL {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: url('/imagenes/sombra/bg_shadow_bl.png') no-repeat;
}

.shadowB {
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	height: 10px;
	background: url('/imagenes/sombra/bg_shadow_b.png') repeat-x;
}

.shadowBR {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;
	background: url('/imagenes/sombra/bg_shadow_br.png') no-repeat;
}

.size-16em {
	font-size: 1.6em;
}

.size-14em {
	font-size: 1.4em;
}

.size-12em {
	font-size: 1.2em;
}

.size-16em li,
.size-14em li,
.size-12em li {
	margin-bottom: 6px;
}

/* bootstrap */
.checkbox input,
.radio input {
	margin-top: 1px;
}

/* bootstrap dialogs */
.modal-content {
	border-radius: 0;
}

.modal-header {
	padding: 12px;
	background: #444;
}

.modal-header h1.modal-title, 
.modal-header h2.modal-title, 
.modal-header h3.modal-title,
.modal-header h4.modal-title {
	color: #fff;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
}
.modal-header .glyphicon {
	top: 2px;
}

.modal-header .close {
	color: #fff;
	opacity: .6;
}

.modal-header .close:hover,
.modal-header .close:active,
.modal-header .close:focus {
	opacity: 1;
}

.modal-header .close:focus {
	outline: 1px dotted;
}

.modal-header .close span {
	font-size: 1.6em;
}

.modal-footer {
	background: #eee;
}

#waitingModal .progress {
	margin: 10px 0;
}

/* bootstrap btn-primary */
.btn-primary {
  background-image: -webkit-linear-gradient(top, #457ee8 0%, #1a5cd5 100%);
  background-image: -o-linear-gradient(top, #457ee8 0%, #1a5cd5 100%);
  background-image: linear-gradient(to bottom, #457ee8 0%, #1a5cd5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff457ee8', endColorstr='#ff1a5cd5', GradientType=0);
  border-color: #1958cc;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #1a5cd5;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #1a5cd5;
  border-color: #1958cc;
}
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #1a5cd5;
}
.btn-primary {
  background-color: #457ee8;
  border-color: #2e6ee5;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #1c60de;
  border-color: #1852bf;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #457ee8;
  border-color: #2e6ee5;
}
.btn-primary .badge {
  color: #457ee8;
}

/* bootstrap btn-corporate */
.btn-corporate {
  background-image: -webkit-linear-gradient(top, #727085 0%, #525065 100%);
  background-image: -o-linear-gradient(top, #727085 0%, #525065 100%);
  background-image: linear-gradient(to bottom, #727085 0%, #525065 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff727085', endColorstr='#ff525065', GradientType=0);
  color: #fff;
  border-color: #706e83;
}
.btn-corporate:hover,
.btn-corporate:focus {
  color: #fff;
  background-color: #626075;
}
.btn-corporate:active,
.btn-corporate.active {
  color: #fff;
  background-color: #626075;
  border-color: #706e83;
}
.btn-corporate:disabled,
.btn-corporate[disabled] {
  background-color: #626075;
}
.btn-corporate {
  background-color: #727085;
  border-color: #706e83;
}
.btn-corporate:hover,
.btn-corporate:focus,
.btn-corporate:active,
.btn-corporate.active,
.open > .dropdown-toggle.btn-corporate {
  background-image: none;
  background-color: #626075;
  border-color: #706e83;
}
.btn-corporate.disabled,
.btn-corporate[disabled],
fieldset[disabled] .btn-corporate,
.btn-corporate.disabled:hover,
.btn-corporate[disabled]:hover,
fieldset[disabled] .btn-corporate:hover,
.btn-corporate.disabled:focus,
.btn-corporate[disabled]:focus,
fieldset[disabled] .btn-corporate:focus,
.btn-corporate.disabled:active,
.btn-corporate[disabled]:active,
fieldset[disabled] .btn-corporate:active,
.btn-corporate.disabled.active,
.btn-corporate[disabled].active,
fieldset[disabled] .btn-corporate.active {
  background-color: #727085;
  border-color: #706e83;
}
.btn-corporate .badge {
  background-color: #fff;
  color: #727085;
}

/* bootstrap btn-link */
.btn-link {
  color: #457ee8;
}
.btn-link:hover,
.btn-link:focus {
  color: #1956c8;
}
.btn-link:focus {
  outline: 2px solid #ee0000;
}

/* bootstrap pagination */
.pagination > li > a,
.pagination > li > span {
  color: #457ee8;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #1956c8;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #457ee8;
  border-color: #457ee8;
}

/* btn-facebook */
.btn-facebook {
  background-color: #325d9a;
  border-color: #224d8a;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 2.1;
  font-size: 18px;
}
.btn-facebook img {
  margin-left: -5px;
}
.btn-facebook:hover,
.btn-facebook:focus {
  color: #fff;
  background-color: #224d8a;
}
.btn-facebook:focus {
  outline: 1px dotted #000;
  outline-offset: 1px;
}
.btn-facebook:active,
.btn-facebook.active {
  color: #fff;
  background-color: #224d8a;
  border-color: #224d8a;
}
.btn-facebook:disabled,
.btn-facebook[disabled] {
  color: #fff;
  background-color: #555555;
  background-image: none;
}

/* btn-twitter */
.btn-twitter {
  background-color: #0096df;
  border-color: #01a2df;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  line-height: 2.1;
  font-size: 18px;
}
.btn-twitter img {
  margin-left: -5px;
}
.btn-twitter:hover,
.btn-twitter:focus {
  color: #fff;
  background-color: #0086cf;
}
.btn-twitter:focus {
  outline: 1px dotted #000;
  outline-offset: 1px;
}
.btn-twitter:active,
.btn-twitter.active {
  color: #fff;
  background-color: #01b2ef;
  border-color: #01a2df;
}
.btn-twitter:disabled,
.btn-twitter[disabled] {
  color: #fff;
  background-color: #555555;
  background-image: none;
}

/* jquery.ui.search */
.ui-widget-content {
	color: #7C7C7C !important;
	border: 1px solid #ccc !important;
	background: #fff !important;
}

.cmMap_lightbox .ui-widget-content,
.ui-widget-content .ui-state-focus {
	color: #131313 !important;
}

.formBuscador label.checkGroup{
	width: 50%;
	float:left;
	margin: 5px 0;
	padding: 0 10px;
}

.formBuscador label.checkHorarios{
	margin: 10px 0;
	padding: 0 10px;
	float:left;
	clear:both;
}

.formBuscador .construcMonumento,
.formBuscador .tipoMuseo,
.formBuscador .clasificacionRecurso,
.formBuscador .clasifInfoTuristica{
	clear:both;
	display: none;
}

#buscadorHorariosTarifas h4.refinarBusqueda{
	display: none;
}

#buscadorHorariosTarifas{
	text-align:left;
}

#buscadorHorariosTarifas .formButtons{
	text-align:center;
}

.formBuscador #buscadorHorariosTarifas h4{
	font-size: 1.2em;
	font-weight: bold;
	clear: both;
	margin: 0;
	padding: 15px 0 10px 0;
}

.formBuscador #buscadorHorariosTarifas h5{
	font-size: 1.1em;
	font-weight: bold;
	clear: both;
	padding: 15px 0 10px 0;
}

.formBuscador .construcMonumento label{
	width: 50%;
	float:left;
	margin: 5px 0;
	padding: 0 10px;
}

.formBuscador .tipoMuseo label{
	width: 50%;
	float:left;
	margin: 5px 0;
	padding: 0 10px;
}

.formBuscador .clasificacionRecurso label{
	width: 50%;
	float:left;
	margin: 5px 0;
	padding: 0 10px;
}

.formBuscador .clasifInfoTuristica label{
	width: 50%;
	float:left;
	margin: 5px 0;
	padding: 0 10px;
}

#buscadorHorariosTarifas .clasifInfoTuristica .oficinaTurismo{
	display:none;
}

.formDescargaHorarios{
	margin: 20px 0;
}

.formDescargaHorarios .resources{
	display:none;
	margin-top: 10px;
	padding: 0 10px;
}

.formDescargaHorarios #town_proxia_mapTown{
	display:none;
}

.formDescargaHorarios .selectTown,
.formDescargaHorarios .selectProvince{
	font-size:1.4em;
	font-weight: bold;
	margin: 30px 0;
}

.formDescargaHorarios .selectTown a,
.formDescargaHorarios .selectProvince a{
	background-color: #4e576e;
	border: none;
	padding: 6px 10px;
	border-radius: 5px;
	color: #fff;
	font-weight:normal;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
	float: right;
	margin-right: 165px;
	margin-top: -5px;
}

.formDescargaHorarios .selectTown a:hover,
.formDescargaHorarios .selectProvince a:hover{
	background-color: #3e475e;
	text-decoration: none;
}
	
.formDescargaHorarios .selectTown a:hover, 
.formDescargaHorarios .selectTown a:focus,
.formDescargaHorarios .selectProvince a:hover, 
.formDescargaHorarios .selectProvince a:focus {
	text-decoration: none;
}

.formDescargaHorarios .selectTown .fa,
.formDescargaHorarios .selectProvince .fa{
	color: #FF0301;
}

.formDescargaHorarios #state {
	margin-bottom: 0;
}

.btVolver a{
	border-radius: 0;
	background: #727085;
	padding: 8px 14px;
	font-size: 1.4em;
	line-height: 1.33;
	height: auto;
	color: #fff;
	border: none;
	float:right;
	font-weight:bold;
	-webkit-transition: background 0.15s linear;
	-moz-transition: background 0.15s linear;
	transition: background 0.15s linear;
	margin-bottom: 20px;
}

.btVolver a span{
	font-size: 0.8em;
	font-weight:normal;

}

.btVolver a:focus, 
.btVolver a:active,
.btVolver a:hover{
	background: #525065;
	text-decoration:none;
}

.btSolicitud{
	margin: 20px 0;
}

.btSolicitud a{
	background-color: #4e576e;
	border: none;
	padding: 8px 14px;
	border-radius: 5px;
	color: #fff;
	font-size: 1.2em;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
	float:right;
}
/* Custom zoom control */
.control-zoom{
	padding-top: 15px;
}

#control-zoom-in, #control-zoom-out{
	display: block;
	height: 32px;
    width: 32px;
    cursor: pointer;
	background-color: #fff;
	box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
	font-size: 20px;
	padding: 0px 0 0 8px;
	text-decoration: none;
	color: #000;
	margin: 0 15px 3px 0;
    text-align: left;
}

/* Custom type control */
.control-type{
    margin: 15px 0 0 15px;
}
.control-type #button-type{
    margin-left: 0;
    background-color: #fff;
    border: 0;
    padding: 0 15px;
    height: 32px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
.control-type .dropdown-menu{
    margin-top: 0;
    padding: 6px;
    border-radius: 0;
}
 
.control-type .dropdown-menu button{
    margin-left: 0;
    background: 0;
    border: 0;
    font-size: 16px;
    text-align: left;
    white-space: nowrap;
    outline: none;
}
.control-type .dropdown-menu button .fa{
    border: 2px solid #000;
    margin-right: 6px;
    min-width: 20px;
    min-height: 20px;
    vertical-align: text-bottom;
}
.control-type .dropdown-menu button:not(.active) .fa:before{
    content: '';
}
.control-type .dropdown-menu button:hover .type{
    text-decoration: underline;
}

.btSolicitud a:focus, 
.btSolicitud a:active,
.btSolicitud a:hover{
	background: #3e475e;
	text-decoration:none;
}

.solicitudAlta{
	margin: 20px 0;
	font-size: 1.2em;
}

/* Listado de contenidos en modo mapa web */
/* Contenidos Nivel 1 */
div.cmBodyContentChildrens > ul.cmWebMapLevel1 li.cmWebMapLevel1 {
	padding: 0;
	margin: 1.5em 0 0 0;
	list-style-type: none;
	width: 98%;
	display: block;
	float: left;
}

.cmBodyContentChildrens > ul.cmWebMapLevel1 li.cmWebMapLevel1 a.cmWebMapLevel1,
.cmBodyContentChildrens > ul.cmWebMapLevel1 li.cmWebMapLevel1 span.cmWebMapLevel1 {
	background-color: #e8e8e8;
	color: #666;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

div.cmBodyContentChildrens > ul.cmWebMapLevel1 li.cmWebMapLevel1 span.cmWebMapLevel1,
div.cmBodyContentChildrens > ul.cmWebMapLevel1 li.cmWebMapLevel1 a.cmWebMapLevel1:link,
div.cmBodyContentChildrens > ul.cmWebMapLevel1 li.cmWebMapLevel1 a.cmWebMapLevel1:visited {
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	padding: .5em .6em .3em .6em;
	display: block;
	float: left;
	color: #666;
}

div.cmBodyContentChildrens > ul.cmWebMapLevel1 li.cmWebMapLevel1 .cmWebMapLevel1Header:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.cmBodyContentChildrens > ul.cmWebMapLevel1 li.cmWebMapLevel1 .cmWebMapLevel1Header {
	min-height: 0;
	height: auto !important;
	height: 1%;
	border-bottom: 1px solid #e8e8e8;
}

/* Contenidos Nivel 2 */
div.cmBodyContentChildrens > ul.cmWebMapLevel1 ul.cmWebMapLevel2 {
	padding: 0.5em 1em 1.5em 0;
	margin: 0;
	list-style-type: none;
	background: #fff;
	clear: both;
}

div.cmBodyContentChildrens > ul.cmWebMapLevel1 li.cmWebMapLevel2 {
	padding: 1.3em 1.3em 1.3em 2.2em;
	margin: 0.6em 0;
	background: url('/imagenes/turismocyl/bullet3.png') no-repeat 7px 18px;
}

div.cmBodyContentChildrens > ul.cmWebMapLevel1 li.cmWebMapLevel2 span.cmWebMapLevel2 {
	color: #000;
	font-size: 1.1em;
}

div.cmBodyContentChildrens > ul.cmWebMapLevel1 li.cmWebMapLevel2 a.cmWebMapLevel2:link,
div.cmBodyContentChildrens > ul.cmWebMapLevel1 li.cmWebMapLevel2 a.cmWebMapLevel2:visited {
	padding: 0 1em .6em 0;
	font-size: 1.5em;
	color: #000;
	font-weight: normal;
	display:block;
}

.jump-to-content {
	margin: 0;
	position: absolute;
	display: inline-block;
}

.jump-to-content a {
	z-index: 0;
	position: relative;
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
}

.jump-to-content a:active,
.jump-to-content a:focus {
	background-color: #ff9;
	font-size: 14px;
	text-indent: 0;
	z-index: 105;
	padding: 2px 6px;
	text-indent: 0;
	overflow: visible;
}

.cursorNotAllowed{
	cursor: not-allowed;
}

/*Clausula proteccion de datos al registrarse*/
.autorizaLoginData {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 165px;
}

p.tituloAutoriza {
    font-size: 1.2em;
    font-weight: bold;
}

p.textoAutoriza2 {
    font-style: italic;
    font-weight: bold;
}

input.checkAutoriza {
    margin-right: 5px;
    vertical-align: sub;
}

/*Social Feed*/
.socialFeed-icons{
    text-align: right;
    padding: 8px 15px;
    font-size: 16px;
}

.socialFeed-icons > a{
    color: #fff;
    text-decoration: none;
    margin-left: 6px;
}

.socialFeed-icons > a:hover{
    color: #c8c8c8;
}

.slElegirOtras .dd-selected:focus,
.slElegirOtras .dd-option:focus {
    outline: 2px dotted #fff;
}

.turismo-accesible a.cmContentImageLink:focus, 
.turismo-accesible a.cmZoomedImageLink:focus{
	outline: 2px dotted #ee0000;
}

.embeddedContentSuperGallery .controls > .control a:focus{
	outline: 1px dotted #fff;
}

/* Aviso de Cookies */
.cookieNotice .btn + .btn {
	margin-top: 15px;
}

.modelEstacionDeEsqui table caption{
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
}

.results .content-name{
	display: block;
	padding: 0.1em .5em .3em 0;
    font-size: 1.6em;
    font-weight: normal;
}

.results .content-name a.cmContentLink{
    color: #000;
}

.separator:not(:first-child):before {
    content: '/';
    margin-right: 3px;
}

.item .fa{
	margin-right: 3px;
}

.item .phones:not(:last-child):after{
	content: ',';
}

.hide-title .titleSearch,
.hide-title .cmContentSearcherHeader,
.hide-title .cmThemeListHeader,
.hide-title .cmRelatedContentsHeader,
.hide-title .cmResourceListHeader,
.hide-title .contentHeader,
.hide-title .cmCalendarTitle,
.hide-content-image .contentImage,
.hide-content-wrapper .contentWrapper,
.hide-content-name .contentName,
.hide-content-date .contentDate,
.hide-content-abstract .contentAbstract,
.hide-content .cmBodyAbstractContent,
.hide-content .cmAbstractBodyContent,
.hide-subcontents .contentData ul,
.hide-image-footer .cmEmbedImageFooter,
.hide-popup-icon .cmPopupIcon {
	display: none !important;
}
