body #dvCookies {
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 1001;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    top: 8em;
    height: auto;
    max-width: 1000px;
    border: .3em solid #aaa;
    border-radius: 4px;
    background: #cdcdcd;
    padding-bottom: 3px;
}
/* estilos cookie-banner */
#inferior{
	font-size: 1.3em;
	margin:10px auto 7px;
	color:#fff;
	margin-bottom:5px;
	max-width: 80%;
}
#cont_cookie {
    text-align: left;
}
#cont_cookie p{
	font-size:0.9em;
	margin-bottom: 9px;
	margin-top: 0;
	display:inline-block;
	color: #000;
	text-align: left;
}
#cont_cookie p:last-of-type{
	margin-bottom: 0;
}
#cont_cookie .cont_cookie_btn {text-align:center;margin-top:11px;}
#cont_cookie2 span{
	font-size:1.1em;
}
#cont_cookie a {
	color:#930;
	background: #fff;
	padding: 6px 8px;
    margin-top: 8px;
	display: inline-block;
	text-decoration: none;
	border-radius: 4px;
}
.cookie_policy_white{color:#454545 !important;background: #fff !important;border: 0.1em solid #930}
#cont_cookie a:hover, #cont_cookie a:focus, #cont_cookie a:active {
	text-decoration: underline;
}
#cont_cookie input {
	border: 3px solid rgb(153, 51, 0);
	border-radius: 4px;
	background-color:rgb(153, 51, 0) !important;
	color:#fff !important;
	padding:0.2em 0.6em;
	font-size:1.1em;
	cursor:pointer;
	width: 6em;
}
#cont_cookie input:hover {
	border:1px solid rgb(153, 51, 0);
	color:rgb(153, 51, 0);
	cursor:pointer;
}
div.cuadro_aviso{
	width:96%;
	padding:1em;
	margin-bottom:1.2em;
	border:1px solid rgb(0, 102, 153);
}
body.responsive #dvCookies #i_cookies {
    overflow: hidden;
    position: static !important;
}
@media only screen and (max-width: 599px) {
    body.responsive #dvCookies {
		max-width: 94%;
	}
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
    body.responsive #dvCookies {
		max-width: 58em;
	}
}
@media only screen and (max-width: 1023px) and (min-width: 768px){
    body.responsive #dvCookies {
		max-width: 69em;
	}
}