#coo-edit {
	position: fixed!important;
	bottom: 0;
	z-index: 16777270;
	width: 100%!important;
	height: 30px;
	text-align: center;
	border-width: 1px 0 1px 0!important;
	border-style: solid!important;
	border-color: #fff!important;
	box-shadow: 0 0 40px #444;
	padding: 0px 0;
	left: 0;
	right: 0;
	float: none!important;
	text-shadow: none;
	border-radius: 0!important;
	margin: 0 auto!important;
	background-image:url(/imagenes/transcookies.png);
	background-repeat:repeat;
	
}
#coo-edit p, #coo-edit h2 {
	margin: 5px 0;
	padding: 0;
	line-height: 1.2em;
	color: #000;
	float: none!important;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}
#coo-edit p {
	font-size: 13px;
	color: #666;
}
#coo-edit a {
	color: #666;
	text-decoration: underline;
	font-family: 'Roboto', sans-serif;
}
#coo-edit a:hover {
	color: #666;
	text-decoration: none;
}
#coo-edit .btn-box {
	width: 95px;
    display: -webkit-inline-box;
	margin-left: 25px;
	display: inline-block;
}
#coo-edit .saber_mas{
	font-size: 10pt;
}
#coo-edit .btn {
	-webkit-border-radius: 16;
	-moz-border-radius: 16;
	border-radius: 16px;
	font-family: 'Roboto', sans-serif;
	color: #ffffff;
	font-size: 10px;
	background: #000;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}
#coo-edit .btn:hover {
	background: #363636;
	text-decoration: none;
	color: #ffffff;
}

@media screen and (max-width: 1024px) {
#coo-edit {
	height: 35px;
}
#coo-edit h2 {
	font-size: 12px;
	padding: 0 15px;
}
#coo-edit p {
	font-size: 10px;
	padding: 0 15px;
}
}

@media screen and (max-width: 480px) {
#coo-edit {
	height: 35px;
}
}