@charset "UTF-8"; 

#fullPageDiv > h1 {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 0.5em;
}

.divContBuscadorPortal {
	padding: 1em;
	max-width: 1024px;
	margin: 0 auto;
	background: url('fondo1.jpg') scroll no-repeat center center #77ccf1;
	min-height: 140px;
	background-size: cover;
	position: relative;
}
.divContBtnBuscador {
	margin-top: 2em;
}
.divContBtnBuscador .inpBus {
	border: 1px solid #ccc;
	border-radius: 0.2em;
	padding: 0.4em 0.6em;
	margin-right: 0.8em;
	font-size: 1.2em;
	width: 70%;
}
.divContBtnBuscador input[type="button"] {
	border: 0;
	border-radius: 0.2em;
	font-size: 1.3em;
	padding: 0.4em 0.6em;
	background: url('loupe.png') scroll no-repeat 1em center #2ecc71;
	cursor: pointer;
	color: #fff;
	width: calc(30% - 1em);
	transition: all 0.2s ease;
	background-size: 1.2em;
}
.divContBtnBuscador input[type="button"]:hover {
	background-color: #27ae60;
}
/** resultados  resultados  resultados  resultados  resultados  resultados  resultados  resultados  resultados  resultados  resultados */
.divContBusqResultados {
	max-width: 1024px;
	margin: 0 auto;
	background: #fff;
}
.divContBusqResultados > ul {
	padding: 0.5em 0;
}
.liItemBusqueda {
	padding: 0.5em 1em;
	position: relative;
}
.liItemBusqueda::before {
	content: attr(data-area);
	position: absolute;
	background: #00adee;
	left: 1em;
	width: calc(200px - 0.6em);
	height: 1.35em;
	overflow: hidden;
	font-size: 1em;
	top: 7px;
	color: #fff;
	padding: 0 0.3em;
	line-height: 1.35em;
	border-top-left-radius: 0.2em;
	border-top-right-radius: 0.2em;
}
.liItemBusqueda > div {
	display: inline-block;
	vertical-align: top;
}
.liItemBusqueda span {
	display: block;
	color: #9f9f9f;
}
.liItemBusqueda a {
	color: #00adee;
	text-decoration: underline !important;
	font-size: 1.2em;
}
.liItemBusqueda p {
	margin: 0.2em 0;
	width: 100%;
	text-align: justify;
}
.divLiContImg {
	width: 200px;
	height: 140px;
	background-repeat: no-repeat;
	background-size: 200px;
	margin-right: 0.7em;
	background-position: center 1.2em;
	border: 1px solid #ccc;
	border-radius: 0.4em;
}
.divLiContText{
	width: calc(100% - 214px);
	height: 140px;
	overflow: hidden;
}

.divVerMas {
	background-color: #2ecc71;
	margin: 0 auto 1em auto;
	width: calc(100% - 1em);
	max-width: calc(1024px - 1em);
	color: #fff;
	padding: 0.5em 1em;
	font-size: 1.3em;
	text-align: center;
	border-radius: 0.2em;
	cursor: pointer;
}

.divVerMas:hover{
	background-color: #27ae60;
}

.liNoResultados{
	text-align: center;
	font-size: 1.2em;
	border-top: 1px solid #ccc;
	margin-top: 1em;
}

/** loader loader loader loader loader loader loader loader loader loader loader loader loader loader loader loader loader loader loader */
.divBusqLoader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 140px;
	background: url('loaderb.gif') scroll no-repeat center center #000;
	background-position-y: calc(50% + 2em);
	z-index: 1;
	opacity: 0.3;
}

.divBusqLoader p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
	text-transform: uppercase;
	font-size: 2em !important;
	margin: 0;
	padding: 0;
	font-weight: bolder;
}

/*  RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE RESPONSIVE */

@media only screen and (min-width: 1024px) {
	#fullPageDiv {
		background-color: #fff !important;
		padding: 4em 0 3em 0;
	}
	.divContBuscadorPortal {
		max-width: 100%;
	}
	.divContBtnBuscador {
		max-width: 1024px;
		margin: 2em auto;
	}
}


@media only screen and (max-width: 600px) {
	.divContBtnBuscador input[type="button"] {
		background-image: none;
	}
}
