@charset "utf-8";

body,html{
	margin: 0;	
}

#barra-superior{
	background-color: black;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
}

#logo{
	background-image: url('http://powerlatinoonline.mex.tl/dl_ranger-red-png.html');
	width: 186px;
	height: 34px;
	background-size: cover;
	position: absolute;
	left: -800px;
	right: 0;
	margin: auto;
	top: 10px;
}	

.gsc-control-cse{
	width:500px !important;
	margin:auto !important;
}

.cse .gsc-control-cse, .gsc-control-cse {
    font-family: Verdana, sans-serif;
    background-color: unset !important;
    border: none !important;
}

.cse form.gsc-search-box, form.gsc-search-box {
    background: unset !important;
    border: none !important;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 100%;
    margin: 0 0 2% 0;
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    box-shadow: unset !important;
    display: block;
}

.gsc-input{
	-moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    border-radius: 7px !important;
}

input.gsc-search-button{
	color:white !important;	
	cursor:pointer;
}

.gsc-search-box{
	margin: 0 !important;	
}