#t4-banner {
    padding: 10px 10px 10px 10px;
}

body{
	position: relative;
	/* padding-bottom: 70px; */
}
.t4-content .t4-content-inner {
	padding-bottom: 70px;
}
#iframe-reproductor{
	position: fixed;
	bottom:0;
	width:100%;
	right:0px; left:0px;
	height: 70px;
	padding: 0px;
	border:none;
	z-index: 9999;
	background-color: #080808;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.2);	
}