.prensa-noticia-fecha > .chip{
	margin-left:5px;
	height:24px;
	line-height:24px;
	padding:0 6px;
}

.prensa-noticia-fecha > .chip > i{
	margin-right:6px;
	height:24px;
	line-height:24px;
}

.evento-completo-imagenes .owl-carousel{
	padding: 0 50px;
}

.evento-completo-imagenes .owl-carousel.owl-theme .owl-nav {
  margin-left: -50px;
  margin-right: -50px;
  z-index: -1;
  top:50%;
  margin-top:-22px;
  position: absolute;
  width: 100%;
  margin-top: 21px;
}

.evento-completo-imagenes .owl-carousel.owl-theme .owl-nav .owl-prev{
	float:left !important;
}
.evento-completo-imagenes .owl-carousel.owl-theme .owl-nav .owl-next{
	float:right !important;
}

.directorio-box{
    position: relative;
    overflow: hidden;
    padding: 20px 15px 8px 85px;
    height:auto;
    background-color: #f6f6f6;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
    border-style: solid;
    border-width: 0.5px;
    border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
    border-image-slice: 1;
    margin-bottom: 24px;
}

.directorio-box-img {
    position: absolute;
    left:15px;
    top: 20px;
    width:55px;
    height:55px;
    overflow: hidden;
}

.directorio-box-img img {
    width:55px;
    height: auto;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
}

.directorio-box-title{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	line-height:24px;
	height:24px;
	font-size: 18px;
	margin-bottom:3px;
}

.directorio-box-desc{
	height:57px;
	line-height:19px;
	overflow:hidden;
	margin-bottom: 10px;
	font-weight:300;
	font-size: 14px;
	white-space: pre-line;
}
.directorio-box-info{
	line-height:20px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	height:auto;
	margin-bottom:15px;
	font-size: 14px;
}

.directorio-box-links{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	height:40px;height:36px;
}

.directorio-box-links a{
	line-height:40px;line-height:36px;
	padding:0 9px;padding:0 4px;
	display:inline-block;
	font-size: 14px;font-size: 13px;
}

.directorio-box-links a:hover{
	color:#2196f3;
	background: #eee;
}

.directorio-box-mail, .directorio-box-map{
	position:absolute;
	bottom: 5px;bottom: 8px;
	line-height:40px;line-height:36px;
	height: 40px;height: 36px;
	padding:0 9px;
	display:inline-block;
}

.directorio-box-mail>i, .directorio-box-map>i{
	line-height:40px;line-height:36px;
}

.directorio-box-mail:hover, .directorio-box-map:hover{
	color:#2196f3;
	/*background: #eee;*/
}

.directorio-box-mail{
	right:20px;right:15px;
}

.directorio-box-map{
	right:60px;right:50px;
}

/**/


.directorio-no-publicado.chip{
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	padding: 0 10px;
}

.directorio-no-publicado.chip > i{
    margin-right: 6px;
    height: 28px;
    line-height: 28px;
}
.group-container{
	position:relative;
	width:100%;
	display:block;
	height:48px;
	padding-right:48px;
	border:1px solid #eee;
}

.browser-default.group-text{
	height:46px;
	line-height:46px;
	font-family: roboto;
	background: #f6f6f6;
	width: 100%;
	padding: 0 10px;
	border:none;
}

.group-btn{
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  width: 48px;
  height: 48px;
  background: #015aa9;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
.group-btn i{
	line-height: 48px;
	color:#fff;
}


.link-recurso{
	display: block;
	width: 100%;
	position:relative;
	margin-bottom:10px;
	border:1px solid #e4e4e4;
	background: #f6f6f6;
	padding:2px;
	height:52px;
	overflow:hidden;

	-webkit-transition: height: 0.3s, background-color 0.3s;
	-moz-transition: height: 0.3s, background-color 0.3s;
	-o-transition: height: 0.3s, background-color 0.3s;
	-ms-transition: height: 0.3s, background-color 0.3s;
	transition: height: 0.3s, background-color 0.3s;
}

.link-recurso.open{
	height:auto;
}

.link-recurso .link-recurso-desc{
	border-left:4px solid #2196f3;
	height:46px;
	line-height:46px;
	padding-right:9px;
	/* padding-top:8px; */
	padding-left:9px;
	color:#000;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.validation_summary{
	background: #d2251a;
	padding: 20px 20px 17px 20px;
	color: #f5f5f5;
	margin-bottom: 20px;
}

.validation_summary ul{
	margin:0;
}

.validation_summary ul > li{
	padding-bottom:3px;
}

.link-recurso.open .link-recurso-desc{
	/*border-left:10px solid #2196f3;*/
	background:#fff;
}

.link-recurso .link-recurso-desc a{
	/*color:#000;*/
}

.link-recurso.open .link-recurso-desc div{
	color:#2196f3;
}

.link-recurso .link-recurso-desc p{
	padding-left:9px;
	font-size:12px;
	color:#000;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.link-recurso .link-recurso-icon{
	background: #fff;
	position:absolute;
	right:0;
	top:0;
	width:50px;
	height:50px;
	text-align: center;
}

.link-recurso .link-recurso-icon i{
	line-height:50px;
	/*color:#e4e4e4;*/

	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-o-transition: color 0.3s;
	-ms-transition: color 0.3s;
	transition: color 0.3s;
}

.link-recurso:hover .link-recurso-icon i,
.link-recurso.open .link-recurso-icon i{
	color:#2196f3;
}

.link-recurso-more{
	position:relative;
	background:#f5f5f5;
	padding:15px 10px 8px 10px;
}

.link-recurso-more .directorio-no-publicado.chip{
    bottom: auto;
    top: 20px;
    right: 20px;
    left: auto;
}

.link-recurso-more .directorio-box-img{
	display:none;
}

.link-recurso-more .directorio-box-desc{
	line-height: 19px;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 16px;
  overflow: visible;
  white-space: normal;
  height: auto;
}

.link-recurso-more .directorio-box-info{
	line-height:20px;
	overflow: visible;
	white-space: normal;
	height: auto;
	margin-bottom: 2px;
	font-size: 14px;
}

.block-link.block-link-gris{
  background: #f5f5f5;
  border-left: 6px solid #2196f3;
  border-top: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}

.block-link.block-link-gris:hover{
  background: #fff;
}

.directorio-tabs{
  /*padding-top:12px;*/
  background:#eee;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0 0.3);
}
.directorio-tabs .tabs{
  height: 60px;
  background:#eee;
}

.directorio-tabs .tabs .tab {
    line-height: 60px;
    height: 60px;
}

.directorio-tabs .tabs .tab a {
    color: rgba(0, 0, 0, 0.7);
}

.directorio-tabs .tabs .tab a:hover, 
.directorio-tabs .tabs .tab a.active {
    color: #000;
}

.directorio-tabs .tabs .indicator {
    height: 5px;
    background-color: #015aa9;
}

.directorio-wrapper{
	padding-top: 20px;
}

.agenda-eventos > .cabecera.cabecera-cursos > .container{
	display:block;
	height:110px;
	text-align:center;
}

.agenda-resultados{
	line-height: 48px;
	font-size:20px;
	font-weight: 300;
	clear: both;
	padding-top: 18px;
}

.agenda-fecha-container{
	background: #eee;
	padding:14px 0 18px 0;
}
.agenda-fecha-container h2{
	display:none;
}

.agenda-fecha-box{
	height: 44px;
	background: #fff;
}

.agenda-fecha-box .agenda-fecha-box-icon{
	width: 40px;
  height: 40px;
  background: #2196f3;
  margin: 2px;
  text-align: center;
  float:left;
}

.agenda-fecha-box > span{
  height: 40px;
  margin: 2px;
  float:left;
  line-height: 40px;
}

.agenda-fecha-box .agenda-fecha-box-btn{
	width: 30px;
	height: 40px;
	margin: 2px;
	text-align: center;
	float:right;
}

.agenda-fecha-box .agenda-fecha-box-icon i{
	color: #fff;
    line-height: 40px;
}

.agenda-fecha-box .agenda-fecha-box-btn i{
	color: #2196f3;
	line-height: 40px;
	font-size: 30px;
}

.agenda-fecha-box input[type=text]:not(.browser-default){
	width: 32%;
	height:40px;
	line-height: 40px;
	margin: 2px 3px;
	text-align: center;
	font-family: roboto;
	font-weight: 500;
	float:left;
}

.evento{
	position:relative;
	padding-left: 92px;
	min-height:88px;
	margin-bottom:13px;
	border-bottom:1px solid #e4e4e4;
	cursor:pointer;
	-webkit-transition: left 0.3s, opacity .3s;
	-moz-transition: left 0.3s, opacity .3s;
	-o-transition: left 0.3s, opacity .3s;
	-ms-transition: left 0.3s, opacity .3s;
	transition: left 0.3s, opacity .3s;
}

.evento:last-child{
	border-bottom:none;
}

.evento:hover{
	/*padding-left:117px;*/
}

.evento img{
	position:absolute;
	left:0;
	width:75px;
	height:75px;
	-webkit-transition: left 0.3s;
	-moz-transition: left 0.3s;
	-o-transition: left 0.3s;
	-ms-transition: left 0.3s;
	transition: left 0.3s;
}

.evento:hover img{
	opacity: 0.7;
	/*left:25px;*/
}

.evento > p{
	color:#015aa9;
	margin-bottom:4px;
	font-weight:400;
}

.evento:hover > p, 
.evento:hover > p > a{
	color:#2196f3;
}

.evento > p > a{
	font-weight: bold;
}

.evento > div{
	max-height:40px;
	overflow:hidden;
	text-overflow:ellipsis;
	/*white-space:nowrap;*/
}

.evento > div > a{
	font-size:16px;
	line-height:20px;
	font-weight:400;
	color:#000;
}

.evento:hover > div > a{
	text-decoration:underline;
}

.agenda-evento-destacado{
	height: 110px;
	padding:0 18px 12px 240px;
	margin-bottom: 20px;
	position: relative;
	background: #eee;
	overflow: hidden;
}

.agenda-evento-destacado-img{
	position:absolute;
	top:0;
	left:0;
	width:216px;
	height: 110px;
	overflow:hidden;
}

.agenda-evento-destacado img{
	width: 100%;
	height:auto;

	-webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
}

.agenda-evento-destacado img:hover{
	opacity: 0.7;
}

.agenda-evento-destacado-fecha{
    color:#004486;
    display:block;
    line-height:18px;
    font-size:14px;
    border-top: 8px solid #2196f3;
    padding-top:7px;
    margin-bottom: 3px;
    white-space:  nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.agenda-evento-destacado-titulo{
	line-height: 20px;
	height:40px;
	overflow:hidden;
	margin-bottom: 6px;
}

.agenda-evento-destacado > a{
	color:#004486;
	background:#fff;
	font-size:14px;
	display: inline-block;
	line-height: 17px;
	font-size: 12px;
	padding: 0 4px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.agenda-evento-destacado > a:hover{
	color:#2196f3 !important;
}

.agenda-evento-destacado .agenda-evento-destacado-desc a:hover{
	text-decoration:underline;
}

.agenda-evento-md{
	position: relative;
	padding-left: 94px;
	margin-bottom:19px;
	height: 80px;
}

.agenda-evento-md img{
	position: absolute;
	left:0;
	top:0;
	width: 80px;
	height: 80px;

	-webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
}

.agenda-evento-md img:hover{
	opacity: 0.7;
}

.agenda-evento-md p{
	line-height: 18px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color:#004486;
	margin-bottom: 4px;
}

.agenda-evento-md > .agenda-evento-md-desc{
	font-size:16px;
	line-height:20px;
	max-height:60px;
	overflow:hidden;
	text-overflow: ellipsis;
	margin-bottom:10px;
}
.agenda-evento-md > .agenda-evento-md-desc > a{
	color: #000 !important;
}

.agenda-evento-md > .agenda-evento-md-desc a:hover{
	text-decoration:underline;
}

/* agenda evento */

.agenda-evento{
	position:relative;
	overflow: hidden;
	/* text-overflow: ellipsis; */
	padding: 20px 8px 22px 172px;
	height: 114px;
	background-color: #f6f6f6;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
	border-style: solid;
	border-width: 0.5px;
	border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
	border-image-slice: 1;
	margin-bottom:24px;
}

.agenda-evento-dia{
	position: absolute;
	top:17px;
	left: 18px;
	width:45px;
	height: 47px;
	line-height:47px;
	font-size: 40px;
	font-weight:300;
	text-align:center;
	overflow: hidden;
}
.agenda-evento-dia-ini{
	position: absolute;
	top: 26px;
	left: 10px;
	width: 30px;
	height: 24px;
	line-height: 24px;
	font-size: 24px;
	font-weight:300;
	text-align:center;
	overflow: hidden;
}
.agenda-evento-dia-fin{
	position: absolute;
	top:61px;
	left: 10px;
	width: 30px;
	height: 24px;
	line-height: 24px;
	font-size: 24px;
	font-weight:300;
	text-align:center;
	overflow: hidden;
}
.agenda-evento-mes{
	position: absolute;
	top:64px;
	left:18px;
	width:45px;
	height: 26px;
	line-height:26px;
	font-size: 22px;
	font-weight:300;
	text-align:center;
	overflow: hidden;
}
.agenda-evento-mes-ini{
	position: absolute;
	top: 29px;
	left: 40px;
	width:34px;
	height: 24px;
	line-height:24px;
	font-size: 16px;
	font-weight:300;
	text-align:center;
	overflow: hidden;
}
.agenda-evento-mes-fin{
	position: absolute;
	top:64px;
	left: 40px;
	width:34px;
	height: 24px;
	line-height:24px;
	font-size: 16px;
	font-weight:300;
	text-align:center;
	overflow: hidden;
}
.agenda-evento-separator{
	height:1px;
	background:#000;
	position:absolute;
	left:10px;
	top:54px;
	width: 64px;
}
.agenda-evento-img{
	position: absolute;
	left: 86px;
	top:20px;
	width: 70px;
	height: 70px;
	overflow: hidden;
}

.agenda-evento-img img{
	width: 70px;
	height: auto;

	-webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
}

.agenda-evento .agenda-evento-img img:hover{
	opacity: 0.7;
}

.agenda-evento-title{
	font-size: 17px;
	line-height:24px;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	/* margin-bottom: 5px; */
}

.agenda-evento-title a{
	/*color: #000 !important;*/
}

.agenda-evento .agenda-evento-title a:hover{
	color: #2196f3;
}

.agenda-evento-fecha > .chip{
	margin-left:5px;
	height:24px;
	line-height:24px;
	padding:0 6px;
}

.agenda-evento-fecha > .chip > i{
	margin-right:6px;
	height:24px;
	line-height:24px;
}

.agenda-evento-desc{
	line-height:24px;
	height:24px;
}

.agenda-evento-desc b{
	font-weight:500;
}

/**/

.evento-completo-title{
	line-height: 38px;
	font-size: 20px;
	font-weight: 300;
	padding-bottom: 2px;
	border-bottom: 2px solid #004481;
	margin-bottom: 12px;
}

.evento-completo-lugar > .chip{
	margin-top:4px;
	margin-bottom:12px;
}

.link_grupo{
	display:block;
	line-height:40px;
}

.link_grupo > .chip{
	line-height:40px;
	height:40px;
	color:#fff;
	background:#015aa9;
	font-size:19px;
	font-weight:300;
	margin-bottom:8px;
}

.link_grupo > .chip:hover{
	color:#fff;
	background:#2196f3;
}

.link_lugar{
	display:block;
	line-height:40px;
	font-weight:500;
	font-size:18px;
	margin-bottom:8px;

	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-o-transition: color .3s;
	-ms-transition: color .3s;
	transition: color .3s;
}

.link_lugar:hover{
	color:#2196f3;
}

a.link_lugar > i{
	line-height:40px;
	margin-right:7px;
}

.evento-completo-head{
	clear:both;
	position: relative;
	background:#004481;
	padding:20px;
	color:#fff;
	margin-bottom:20px;
	text-align:center;
}

.evento-completo-img{
	margin-bottom:5px;
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}

.evento-completo-img img{
	width: 100%;
	height:auto;
}

.evento-completo-img a.lightbox,
.evento-lugar-img a.lightbox{
	position: absolute;
	bottom:10px;
	right:10px;
	background: #848484;
	height: 32px;
	width: 32px;
	text-align: center;
	border-radius: 2px;
	color:#fff !important;
}

.evento-completo-img a.lightbox:hover,
.evento-lugar-img a.lightbox:hover{
	color:rgba(255,255,255,0.7) !important;
}

.evento-completo-img a.lightbox i,
.evento-lugar-img a.lightbox i{
	opacity: 1;
	line-height: 32px;
}

.evento-completo-dia{
	font-weight:300;
	margin-bottom:11px;
	line-height:34px;
}

.evento-completo-hora{
	font-size: 24px;
	line-height:44px;
	/* margin-bottom:11px; */
}

.evento-completo-head > span{
	background: rgba(0,0,0,0.3);
	color:#fff;
	display:block;
	line-height:48px;
	font-size: 20px;
	font-weight:300;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-o-transition: background .3s;
	-ms-transition: background .3s;
	transition: background .3s;
	/* white-space:  nowrap; */
	/* overflow: hidden; */
	/* text-overflow:  ellipsis; */
	padding: 0 15px;
}
.evento-completo-head > span > i{
	line-height:48px;
	margin-right:10px
}

.evento-completo-head > a:hover{
	background:rgba(33, 150, 243, .6);
}

.evento-completo-imagenes{
	margin-bottom:20px;
}

.evento-completo-imagenes a.lightbox > img{
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	-ms-transition: opacity .3s;
	transition: opacity .3s;
}
.evento-completo-imagenes a.lightbox > img:hover{
	opacity:0.6;
}

.delete-btn{
    position: absolute;
    right: 5px;
    bottom: 5px;
    cursor: pointer;
    background:#d4d4d4;
    padding:2px 2px 1px 2px;
    z-index:99;
    top:auto;
}

.delete-btn:hover{
    background:#fff;
}

.delete-btn > i{
    font-size: 24px;
    color: #fff;
}

.delete-btn:hover > i{
    color: #015aa9;
}

.edit-btn{
    position: absolute;
    right: 36px;
    bottom: 5px;
    cursor: pointer;
    background: #015aa9;
    padding:2px 1px 1px 3px;
    z-index:99;
    top:auto;
}

.edit-btn:hover {
    background: #2196f3;
}

.edit-btn > i{
    font-size: 24px;
    color: #fff;
}

.edit-btn:hover > i{
    color: #fff;
}

img.img-editar{
    height: 200px;
    width: auto;
    margin: 0 auto;
    display: block;
}

.evento-completo-meta{
	min-height:43px;
	margin-bottom:5px;
}

.evento-completo-meta > a{
	line-height:16px;
	font-size:14px;
	display:block;
	margin-bottom:20px;
}

.evento-completo-meta >a.btn-icon{
	height:40px;
	line-height:40px;
	width:40px;
	margin-right:5px;
}

.evento-completo-meta >a.btn-icon >i{
	margin:0;
	line-height:  40px;
}

.evento-completo-meta > a > i{
	margin-top:-6px;
}

.evento-completo-fecha > .chip > i{
	height:32px;
	line-height:32px;
}

.evento-completo-social{
	display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.evento-completo-social a, .evento-completo-social a:visited{
	display:block;
	width:40px;
	height:40px;
	text-align: center;
	color:#fff;
	margin-left:3px;
	text-align: center;
	/*float: right;*/
}

.evento-completo-social a:hover{
	color: rgba(255,255,255,0.7);
}

.evento-completo-social a.facebook{
	background: #3b5998;
}

.evento-completo-social a.twitter{
	background: #1da1f2;
}

.evento-completo-social a.whatsapp-social{
	background: #29a628;
}

.evento-completo-social a.mail{
	background: #848484;
}

.evento-completo-social a.print{
	background: #738a8d;
}

.evento-completo-social a.more{
	background: #ff6550;
}

.evento-completo-social a i{
	font-size:24px;
	line-height: 40px;
}

.evento-completo-box{
	background: #e5ecf2;
	color:#000;
	padding: 21px 20px;
	margin-bottom:30px;
}

.evento-completo-box-title{
	font-weight: 500;
	border-bottom:3px solid #e4e4e4;
	line-height: 26px;
	margin-top: 15px;
	margin-bottom:10px;
}

.evento-completo-box-title::before{
	width: 6px;
	height: 6px;
	background: #2196f3;
	content: "";
	display: block;
	float:left;
	margin-right:10px;
	margin-top:10px;
}

.evento-completo-box p{
	line-height: 26px;	
	padding-bottom:10px;
	margin-bottom:0;
	white-space:pre-line;
}

.evento-completo-desc{
	line-height: 24px;
}
/* lugar */

.evento-lugar-img{
	width:100%;
	height:260px;
	overflow:hidden;
	position:relative;
}

.evento-lugar-img img{
	width:100%;
	height:auto;
}

.evento-lugar-box{
	background:#eee;
	padding: 20px 30px 16px 35px;
	line-height: 32px;
}

.evento-lugar-direccion{
	display: block;
	padding-bottom: 11px;
	border-bottom: 2px solid #fff;
	margin-bottom: 14px;
	white-space: pre-wrap;
}

.evento-lugar-box > p{
	margin:0 0 5px 0;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.evento-lugar-box > a{
	display:inline-block;
	margin-right:15px;
}
.evento-lugar-desc-box{
	padding: 20px 76px 40px 81px;
}
/**/
.fecha-mod{
	text-align: center;
	padding:0 9px;
	line-height: 34px;
	font-size: 13px;
	height:34px;
	background: #eee;
	margin-bottom:20px;
}

.paginado{
	margin-bottom:20px;
	height:44px;
	background: #f7f7f7;
	line-height:44px;
	padding:0 22px 0 12px;
}

.paginado a{
	float:left;
	height:44px;
	line-height:44px;
	width: 32px;
	text-align:  center;
}

.paginado a > i{
	line-height:44px;
	color:#2196f3
}

.paginado > span{
	float:right;
}

.with-helper{
	position:relative;
}

.with-helper .helper{
	position:absolute;
	right:3px;
	top:10px;
}

.filtros{
	display:none;
}

/* Tablet */
@media (min-width: 768px) {
	.link_grupo{
		display:inline-block;
		float:left;
	}

	.link_lugar{
		display:inline-block;
		float:right;
	}
	.directorio-tabs{
	  padding-top:12px;
	}
	.directorio-box{
		padding: 20px 20px 60px 170px;
		height: 210px;
	}
	.directorio-box-img {
		left: 20px;
		width: 130px;
		height: 130px;
	}
	.directorio-box-img img {
		width: 130px;
	}
	.directorio-box-info{
		height:20px;
		margin-bottom: 30px;
	}
	.directorio-box-links{
		height:40px;
	}

	.directorio-box-links a{
		line-height:40px;
		padding:0 9px;
		font-size: 14px;
	}

	.directorio-box-mail, .directorio-box-map{
		bottom: 5px;
		line-height:40px;
		height: 40px;
	}

	.directorio-box-mail>i, .directorio-box-map>i{
		line-height:40px;
	}

	.directorio-box-mail{
		right:20px;
	}

	.directorio-box-map{
		right:60px;
	}
	.link-recurso-more{
		padding:30px 20px 30px 140px;
		height:140px;
	}
	.link-recurso-more .directorio-box-desc{
		height:19px;
		overflow:hidden;
		white-space: nowrap;
		text-overflow:ellipsis;
	}
	.link-recurso-more .directorio-box-img{
		display:block;
		width:100px;
		height:100px;
	}
	.link-recurso-more .directorio-box-img img {
		width: 100px;
	}
	.link-recurso-more .directorio-box-info {
	    margin-bottom: 15px;
	    overflow: hidden;
	    white-space: nowrap;
	}
	.filtros{
		display:block !important;
	}
	#btn_filtros{
		display:none;
	}
	.agenda-fecha-box input[type=text]:not(.browser-default){
		width: 110px;
		margin: 2px 0;
	}
	.agenda-eventos > .cabecera.cabecera-cursos{
		/* margin-bottom: 20px; */
		height: 110px;
	}
	.agenda-eventos > .cabecera.cabecera-cursos > .container{
		display:none;
	}
	.agenda-fecha-container{
		background: inherit;
		padding: 0;
	}
	.agenda-resultados{
		float:left;
		font-size: 24px;
		clear: none;
		padding: 0;
	}
	.evento-completo{
		padding-top:4px;
	}
	.evento-completo-head{
		text-align:left;
		height:238px;
		overflow:hidden;
		padding:20px 20px 20px 239px;
		margin-bottom:15px;
	}
	.evento-completo-img{
		position:absolute;
		height:200px;
		top:20px;
		left:20px;
		width:196px;
		height:196px;
		margin-bottom:0;
	}
	.evento-completo-dia{
		margin-top:12px;
		margin-bottom:10px;
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
		font-size: 26px;
	}
	.evento-completo-hora{
		/* margin-bottom:48px; */
		/* white-space:nowrap; */
		overflow:hidden;
		text-overflow:ellipsis;
		font-size: 32px;
		height: 88px;
		margin-bottom: 4px;
	}
	.evento-completo-head > span{
		display: inline-block;
		/* padding: 0 15px; */
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.evento-completo-imagenes{
		margin-bottom:15px;
	}
	.evento-completo-meta{
		margin-bottom:15px;
	}
	.evento-completo-meta > a{
		line-height:  43px;
		display:inline-block;
		margin-bottom: 0;
	}
	.evento-completo-meta > a > i{
		margin-top: -2px;
		margin-right:10px;
		line-height:43px;
	}
	.evento-completo-social{
		display:block;
		float:right;
		padding: 3px 0;
		margin-bottom: 0;
	}
	.evento-completo-social a, .evento-completo-social a:visited{
		float: right;
	}
	.evento-completo-box{
		padding: 55px 30px;
	}
	/**/
	.agenda-evento-destacado{
		/* padding: 20px 20px 19px 50%; */
	}

	.agenda-evento-destacado img{
		min-width: 50%;
		height:auto;
		position: absolute;
		left: 0;
		top:0;
	}

	.agenda-evento-destacado p{
	    padding: 0 0 0 24px;
	}

	.agenda-evento-destacado .agenda-evento-destacado-desc{
		padding: 0 0 0 24px;
	}
	/**/
	.agenda-evento{
		padding: 20px 12px 20px 184px;
		margin-bottom:20px;
	}
	.agenda-evento-dia{
		left: 23px;
	}

	.agenda-evento-mes{
		left:23px;
	}
	.agenda-evento-img{
		left: 91px;
	}
	.agenda-evento-title{
		font-size: 16px;
		/* height: 96px; */
	}
	.fecha-mod{
		float:right;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	/**/
	.evento-lugar-box{
		height:260px;
		padding: 20px 47px 16px 66px;
		overflow: hidden;
	}

	.evento-lugar-direccion{
		height: 109px;
		overflow:hidden;
	}
	.agenda-fecha-container h2{
		display:block;
		float:left;
	}
	.agenda-fecha-box{
		margin-top:34px;
		float:right;
		/* width: 300px; */
	}
}

/* Desktop */
@media (min-width: 1024px) {
	.cabecera.cabecera-cursos h2{
		font-size: 42px;
	}
	.agenda-fecha-box{
		/*top: -125px;*/
	}
	/**/
	.evento-lugar-box{
		padding: 20px 47px 16px 66px;
	}
	/**/
	.evento-completo-dia{
		font-size:26px;
	}
	.evento-completo-hora{
		font-size: 32px;
	}
	.evento-completo-box{
		padding: 55px 80px 65px 80px;
	}
	/**/
	.agenda-evento{
		padding: 23px 15px 20px 240px;
		height: 140px;
		margin-bottom:24px;
	}

	.agenda-evento-dia{
		top:14px;
		left: 25px;
		width:67px;
		height: 71px;
		line-height:71px;
		font-size: 54px;
	}

	.agenda-evento-mes{
		position: absolute;
		top:86px;
		left: 25px;
		width:67px;
		height: 26px;
		line-height:26px;
		font-size: 30px;
	}

	.agenda-evento-dia-ini{
		position: absolute;
		top: 20px;
		left: 15px;
		width: 43px;
		height: 44px;
		line-height: 44px;
		font-size: 36px;
		font-weight:300;
		text-align:center;
		overflow: hidden;
	}
	.agenda-evento-dia-fin{
		position: absolute;
		top:80px;
		left: 15px;
		width: 43px;
		height: 44px;
		line-height: 44px;
		font-size: 36px;
		font-weight:300;
		text-align:center;
		overflow: hidden;
	}
	.agenda-evento-mes-ini{
		position: absolute;
		top: 35px;
		left: 58px;
		width:45px;
		height: 26px;
		line-height:26px;
		font-size: 18px;
		font-weight:300;
		text-align:center;
		overflow: hidden;
	}
	.agenda-evento-mes-fin{
		position: absolute;
		top:93px;
		left: 58px;
		width:45px;
		height: 26px;
		line-height:26px;
		font-size: 18px;
		font-weight:300;
		text-align:center;
		overflow: hidden;
	}
	.agenda-evento-separator{
		left:15px;
		top:70px;
		width: 88px;
	}
	.agenda-evento-img{
		left: 116px;
		top:20px;
		width: 100px;
		height: 100px;
	}

	.agenda-evento-img img{
		width:100px;
	}

	.agenda-evento-title{
		font-size: 17px;
		line-height:24px;
		/*height: 96px;*/
	}
}