/********************************************************************************************
BUSCADOR
********************************************************************************************/

#buscador {
	width: 100%;
	width: 1200px;
	height: auto;
	margin: 25px auto;
	padding: 3px;
	background: #FFF;
	overflow: hidden;
	
	/* borders */
	border: .5px solid rgba(198,198,198,0.5);
	border-width: thin;
	
	box-shadow: 2px 1px 2px rgba(198,198,198,0.2);
	
	/* rounded corner */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#buscador-container{
	width: 100%;
	height: auto;
	padding: 0px 0;
	overflow: hidden;
	background: #fc0;
}

#buscador input {
	display: block;
	font-family:'Asap', Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:400;
	width: 90%;
	height: 45px;
	line-height: 40px;
	margin: 0 10px 0 0;
	padding: 3px 10px;
	float: left;
}

#buscador button {
	cursor: pointer;
	display: block;
	width: 7.2%;
	height: 50px;
	margin:1px;
	margin-left: 0;
	padding: 4px;
	float:left;
	color: #FFF;
	background: #242427;
	
	/* rounded corner */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#buscador button img {
	height: 20px;
	width: 20px;
}

#buscador * {
	background: transparent;
	border: none;
}

/************************************************************************************
MAIN NAVIGATION 680px
*************************************************************************************/
@media all and (max-width : 680px) {
	#buscador {
		position: relative;
		top: 60px;
		width: 95%;
		height: auto;
		margin: 0 auto;
		padding: 3px;
		float: none;
		background: #FFF;
		overflow:hidden;
		
		/* borders */
		border: .5px solid rgba(198,198,198,0.5);
		border-width: thin;
		
		/* rounded corner */
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	#buscador input {
		display: block;
		font-family: 'Baloo Paaji 2', Arial, Helvetica, sans-serif;
		font-size:1em;
		font-weight:400;
		width: 89%;
		height: 35px;
		line-height: 40px;
		margin: 1px;
		padding: 3px;
		float:left;
		
		/* rounded corner */
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	#buscador button {
		cursor: pointer;
		display: block;
		width: 10%;
		height: 35px;
		margin:1px;
		margin-left: 0;
		padding: 4px;
		float:left;
		color: #FFF;
		background: #242427;
		
		/* rounded corner */
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	#buscador button img {
		height: 20px;
		width: 20px;
	}
	
	.res-busca{
		position: relative;
		top: 70px;
		clear:both;
		width:100%;
		max-width: 1080px;
		height:auto;
		margin:0px auto;
		padding: 0 0 0 15px;
		overflow:hidden;
	}
}