.webHeader {
	/*position: fixed;*/
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	height: 80px;
	/*background: url(../i/logos/logoInicio.png) no-repeat 54px 26px;*/
	width: 100%;
	border-top: 1px solid #fff;
}

.webHeader .playerControl{
	position: absolute;
	right: 18px;
	top: 21px;
	cursor: pointer;
	display: none;
}


.webHeader .logoB{
	width: 210px;
	height: 40px;
	position:absolute;
	left: 34px;
	top: 16px;	
	z-index:1;
}


.webHeader .logoBerroguetto{
	width: 210px;
	height: 40px;
	position:absolute;
	left: 92px;
	top: 25px;	
	z-index:-1;
}



.globalMenu {
	padding-top: 55px;
	padding-left: 92px;
	
}

.globalMenu li{	
    text-transform: uppercase;
	font-size: 11px;
	height: 20px;
	margin: 0 5px;
	cursor:pointer;	
	float: left;
}

.globalMenu li a{
	color: #000;
}

.globalMenu li.current a{
	font-weight: bold;
}



.globalMenu li.current a{
	font-weight: bold;
}

.globalMenu li.language a{
	font-weight: bold;
}