/* Alambre Estudio Grafico | www.alambre.net */
/* Web Dica */
/* Estilos Politica de Cookies CSS+XHTML | Noviembre 2014 */

.aCookie{
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: #1A1A1A;
	color: #fff;
	font-size: 14px;
	line-height: 1.5em;
	z-index: 9999;
	font-family: 'H-Roman', sans-serif;
}

	.aCookie p{
		padding-top: 20px;
		padding-bottom: 10px;
	}

		.aCookie p strong{
		font-family: 'H-Bold', sans-serif;
		text-transform: uppercase;
	}

		.aCookie p a, .msgcookie p a:active, .msgcookie p a:visited, .aCookie p a:hover{
			color: #B81500;
		}

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


		
		
