/* Alambre Estudio Grafico | www.alambre.net */
/* Web Irati responsive */
/* Politica de cookies | CSS | Agosto 2019 */




.aCookie{
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #202020;
	color: #fff;
	font-size: 13px;
	line-height: 1.5em;
	z-index: 999999;
	font-family: 'Raleway', sans-serif;
	text-align: center;
}

	.aCookie p{
		padding-top: 20px;
		padding-bottom: 10px;
		font-family: 'Raleway', sans-serif;
	}

		.aCookie p strong{
		font-family: 'Raleway', sans-serif;
		font-size: 15px;
		font-weight: bold;
		text-transform: uppercase;
	}

		.aCookie p a, .msgcookie p a:active, .msgcookie p a:visited, .aCookie p a:hover{
			color: #ffffff;
			font-family: 'Raleway', sans-serif;
			text-decoration: underline;
		}

		.aCookie p a.closeCookie{
			float: right;
			display: block;
			width: 45px;
			height: 45px;
			background: url(close2x.png) 0 0 no-repeat;
			background-size: contain;
			overflow: hidden;
			text-indent: -9999px;
			opacity: 0.5;
			margin: 0 0 0 20px;
		}
		.aCookie p a.closeCookie:hover{
			opacity:1;
		}
		
