
/***
COOKIES ALERT
***/	
	
	
.cookieDiv {
width: 100%;
heigth: auto;
bottom: 0;
left: 0;
right: 0;
position: fixed;
background-color:#999;
color: #fff;
font-size: 13px;
overflow:auto;
background-color:#36414d;
border-top:1px solid #455464;
z-index:99999;
display:none;
}

.wrapper_txt_cookie{
	max-width:1150px;
	margin:auto;
	overflow:auto;
	overflow:hidden
	}

.textoCookie {
	float: left;
	width:89%;	
	}
.accionCookie {
	width:8%;
	float: right;
	margin: 20px 00px 20px 20px;
	text-align:right;
	}
	
.cookieDiv a:hover {
	color:#FFF;
	}
.cookieDiv p {
	margin: 20px 0 ;
	padding: 0px 20px 0px 00px;
	}
.cookieDiv div {	
}
.botonCookie {
	padding: 3px 5px;
	box-shadow:0 1px 3px #222;
	background: #00b9be;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	position:relative;
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	-ms-transition: none;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease; 
}		
.botonCookie:hover {
	background: #09D6Db;
	box-shadow:0 1px 0px #888, 0 1px 1px #333	 inset ;
	-moz-box-shadow: 0 2px 0 ;
	-webkit-box-shadow: 0 2px 0 #767676;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease; 
	color: #fff;
	text-decoration:none;
}

.botonCookie:active {
box-shadow: 0 2px 0 #767676, 0px 1px 4px rgba(0,0,0,0.3) inset;
-moz-box-shadow: 0 2px 0 #767676, 0px 1px 4px rgba(0,0,0,0.3) inset;
-webkit-box-shadow: 0 2px 0 #767676, 0px 1px 4px rgba(0,0,0,0.3) inset;
transition: none;
-moz-transition: none;
-webkit-transition: none;
-o-transition: none;
-ms-transition: none;
}
.enlaceCookie {
color: #ADBDCE;
text-decoration: none;
display: inline-block;
}
.enlaceCookie:hover {
color: #36414d;
text-decoration: none;
}

@media only screen and (max-width:1198px) {
.wrapper_txt_cookie{
	max-width:950px;
	margin:auto;
	overflow:auto;
	overflow:hidden
	}
	}

@media only screen and (max-width:991px) {
.wrapper_txt_cookie{
	max-width:730px;
	margin:auto;
	overflow:auto;
	overflow:hidden
	}
	
.textoCookie {
	float: left;
	width:85%;	
	}
	
.accionCookie {
	width:10%;
	float: right;
	margin: 20px 00px 20px 20px;
	text-align:right;
	}
	}

@media only screen and (max-width:749px) {
.wrapper_txt_cookie{
	padding:0 10px;
	margin:auto;
	overflow:auto;
	overflow:hidden
	}
	
.textoCookie {
	float: left;
	width:80%;	
	}
		
.accionCookie {
	width:70px;
	float: right;
	margin: 20px 00px 20px 20px;
	text-align:right;
	}
	}

@media only screen and (max-width:480px) {

.textoCookie {
	float: left;
	width:100%;	
	}
		
.accionCookie {
	width:65px;
	float: left;
	margin: 00px 00px 20px 00px;
	text-align:right;
	display:block;
	clear:both
	}
	}

/*END OF COOKIES*/