
#pageBillboard {
	display: none;
	background-color: rgb(0, 128, 62);
	width:100%;
	z-index: 1;
	position: relative;
}

.cookiesAlert {
    padding: 10px 0px;
    text-align: left;
    background: none repeat scroll 0% 0% rgb(0, 128, 62);
    color: rgb(255, 255, 255);
    height: 122px;
}

.cookiesAlert .wrapper1 {
    max-width: 780px;
    margin: 0px auto;
    padding: 0px;
    text-align: left;
}

.cookiesAlert p.cookiesTitle {
    float: left;
    width: 20%;
    margin: 0px 2.5% 0px 0px;
    padding: 0px;
    font-size: 25px;
    position: relative;
    font-family: ProximaNovaExCnReg;
    line-height: 1.1em;
    color: rgb(255, 255, 255);
}

.cookiesAlert .cookiesMessage {
    float: left;
    width: 48%;
    margin: 0px 1em 0px 0px;
}

.cookiesAlert p {
    font-size: 13px;
    margin: 0px 0px 1.3em;
    line-height: 20px;
}
.cookiesAlert p, .cookiesAlert a {
    color: rgb(255, 255, 255);
}

.cookiesAlert p.cookiesTitle em {
    font-style: normal;
    font-size: 22px;
}
.cookiesAlert em {
    display: inline-block;
    padding-left: 45px;
}

.cookiesAlert .cookiesOK {
    float: right;
		display: inline-block;
		padding: 0.5em 0.9em;
		font-size: 1.15em;
		text-align: center;
		margin: 0px 0px 4px;
		font-family: "ProximaNovaExCnSbold";
		background: none repeat scroll 0% 0% rgb(255, 255, 255);
		color: rgb(59, 59, 59);
		min-width: 12.2em;
}

.cookiesAlert p.cookiesTitle .icon {
    left: 2px;
    top: 0px;
    margin: 0px;
}
.cookiesAlert p.cookiesTitle .icon {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("../img/iconos/cookie.gif") no-repeat scroll 0px 0px transparent;
}
.cookiesAlert .cookiesOK a {
    color: rgb(59, 59, 59);
    text-transform: uppercase;
    letter-spacing: 2px;
}
.cookiesAlert a {
    margin-bottom: 2px;
    text-decoration: none;
    border-bottom: 1px solid rgb(128, 192, 159);
    transition: border-bottom 0.2s ease-out 0s;
}

.cookiesAlert a:hover {
	border-bottom: 3px solid rgb(255, 255, 255);
}

/* --- Effects --- */
.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1.5s;-moz-animation-duration:1.5s;-ms-animation-duration:1.5s;-o-animation-duration:1.5s;animation-duration:1.5s;}.animated.hinge{-webkit-animation-duration:1.5s;-moz-animation-duration:1.5s;-ms-animation-duration:1.5s;-o-animation-duration:1.5s;animation-duration:1.5s;}@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}	100% {
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes slideInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}

	100% {
		-moz-transform: translateY(0);
	}
}

@-o-keyframes slideInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}

	100% {
		-o-transform: translateY(0);
	}
}

@keyframes slideInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}

	100% {
		transform: translateY(0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	-moz-animation-name: slideInDown;
	-o-animation-name: slideInDown;
	animation-name: slideInDown;
}
@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}
}

@-moz-keyframes slideOutUp {
	0% {
		-moz-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-moz-transform: translateY(-2000px);
	}
}

@-o-keyframes slideOutUp {
	0% {
		-o-transform: translateY(0);
	}

	100% {
		opacity: 0;
		-o-transform: translateY(-2000px);
	}
}

@keyframes slideOutUp {
	0% {
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(-2000px);
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	-moz-animation-name: slideOutUp;
	-o-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

/* --- responsive --- */
@media (min-width : 320px) and (max-width : 568px) {
	.cookiesAlert {
		height: 275px;
		padding: 10px 0px;
	}
	.cookiesAlert .wrapper1 {
    max-width: 80%;
    margin: 0px auto;
    padding: 0px;
    text-align: center;
    font
	}
	.cookiesAlert p.cookiesTitle, .cookiesAlert p.cookiesMessage {
    clear: both;
		display: block;
    width: 100%;
    margin: auto;
	}
	.cookiesAlert em {
	    display: block;
	    padding-left: 0;
	    margin: auto;
	}
	.cookiesAlert p.cookiesTitle .icon {
		width: 100%;
		position: relative;
		top: -25px;
    background-position: center center;
	}
	.cookiesAlert p.cookiesTitle em {
	    position: relative;
			top: 40px;
	    font-size: 24px;
	}
	.cookiesAlert p.cookiesMessage, .cookiesAlert p.cookiesOK {
			clear: both;
			position: relative;
			top: 1em;
	    font-size: 1.1em;
	    line-height: 1.2em;
			text-align: center;
			margin: auto;
	}
	.cookiesAlert p.cookiesMessage span {
			display: block;
			padding: 15px 0;
	    font-size: 1em;
	}
	.cookiesAlert p.cookiesOK {
	   float: none;
		 font-size: 1.18em;
	}
}
