/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
/*Para centrar banner de liconsa*/
.banner-wrap .featured-thumbnail a {
	display: block;
	float: none; 
	overflow: hidden;
	border: 8px solid #dda;
	text-align: center;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}
/*Para suprimir espacio en blanco bajo el banner*/
.banner-wrap {
	margin: 0 0 0px;
	padding: 0;
}
.banner-wrap .featured-thumbnail .banner-centro img{
	width: 100%;
	height: 100%;
}



.recent-posts .recent-posts_li .meta .post-date {
    display: inline;
    color: #393939;
    font: bold 12px/14px Ubuntu;
}

/*Para cambiar el tamaño de las miniaturas de noticias recientes*/
.img-miniatura .thumbnail img {
	height: auto; 
    width: auto; 
    max-width: 150px; 
    max-height: 68px;
	
}

.recent-posts .excerpt {
	margin-left: 0px;
}

/**/
.sf-menu{
	float: left;
}

#search {
	float: left;
	font-size: 10px;
	height: 28px;
	//width: 275px;
	}

#searchform {
	background: url(wp-content/uploads/2017/05/search.png) no-repeat;
	height: 29px;
	float: right;
	//padding-left: 9px;
}

#se {
	background: none;
	border: 0;
	height: 15px;
	width: 110px;
	margin: 1px 16px 0 0;
	padding: 3px 15px 0 5px;
	color: #656668;
	font-size: 11px;
}

#searchform label, .submit {
	display: none;
}

.clearfix.cons-title {
	 margin-top: 0px; 
	 margin-bottom: 8px; 
}

/* Reducir espacios en blanco al mostrar la nota*/
.title-section {
	padding: 5px 0 0;
}

.title-section .breadcrumb {
	background: none;
	padding-left: 0;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-radius: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#content {
	padding-top: 0px;
}

/*Aumentar el tamaño de letra de la nota*/
body .pf-content {
	font-family: Ubuntu;
	font-size: 15px;
	line-height: 20px;
	color: #7d7d7d;
}

/*Aumentar tamaño de letra de imprimir PDF*/
div.printfriendly a, div.printfriendly a:link, div.printfriendly a:visited {
	font-size: 17px;
	color: #6D9F00;
}

.banner-peque img{
	width: 200px;
	height: 150px;
}
.banner-wrap .featured-thumbnail a {
	display: block;
	float: none;
	overflow: hidden;
	border: 1px solid #dda;
	text-align: center;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.header {
	padding: 15px 0 11px;
}

.recent-post-slider.design-2 .post-image-bg {
	background: #f1f1f1;
	height: 400px;
	line-height: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

select {
	width:95%;
}