
/* Estilos de la política de cookies */

.cookieMessageWrapper.cookieMessage {	
	bottom: 30px;
	right: 30px;
	visibility: hidden;
}

.cookieMessageWrapper {
	position: fixed;
	background-color: rgba(0,0,0,0.85);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
	padding: 8px 21px;
	margin: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 10000;
	bottom: 30px;
	right: 30px
}

.fixed-dialog{
  position: fixed;
  top:50%; left:50%;
  
}

.cookieMessage p{
	color: #ffffff;
}




