.estilo_cookies {
    position: absolute;
    bottom: 30px;
    background-color: #f4f7ae;
	width: 100%;
    z-index: 99;
	height: 100px;
	box-shadow: 0 0 9px #666;
	font-family: 'Paytone One', sans-serif;
	font-size: 12px;
}
.estilo_cookies > p {
    padding-left: 10px;
}
.boto_cookies {
	cursor: pointer;
	width: 75px;
	height: 20px;
	background-color: #0668AD;
	border-color: #0668AD;
	border-style: solid;
	border-width: 0px;
	cursor: hand;
	font-family: 'Paytone One', sans-serif;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	text-transform: uppercase;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 0 6px 3px #999;
	-webkit-box-shadow: 0 0 6px 3px #999;
	box-shadow: 0 0 6px 3px	#999;
}
.titol_cookies {
    color: #0668AD;
    font-family: 'Paytone One', sans-serif;
    font-size: 20px;
}
.subratllat_cookies {
    border-bottom: #0668AD dotted 2px;
    height: 3px;
	width: 20%;
}
.estilo_cookies a {
    text-decoration: none;
}