
*{
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menu-bar{display: none;}

header{
	width: 100%;
	font-family: 'Roboto';
}

header nav{
	background: linear-gradient(, , );
	z-index: 5100;
	box-shadow: 0px 0px 9px black;
}

header nav ul li{
	display: inline-block;
	position: relative;
}

header span{color:#fff;}

header nav li a, header nav li label, header nav li input[type="submit"]{
	color: #fff;
	padding: 5px 8px; 
	text-decoration: none;
	font-size: 1em;
	margin-bottom: 0px;
}

header nav li a span{
	margin-right: 10px;
}

header nav ul li:hover .children{
	display: block;
	background: #ccc;
	z-index: 5000;
	font-weight: 400;
}

header nav ul li .children{
	display: none;
	position: absolute;
	width: 100%;
}

header nav ul li .children li{
	display: block;
	padding: 0px 10px;
	overflow: hidden;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

header nav ul li .children li:hover{
	background-color: #d95232;
}

header nav ul li .children li a{display: inline-block;}

header nav ul li .children li a span{
	float: left;
	position: relative;
	top: 3px;
	margin-right: 10px;
	color: #fff;
}

.derecha{float: right;}

#resultadoBusqueda{
	background: #fff;
	height: auto;
	width: 90%;
	z-index: 8000;
	position: absolute;
	cursor: pointer;
}

#resultadoBusqueda .form-premioBusc:hover{
	background: rgba(1, 1, 1, .1);
}

#resultadoBusqueda .cuerpoPremioBusc{
	padding: 25px 10px 10px 10px;
	text-align: center;
	float:left;
}

#resultadoBusqueda .puntosPremioBusc{
	padding: 25px 10px 10px 10px;
	float:right;
}

#resultadoBusqueda .cuerpoPremioBusc .tituloPremioBusc{
	font-size: 1.5em;
	margin: 0px;
	float: left;
	color: grey;
}

#resultadoBusqueda .cuerpoPremioBusc .puntosPremioBusc{
	float: right;
	font-size: 0.8em;
	margin-left: 40px;
}

.premioBusc{
	width: 100%;
	border-bottom: 1px solid lightgrey;
	height: 70px;
	overflow: hidden;
	transition: all .3s ease;
}

.premioBusc .conImagenPremioBusc{
	width: 110px;
	overflow: hidden;
	height: 70px;
	display: inline-block;
	float:left;
}

.premioBusc img{
	width: auto;
	height: 70px;
	margin: 0px;
	float: left;
	margin-top: 10px;
	position: relative;
}

#tituloResultado{
	color: #ccc;
	font-weight: 700;
	margin-top: 0px;
}

/* Pisando estilos de Bootstrap */

.navbar {
	margin-bottom: 0px;
	box-shadow: 0px 0px 9px rgba(1, 1, 1, .5);
}

.navbar-default .navbar-nav > li > a {
	color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { 
	color: #fff;
}

#section-header {
	border-bottom: 1px solid lightgrey;
}

.dropdown-menu {
	font-size: 1.05em;
}

.dropdown-menu li {
	width: 100%;
}

.dropdown-menu > li > a {
	padding: 6px 20px;
}

.dropdown-menu button {
	color: rgba(1, 1, 1, .75) !important;
	background-color: #fff;
	padding: 6px 20px;
}

.dropdown-menu li span {
	color: rgba(1, 1, 1, .75);
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: ;
	color: #fff;
}

.dropdown-toggle { position: relative }

.dropdown-toggle .fotoPerfil { 
	position: absolute;
	top: 10px; 
	left: -25px; 
}

.navbar {
	border: none !important;
	border-radius: 0 !important;
}

@media screen and (max-width: 800px){
	.derecha{float: none;}
	
	body{padding-top: 40px;}

	.menu-bar{
		display: block;
		background: linear-gradient(, , );
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 5500;
	}

	.menu-bar .btn-menu{
		display: block;
		padding: 8px;
		color: #fff;
		overflow: hidden;
		font-size: 1em;
		font-weight: bold;
		text-decoration: none;
	}

	.icon-menu{float: right; font-size: 25px;}

	header nav{
		width: 100%;
		height: calc(55% - 25px);
		min-height: 500px;
		position: fixed;
		margin: 0;
		overflow: hidden;
	}
	
	.img-slider { height: auto}

	body { padding: 0}

	header nav ul li{
		display: block;
		border-bottom: 1px solid rgba(255, 255, 255, .5);
	}

	header nav ul li a{display: block;}

	header nav ul li .children{
		width: 100%;
		position: relative;
	}

	header nav ul li .children a, input[type="submit"]{
		margin-left: 20px;
	}

	header nav li a, header nav li label, header nav li input[type="submit"]{
		font-size: 1.3em;
		padding: 8px;
	}

	header nav ul li:hover .children{
		background: transparent;
	}

	.bienvenido{display: none;}
}