
.pregunta {
  font-weight: bold;
  font-style: italic;
}

.view-insert-especial {
	float: left;
}

/*.content_out.small-post {
    min-height: 120px;
}*/

#cboxClose {
	top: 0;
	right: 0
}

#cboxLoadedContent {
    margin-bottom: 0;
    margin-top: 20px;
}

/*arreglar alto max de imagenes embebidas en noticias
*/
.node-type-noticia .media img,
.node-type-page .media img {
	max-height: 500px;
	width: auto !important;
	height: auto !important;
}

.block-views-exp-search-api-page #views-exposed-form-search-api-page div #search-api-widget .form-item input {
    max-width: 36vh;
}

.sticky {
  position: fixed;
  top: 0;
}

.sticky .main-nav-container {
	box-shadow: 0 0 9px rgba(0,0,0,0.75);
	//clip-path: inset(0px 0px -9px 0px);
}

#block-block-4 {
	display: flex;
	flex-direction: column;
}

@media (max-width: 768px) {
	#block-block-4 img {
		display: none;
	}
}

#fb-block {
	display: flex;
	justify-content: center;
}

.menu-title {
	text-align: left;
	margin-left: 50px;
}

html.js #views-exposed-form-search-api-page input.form-autocomplete {
	background-image: none;
	background-position: 78% center;
	background-repeat: no-repeat;
}

html.js #views-exposed-form-search-api-page input.throbbing {
	background-image: url(/sites/all/themes/sensen/images/ajax_load.gif);
	background-position: 78% center;
}

.views-widget-filter-field_fecha_continua_value {
	display: none;
}

.view-ad-lagenda-1.view-display-id-block_300x250 .views-row {
  margin-bottom: 20px;
}

ul.post-review-list,
.bk-blog-content li  {
	list-style: none;
}

.panel-separator {
	height: 10px;
}

.spacer {
	height: 40px;
}

aside.block,
.sidebar-wrap  {
	display: flex;
	flex-direction: column;
	align-items: center;
}
