/*.box-sidebar header{
	height: 34px !important;
	line-height: 34px !important;
}*/

#box-sidebar-videos header h3{
	float: left;
}

.title-ads{
	float: right;
}

.little-title-ads{
	height: 34px;
	width: 100px;
}

.big-title-ads{
	height: 70px;
	width: 160px;
}

#box-videos header{
	padding-top: 0px !important;
	padding-right: 0px !important;
}

#box-videos .box-title{
	padding-bottom: 10px;
	display: block;
	height: 70px;
	line-height: 70px;
}

#box-videos h3{
	float: left;
}

#banner-top-horizontal{
	margin: 0 auto;
	width: 970px;
	height: 130px;
	background: #FFF;
	position: relative;
	z-index: 1001;

	#banner-top-horizontal-content{
		width: 728px;
		height: 95px;
		text-align: center;
		overflow: hidden;
		position: absolute;

		&:hover{
			height: 300px;
		}
	}

	#banner-top-horizontal-close{
		width: 20px;
		height: 20px;
		bottom: 0;
		background: url(/app/assets/images/btn-close-banner.png) no-repeat 0 0;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-topright: 3px;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		border: 1px solid #D8DAD7;
		border-bottom: none;
		display: block;
		float: right;
		margin-right: -100px;
		margin-top: 110px;
		z-index: 9;
	}
}

#banner-flutuante{
	position: absolute;
	top: 350px;
	left: 0;
	float:left;
	background-color: #sasasa;
	z-index: 999999;
	display: none;
}
.fechar_flutuante{
	width: 80px;
	height: 30px;
	border: 2px solid #cccccc;
	padding: 4px;
	background-color: #49a347;
	color: white;
}
#fechar_banner_flutuante{
	text-align:right;
}
