

ul.simple-pagination {
	list-style: none;
}

.simple-pagination {
	display: inline-block;
	overflow: hidden;
	padding: 0 5px 5px 0;
	margin: 0;
}

.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
span.ellipse.clickable {
	cursor: pointer;
}

.ellipse input {
	width: 3em;
}

/*------------------------------------*\
	Compact Theme Styles
\*------------------------------------*/
.compact-theme span {
	cursor:pointer;
}
 
.compact-theme a, .compact-theme span {
	float: left;
	color: #333;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #AAA;
	border-left: none;
	min-width: 14px;
	padding: 0 7px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

.compact-theme a:hover, .compact-theme li:not(.disabled):not(.active) span:hover {
	text-decoration: none;
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* IE10+ */
	background: linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* W3C */
}

.compact-theme li:first-child a, .compact-theme li:first-child span {
	border-left: 1px solid #AAA;
	border-radius: 3px 0 0 3px;
}

.compact-theme li:last-child a, .compact-theme li:last-child span {
	border-radius: 0 3px 3px 0;
}

.compact-theme .current {
	background: #bbbbbb; /* Old browsers */
	background: -moz-linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbbbbb), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* W3C */
	cursor: default;
}

.compact-theme .ellipse {
	background: #EAEAEA;
	padding: 0 10px;
	cursor: default;
}

/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/
.light-theme span {
	cursor:pointer;
}

.light-theme a, .light-theme span {
	float: left;
	color: #55565A;
	font-size:12px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 0;
	width: 24px;
	height: 24px;
	padding: 0 7px;
	margin: 0 39px 0 0;
	border-radius: 3px;
	box-shadow: none;
	font-family: "klavika-medium";
}

.paginacion_movil.light-theme a, .paginacion_movil.light-theme span {
	margin: 20px 20px 0 0;
}


.light-theme a:hover, .light-theme li:not(.disabled):not(.active) span:hover {
	text-decoration: none;
	background: #FCFCFC;
}

.light-theme .active .current {
	background: transparent;
	color: #EF4A23;
	box-shadow: none;
	cursor: default;
	border:1px solid #EF4A23;
	border-radius: 0;
	font-family: "klavika-medium";
}

.light-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}

.paginacion .page-link:hover {
    z-index: 2;
    color: #EF4A23;
    text-decoration: none;
    background-color: #ffffff;
    border-color: #ffffff;
}
.paginacion .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none;
}
.paginacion .img_prev,.paginacion_movil .img_prev{
	background-image:url("../js/prev.svg");
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	margin-top: 5px;
}
.paginacion .img_next,.paginacion_movil .img_next{
	background-image:url("../js/next.svg");
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	margin-top: 5px;
}
.paginacion.pt30{padding-top: 30px;}
/*------------------------------------*\
	Dark Theme Styles
\*------------------------------------*/
.dark-theme span {
	cursor:pointer;
}

.dark-theme a, .dark-theme span {
	float: left;
	color: #CCC;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #222;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background: #555; /* Old browsers */
	background: -moz-linear-gradient(top, #555 0%, #333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555), color-stop(100%,#333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #555 0%,#333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #555 0%,#333 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #555 0%,#333 100%); /* IE10+ */
	background: linear-gradient(top, #555 0%,#333 100%); /* W3C */
}

.dark-theme a:hover, .dark-theme li:not(.disabled):not(.active) span:hover {
	text-decoration: none;
	background: #444;
}

.dark-theme .current {
	background: #222;
	color: #FFF;
	border-color: #000;
	box-shadow: 0 1px 0 rgba(255,255,255,0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	cursor: default;
}

.dark-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}

.slider_noticias label.tipo_noticia, .slider_noticias_movil label.tipo_noticia{
	font-family: "klavika-medium-italik";
	font-size: 12px;
	color: #EF4A23;
	letter-spacing: 0.55px;
	line-height: 18px;
	display: block;
	text-transform: uppercase;
	margin-bottom: 0;
}

.slider_noticias label.fecha_lugar_noticia, .slider_noticias_movil label.fecha_lugar_noticia{
	font-family: "klavika";
	font-size: 12px;
	color: #55565A;
	letter-spacing: 0.55px;
	line-height: 18px;
	font-style: italic;
	display: block;
	margin-bottom: 0;
}

.slider_noticias label.titulo_noticia, .slider_noticias_movil label.titulo_noticia{
	font-family: "Biotif-bold";
	font-size: 15px;
	color: #55565A;
	letter-spacing: 0;
	text-align: left;
	line-height: 18px;
	padding: 5px 0;
	margin-bottom: 0;
    max-height: 41px;       /* height is 2x line-height, so two lines will display */
    overflow: hidden;  
}

.slider_noticias a, .slider_noticias_movil a{
	display: block;
}

.slick-initialized .slick-slide:focus {
	outline: none;
}

#noticias .row.fila {
    margin-top: 4px !important;
}
@media (max-width: 500px) {
	 #noticias .row.fila .la-noticia {
             margin-top: 0px !important; 
             margin-bottom: 0px;
        }

       .slider_noticias label.titulo_noticia, .slider_noticias_movil label.titulo_noticia {
			
			padding: 5px 0 20px;
			
		}

		.barrita{
				display: block;
				width: 100%;
				margin-top: 0;
				margin-bottom: 22px;
		}

}