/*banner_cookies*/
#ban_cookies{ 
	position: fixed;
	background-color:#F7F7F7;
	width: 100%;
	height: 100px;
	*height: 100px;
	text-align: left;
	/*opacity: 0.9;*/
	z-index: 10;
	margin:0 auto;
	border-top: 1px solid #4B4B4B;
	color:#4B4B4B;
	bottom: 0px;
	filter: alpha(opacity=90);
	*position: absolute;	
	*bottom:expression(0-((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px'); 
	left:expression(0+((e=document.documentElement.scrollLeft)?e:document.body.scrollLeft)+'px');
}
#content_ban_cookies{
	width: 1000px;	
	margin: 0 auto;	
	font-weight: bold;
	overflow: hidden;	
}
.content_ban_cookies h2{color:white;}
.content_ban_cookies a{color:#000000;text-decoration: underline;}
#content_ban_cookies p{color:#000000;padding:20px 0;}
.content_ban_cookies button{
	color:#E32119;	
	background: #000000;
	height:20px;
	font-weight: bold;
	color:#D3D2C3;
	float: none;
	cursor: pointer;
	border-radius: 10px;
}
#acept_cookie{
	width: 165px;
	float: right;
	margin-top: -35px;
}
.uso_cookies{
	position: relative;	
	text-align: justify;
	margin:0 0 0 25px;
	width:720px;
}
.time_cookies{
	position: absolute;
	margin: auto;
	width: 100%;
	height: 100%;
	background:red;
	opacity: 0;
	z-index: 10;
	filter: alpha(opacity=0);
}