
/* NOTICIAS */

#content .pager{
	float:right;
	max-width:75%;
}
#content .pager a{
	padding:0;
	width:54px;
	text-align:center;
	float:left;
}
#content .pager a.jp-current{
	background-color:#7ba540;
}
#content .pager a.jp-next,
#content .pager a.jp-previous{
	display:none;
}
#content .pager_bottom{
	margin-top:7px;
}

#listado_noticias{
}
#listado_noticias .noticia{
}
#listado_noticias .noticia .top{
	padding:20px 22px 20px 22px;
	height:123px;
	cursor:pointer;
	background-image:url(../../images/noticias_flechas.svg);
	background-repeat:no-repeat;
	background-position:right top;
}
#listado_noticias .noticia .top h3{
	font-size:5.9em;
	width:91%;
	line-height:60px;
	height:60px;
	overflow:hidden;
}
#listado_noticias .noticia .top h3 strong{
	color:#ace857;
	font-weight:normal;
}
#listado_noticias .noticia .top h4{
	font-size:2.1em;
	width:91%;
	line-height:21px;
	height:21px;
	overflow:hidden;
	padding-left:6px;
	
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
}
#listado_noticias .noticia .bottom{
	padding:32px 36px;
	display:none;
}
#listado_noticias .noticia .bottom img{
	width:100%;
	margin-bottom:20px;
}
#listado_noticias .noticia .bottom h5{
	font-size:2.1em;
	margin-top:1em;
}
#listado_noticias .noticia .bottom p a{
	color:#ace857;
}
#listado_noticias .noticia .bottom p a:hover{
	color:#10c0ff;
}

/* HOVER */

#listado_noticias .noticia .top,
#listado_noticias .noticia .top h3 strong{
    transition:all 0.2s ease-out;
    -webkit-transition:all 0.2s ease-out;
    -moz-transition:all 0.2s ease-out;
}
#listado_noticias .noticia .top:hover{
	background-color:#151811;
}
#listado_noticias .noticia .top:hover h3 strong{
	color:#0bbfff;
}

/* ABIERTO */

#listado_noticias .noticia.abierto .top{
	background-color:#546042;
	background-position:right bottom;
}
#listado_noticias .noticia.abierto .top h3 strong{
	color:#fff;
}