/* Coockies
------------------------------------------------ */

.identity-noticebar{
	background: #5e5f5f;
	margin-bottom: 10px;
	min-height:30px;
	width: 100%;
	margin:auto;
	display: block;
	position: fixed;
	bottom:0;
	left:0;
	z-index: 1000 !important;
	
	/*
	position: absolute;
	top: 0;
	left: 0;
	right: 0;*/
	}
	
.identity-noticebar-content{
		border-top: 1px solid #c6ddf1;
		padding: 5px 10px;
		}
		
.identity-noticebar-content span{
	font-size: 12px;
	color:#fff;
	display:block;

	text-align: center;
	margin-right: 15px;
	}
	
	.identity-noticebar-content span a{
		
		color:#fff;
		text-decoration:underline
		}
		#cerrarnoticebar{
			display:block;
		

			position: absolute;
			top: 3px;
			right: 25px;
			width: 9px;
			height: 9px;

			}