/** === CAJA COOKIES === **/
.cookie-box {
	background: url('/img/bg-mensaje-cookies.gif'); 
	bottom: 0; 
	color: #000;
	display: block; 
	padding:12px 0; 
	position: fixed;
	width: 965px;
	z-index: 10000; 		
}
#cookie-close {
	background: url('/img/ico-close-cookies.png') no-repeat; 
	display: inline-block; 
	height: 33px; 	
	position: absolute; 
	right: 0;	
	width: 33px;
	padding: 5px;
	padding-bottom: 5px;

}
#cookie-close a {
	display:block; 
	height: 33px; 
	width: 33px;

}
#cookie-notification {display: inline-block; width: 95%; position:relative}
#cookie-notification p {color: #ccc; margin-bottom: 0; margin-left:15px; font-size:12px;  margin-left:!important}
#cookie-notification p a {text-decoration: underline;}

#branding #searchsubmit {
	background: none; 
	border: 0;
	cursor: pointer;
	display: block!important;
	font-size: 0;	
	position: relative; 
	right: -147px;
	top: 6px
	
}
@-moz-document url-prefix() {
	#branding #searchsubmit {
		right: -129px;
		top: -24px;
	}
}


