.cc_banner-wrapper
{
	position: relative;
	z-index: 9001;
}
.cc_container .cc_btn
{
        background-image:url(../images/bk_numeros.gif);
        background-position:bottom;
        background-repeat:repeat-x;
        border:1px solid #bbbbbb;
        background-color:#fff;
        color:#666666;
        padding: 1px;
        position:relative;
        cursor:pointer;
        display: block;
        float: right;
}
.cc_container .cc_message
{
	font-size: 0.6em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	transition: font-size 200ms;
}
.cc_container .cc_logo
{
	background-size: cover;
	display: none;
	height: 22px;
	opacity: 0.9;
	overflow: hidden;
	text-indent: -1000px;
	transition: opacity 200ms;
	width: 100px;
}
.cc_container .cc_logo:hover,.cc_container .cc_logo:active
{
	opacity: 1;
}
@media screen and (min-width: 500px)
{
	.cc_container .cc_btn
	{
	}
	.cc_container .cc_message
	{
		font-size: 0.8em;
	}
}
@media screen and (min-width: 768px)
{
	.cc_container .cc_btn
	{
	}
	.cc_container .cc_message
	{
		font-size: 1em;
		line-height: 1em;
	}
}
@media screen and (min-width: 992px)
{
	.cc_container .cc_message
	{
		font-size: 1em;
	}
}
@media print
{
	.cc_banner-wrapper,.cc_container
	{
		display: none;
	}
}
.cc_banner-wrapper
{
	height: 66px;
}
.cc_container
{
	left: 0;
	overflow: hidden;
	padding: 15px 15px 15px;
	position: fixed;
	right: 0;
	top: 0;
}
.cc_container .cc_message
{
	display: block;
}
@media screen and (min-width: 500px)
{
	.cc_container .cc_message
	{
		margin-top: 0.5em;
	}
}
@media screen and (min-width: 768px)
{
	.cc_container
	{
		padding: 15px 30px 15px;
	}
	.cc_container .cc_btn
	{
		padding: 8px 15px;
	}
}
.cc_container
{
	background: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
	color: #666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.71em;
}
.cc_container ::-moz-selection
{
	background: #ff5e99;
	color: #fff;
	text-shadow: none;
}
.cc_container .cc_btn,.cc_container .cc_btn:visited
{
}
.cc_container .cc_btn:hover,.cc_container .cc_btn:active
{
        background-image:url(../images/bk_numeros_hover.gif);
        color:#fff;
        background-color:#fb770c;
        text-decoration:none;
}
.cc_container a,.cc_container a:visited
{
	color:#d83503;
	text-decoration: none;
	transition: 200ms color;
}
.cc_container a:hover,.cc_container a:active
{
        text-decoration:underline
	color: #555;
}
@-webkit-keyframes slideDown
{
	0%
	{
		margin-top: -66px;
	}
	100%
	{
		margin-top: 0;
	}
}
@keyframes slideDown
{
	0%
	{
		margin-top: -66px;
	}
	100%
	{
		margin-top: 0px;
	}
}
@-webkit-keyframes growDown
{
	0%
	{
		height: 0;
	}
	100%
	{
		height: 66px;
	}
}
@keyframes growDown
{
	0%
	{
		height: 0;
	}
	100%
	{
		height: 66px;
	}
}
.cc_container
{
	animation-duration: 0.8s;
	animation-name: slideDown;
	moz-animation-duration: 0.8s;
	o-animation-duration: 0.8s;
	webkit-animation-duration: 0.8s;
	webkit-animation-name: slideDown;
}
.cc_banner-wrapper
{
	animation-duration: 0.8s;
	animation-name: growDown;
	moz-animation-duration: 0.8s;
	o-animation-duration: 0.8s;
	webkit-animation-duration: 0.8s;
	webkit-animation-name: growDown;
}

