@charset "utf-8";
/* CSS Document */

@import url(/Shared/CSS/destacados-new/media-queries.css);

figure {
	background-color:#F3F3F3;
	margin: 0;
	height: 150px;
	width: 100%;
	position: relative;
	display: block;
	z-index: 1;
}

figure article {
	margin: 0 auto;
	position: relative;
	padding: 0;
	width: 952px;
	border: none;
	height: 100%;
}

figure h1 {
	font: 35px "DTV-DIN-LIGHT";
	letter-spacing: -0.025em;
	float: left;
	margin: 55px 0 0;
}
figure article #Banner-Adserver {
	width: 468px;
	position: absolute;
	right: 0;
	top: 45px;
}
            
/*section article.add-padding-b:first-of-type {
	padding-top:60px;
}*/
article.CTA{
	padding: 60px 0;
}
article.CTA >* {text-align:center;}
article.CTA h3 {padding: 0 0 3px;}

article.CTA p {font-size:12px;}
article.CTA a.BtnUI {
    margin: 0 auto;
    width: 200px;
    display: block;
}
article.CTA p a {
    font-size: 12px;
}
article.CTA h3{
	font: 22px/28px 'DTV-DIN-MEDIUM';
	border-bottom: none;
	cursor: inherit;
}
section:first-child{border: none;}

article.Banner{
	padding: 60px 0 0 0;
}
article.view-date {
	padding-top:50px;
}
article.view-date h3.only-child {
	border: none;
}
article.view-date h3, article.view-date h3 a {
	font: bold 16px/22px Arial;	
}
	

	article.Banner iframe {
		display: block;
		margin: 0 auto;
	}