/********************************************************************************************
BUSCADOR
********************************************************************************************/

#buscador {
	width: 46.5%;
	height: 40px;
	margin: 40px auto 0 auto;
	padding: 5px;
	float:right;
	background: #FFF;
	overflow: hidden;
	
	/* borders */
	border: .5px solid #095DA1;
	border-width: thin;
	
	box-shadow: 2px 1px 2px rgba(198,198,198,0.0);
	
	/* rounded corner */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#buscador-container{
	width: 100%;
	height: auto;
	padding: 0px 0;
	overflow: hidden;
}

#buscador input[type=text], input[type=email], input[type=submit], input[type=reset], select, textarea{
	font-family:'Montserrat', Arial, Helvetica, sans-serif;
}

#buscador input {
	display: block;
	font-size: 1em;
	font-weight:500;
	width: 80%;
	height: 45px;
	line-height: 40px;
	margin: 0 0 0 0;
	padding: 0 0 0 2px;
	float: left;
}

#buscador input:focus{ 
	outline: none; 
}

#buscador input:focus{ 
	outline: none; 
}

#buscador button {
	cursor: pointer;
	display: block;
	width: 10%;
	height: 40px;
	margin:0px;
	margin-left: 0;
	padding: 5px;
	float:right;
	color: #FFF;
	background: #1168dd;
	
	/* rounded corner */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#buscador button:hover {
	color: #FFF;
	background: #0D4FAB;
}

#buscador button img {
	height: 20px;
	width: 20px;
}

#buscador * {
	background: transparent;
	border: none;
}

/************************************************************************************
MAIN NAVIGATION 810px
*************************************************************************************/
@media all and (max-width : 810px) {
	#buscador {
		position: relative;
		top: 0px;
		width: 80%;
		height: auto;
		margin: 10px auto;
		padding: 0px;
		float: none;
		overflow:hidden;
		
		/* borders */
		border: .5px solid #0AADAA;
		border-width: thin;
		
		/* rounded corner */
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	#buscador input {
		display: block;
		font-family: 'Baloo Paaji 2', Arial, Helvetica, sans-serif;
		font-size: .85em;
		font-weight:400;
		width: 90%;
		height: 33px;
		line-height: 40px;
		margin: 0px;
		padding: 1px;
		float:left;
		
		/* rounded corner */
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	
	#buscador button {
		cursor: pointer;
		display: block;
		width: 9.5%;
		height: 35px;
		margin:1px;
		margin-left: 0;
		padding: 4px;
		float:left;
		color: #FFF;
		background: #0AADAA;
		
		/* rounded corner */
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	#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;
	}
}

/************************************************************************************
MAIN NAVIGATION 768px
*************************************************************************************/
@media all and (max-width : 768px) {
	#buscador {
		position: relative;
		top: 0px;
		width: 40%;
		height: auto;
		margin: 2px auto;
		padding: 0px;
		float: right;
		overflow:hidden;
		
		/* borders */
		border: .5px solid #0AADAA;
		border-width: thin;
		
		/* rounded corner */
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	#buscador input {
		display: block;
		font-family: 'Baloo Paaji 2', Arial, Helvetica, sans-serif;
		font-size: .85em;
		font-weight:400;
		width: 85.8%;
		height: 33px;
		line-height: 40px;
		margin: 0px;
		padding: 1px;
		float:left;
		
		/* rounded corner */
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	
	#buscador button {
		cursor: pointer;
		display: block;
		width: 13%;
		height: 35px;
		margin:1px;
		margin-left: 0;
		padding: 4px;
		float:left;
		color: #FFF;
		background: #0AADAA;
		
		/* rounded corner */
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
	}

	#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;
	}
}

/************************************************************************************
MAIN NAVIGATION 680px
*************************************************************************************/
@media all and (max-width : 680px) {
	#buscador {
		position: relative;
		top: 0px;
		width: 60%;
		height: auto;
		margin: 2px auto;
		padding: 0px;
		float: right;
		overflow:hidden;
		
		/* borders */
		border: .5px solid #0AADAA;
		border-width: thin;
		
		/* rounded corner */
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	#buscador input {
		display: block;
		font-family: 'Baloo Paaji 2', Arial, Helvetica, sans-serif;
		font-size: .85em;
		font-weight:400;
		width: 85.8%;
		height: 33px;
		line-height: 40px;
		margin: 0px;
		padding: 1px;
		float:left;
		
		/* rounded corner */
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	
	#buscador button {
		cursor: pointer;
		display: block;
		width: 13%;
		height: 35px;
		margin:1px;
		margin-left: 0;
		padding: 4px;
		float:left;
		color: #FFF;
		background: #0AADAA;
		
		/* rounded corner */
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
	}

	#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;
	}
}


/************************************************************************************
MAIN NAVIGATION 510px
*************************************************************************************/
@media all and (max-width : 510px) {
	#buscador {
		display: none;
		position: relative;
		top: 0px;
		width: 40%;
		height: auto;
		margin: 10px auto;
		padding: 0px;
		float: right;
		overflow:hidden;
		
		/* borders */
		border: .5px solid #0AADAA;
		border-width: thin;
		
		/* rounded corner */
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	#buscador input {
		display: none;
		font-family: 'Baloo Paaji 2', Arial, Helvetica, sans-serif;
		font-size: .85em;
		font-weight:400;
		width: 85.8%;
		height: 33px;
		line-height: 40px;
		margin: 0px;
		padding: 1px;
		float:left;
		
		/* rounded corner */
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	
	#buscador button {
		cursor: pointer;
		display: block;
		width: 13%;
		height: 35px;
		margin:1px;
		margin-left: 0;
		padding: 4px;
		float:left;
		color: #FFF;
		background: #0AADAA;
		
		/* rounded corner */
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		border-radius: 1px;
	}

	#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;
	}
}