#ico_wrapper {
	z-index:99999;
	display:none;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	/* padding:10px; */
	font-family:Arial, sans-serif;
	font-size:13px;
	/* background:rgba(255,255,255,0.9); */
	color:#000;
	text-align:left;
}
#ico_wrapper #inner_wrapper {
	width:100%;
	margin:0 auto;
	font-size:12px;
}
#ico_wrapper h3 {
	font-size:15px;
	color:#000;
	margin:0 0 5px 0;
	font-family:Arial, sans-serif;
	padding:0 0 5px 0;
	font-weight:400;
	border-bottom:1px solid #bbb;
}
#ico_wrapper a {
	color:#000;
	text-decoration:underline;
}
#sim_aviso_cookies {
	display:none;
	position:absolute;
	top:20%;
	left:20%;
	right:20%;
	bottom:20%;
	z-index:99999;
	background:rgba(255,255,255,0.9);
	color:#000;
	padding:10px 10px 30px 10px;
	box-shadow:0 0 20px #666;
}
#sim_aviso_cookies iframe {
	width:100%;
	height:100%;
}
.iframe_content {
	color:#000;
	background:transparent;
	font-family:Arial, sans-serif;
	font-size:13px;
}
#sim_cerrar_aviso {
	padding:3px 16px;
	margin-top:2px;
	cursor:pointer;
}
#ico_wrapper .inner_wrapping {
	max-width:748px;
	min-width:460px;
	margin:0 auto;
	font-size:12px;
	line-height:18px;
	position:relative;
	padding:10px;
	background:#fff;
	box-shadow:0 0 10px #000;
}
#ico_wrapper .inner_wrapping input {
	margin-left:10px;
	font-size:12px;
}

#contenedor_botonera_aceptacion_cookie {
	margin:5px 0;
	text-align:center;
}
#contenedor_botonera_aceptacion_cookie input {
	cursor:pointer;
}
#sim_aceptar_cookie {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:24px;
	line-height:24px;
	width:74px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
#sim_aceptar_cookie:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
#sim_aceptar_cookie:active {
	position:relative;
	top:1px;
}
#sim_cerrar_aviso_cookie {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:24px;
	line-height:24px;
	width:74px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #810e05;
}
#sim_cerrar_aviso_cookie:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}
#sim_cerrar_aviso_cookie:active {
	position:relative;
	top:1px;
}