@media screen and (min-width: 1000px) {
	#normativa_cookie {
		font-family: arial;
		font-size: 9pt;
		position: fixed;
		bottom: 60px;
		left: 0px;
		width: 100%;
		height: 60px;
		line-height: 30px;
		background-color: #F00;
		color: #FFF;
		text-align: center;
		vertical-align: middle;
		box-shadow: 0px 5px 5px #000;
		padding: 0 30px 0 0px;
		padding-top: 0px;
		
		z-index: 1000;
	}
}

@media screen and (max-width: 999px) {
	#normativa_cookie {
		font-family: arial;
		font-size: 9pt;
		position: fixed;
		bottom: 25%;
		left: 0px;
		width: 100%;
		height: 80px;
		line-height: 25px;
		background-color: #F00;
		color: #FFF;
		text-align: center;
		vertical-align: middle;
		box-shadow: 0px 5px 5px #000;
		padding: 0 30px 0 0px;
		padding-top: 10px;
		
		z-index: 1000;
	}
}