body{
		margin:0px;
		padding:0px;
	}
	#cookie_global{
		width:100%;
		margin:0 auto;
		display:table;
		/*border:1px solid red;*/
		padding-top:6px;
		padding-bottom:0px;
		background:url(cookielawscript/bg.png) repeat-x bottom #F2F2F2;
		display:none;
	}
	#cookie_principal{
		width:100%;
		margin:0 auto;
		max-width:980px;
		display:table;
		/*border:1px solid red;*/
	}
	#cookie_principal_left{
		width:100%;
		height:auto !important;
		min-height:44px !important;
		/*border:1px solid red;*/
		max-width:740px;
		float:left;
		height:70px;
		text-align:left;
	}
	#cookie_principal_left p{
		padding:0px 10px 0px 10px !important;
		font-size:12px;
		font-weight:normal;
		font-weight:bold;
		font-family:Calibri, Tahoma, Geneva, sans-serif;
		margin:4px auto !important;
		line-height: 15px;
	}
	#cookie_principal_right{
		margin-left:10px;
		height:30px;
		width:100%;
		/*border:1px solid red;*/
		max-width:180px;
		float:right;
		padding-bottom:10px;
		position:relative;
	}
	#aceptar_terminos_cookies{
		/*border:1px solid red;*/
		display:block;
		width:59px;
		padding:10px 0px 10px 26px;
		float:left;
		background:url(cookielawscript/agree.png) no-repeat right;
		color: #584F4D;
		font-size:12px;
		font-weight:bold;
		font-family:Calibri, Tahoma, Geneva, sans-serif;
	}
	#aceptar_terminos_cookies:hover{
		background:url(cookielawscript/agree_h.png) no-repeat right;
		cursor:pointer;
	}
	#leer_mas_cookies{
		/*border:1px solid red;*/
		display:block;
		width:72px;
		padding: 10px 0px 10px 14px;
		float:left;
		background:url(cookielawscript/info.png) no-repeat left;
		color: #584F4D;
		font-size:12px;
		font-weight:bold;
		font-family:Calibri, Tahoma, Geneva, sans-serif;
	}
	#leer_mas_cookies:hover{
		background:url(cookielawscript/info_h.png) no-repeat left;
		cursor:pointer;
	}
	#cont_leer_mas_cookies{
		width:290px;
		height:540px;
		position:absolute;
		right:16px;
		top:28px;
		background:url(cookielawscript/bubble.png) no-repeat right top;
		padding:28px 24px 0 24px;
		z-index:9999999;
		display:none;
		margin-top:10px;
		text-align:left;
	}
	#cont_leer_mas_cookies p{
		font-family: Calibri, Tahoma, Geneva, sans-serif;
		font-size: 12px;
		font-weight: bold;
		line-height:13px;
		margin-top:12px !important;
		padding-bottom:0px !important;
		margin-bottom:0px !important;
	}
	#cont_leer_mas_cookies p.title_bubble_cookies{
		font-size: 14px;
	}
	#click_cerrar_cookies{
		/*border:1px solid red;*/
		position:absolute;
		top:26px;
		right:2px;
		width:30px;
		height:30px;
		cursor:pointer;	
	}