/*html {background:#000;}*/
.gkPage {
max-width: 100%!important;
}


#formulario-busqueda{
	background: #000;
	padding-right: -20px;
}


#formulario-busqueda h2{
	border:#000; 
	border-style:solid; 
	border-width:1px;
	background-color:#000;
	color:#fff;
	font-size:20px;
	padding:5px;
}


div[id="formulario-busqueda"]{
	color:#fff;
}

div[id="formulario-busqueda"] select {
    background: #e8e8e8;
    text-transform: uppercase;
    color: #787878;
    text-align: center;
	width: 98%;
    height: 27px;
    border-radius: 2em;
}


#formulario-busqueda #btnEnviar{
    /*border: #000;
    border-style: solid;
    border-width: 1px;
    background-color: #393939;
    color: #000;*/
    font-size: 21px;
    background-image: url("http://sportchips.com.mx/home/wp-content/uploads/2017/07/Boton-start-Off.png");
}


#formulario-busqueda btnEnviar:hover{
	/*background-color:#f2f;*/
	background-image: url("http://sportchips.com.mx/home/wp-content/uploads/2017/07/Boton-start-On.png");
}

body {background:transparent;}
#formulario-busqueda {background:transparent;}
#formulario-busqueda h2 {border-color:transparent; background:transparent;}


@media only screen and (max-width: 500px) {
    #formulario-busqueda {
        /* background-color: lightblue; */
    }
}