

/* ------------------------------------------------------------- buscar ----------------------------------------------------*/

.searchbox{
	position: absolute;
	right: 15%;
	width: 210px;
	height: 45px;
	margin-top: 3.5%;
	background: url(../../img/Layout/telescope-icon-291.png) no-repeat;
	/*box-shadow: 0 0 1em #fff, 0 0 1em #fff, 0 0 2em #fff, 0 0 2em #fff;*/

}
.searchbox2{
	display: none;
}
.searchbox input {
	outline: none; float: left;
}

.searchbox input:focus::-webkit-input-placeholder {
	color: transparent;
}
.searchbox input:focus:-moz-placeholder {
	color: transparent;
}
.searchbox input:focus::-moz-placeholder {
 	color: transparent;
}

.searchbox ::-webkit-input-placeholder {
   color: #000;
}

.searchbox :-moz-placeholder {
   color: #000;
}

.searchbox ::-moz-placeholder {
   color: #000;
}

.searchbox :-ms-input-placeholder {
   color: #000;
}

.searchbox ::-webkit-input-placeholder  { color:#000; }
.searchbox input:-moz-placeholder { color:#000; }
.searchbox::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #000;
}



.searchbox input[type="text"] {
	border: none;
	background: transparent;
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 12px;
	color: #fff;
	padding: 3px 0px 3px 0px;
	width: 132px;
	margin: 12px 0px 0px 22px;
}
.searchbox input[type="text"]:focus {
 	color: #fff;
}
.buttonSubmit{
	float: right;
	background: url(../../img/Layout/search-icon.png) no-repeat;
	margin-left: 8px;
	border-width: 0px;
	width: 30px;
	height: 35px;
	margin-top: 6px;
}
.buttonSubmit:hover {
	background: url(../../img/Layout/search-icon-hover.png) no-repeat;
}

@media screen and (max-width:1024px) {
	.searchbox {
		right: 3.5%;
		margin-top: 6%;
	}
}


@media screen and (max-width: 768px) {
	.searchbox {
		display: none;
	}
	.searchbox2 { 
		display: block;
		top: 3%;
		left: 1%;
		position: relative; 
		float: left;
		width: 97%;
		height: 50px;
		background-position: left;
		background-size: 100%;
	}
	.searchbox input[type="text"] {
		width: 153px;
	}
	.buttonSubmit{
		float: right;
		margin-left: 12px;
	}
}

@media screen and (max-width:600px) {
	
}