#webtv_Wrapper{
	position: relative;
	float: left;
	width: 960px;
	margin-left: 10px;
}
#webtv_Wrapper h1{
	float: left;
	clear: left;
	margin-bottom: 15px;
	font-family: BebasNeueRegular;
	font-size: 30pt;
	line-height: 34pt;
	color: #444;
	font-weight: normal;
}

a.b_hq{
	position: absolute;
	right: 15px;
	top: 0;
/*	float: right;
	margin-right: 15px;
*/
	padding: 7px 12px 0 12px;
	background: #999;
	color: #fff;
	font-size: 18pt;
	line-height: 18pt;
	border-radius: 4px;
}

a#b_hq_on{
	background: #cc0000;
}
a#b_hq_off{
	background: #999;	
}

a#b_hq_on:hover,
a#b_hq_off:hover{
	color: #fff;
	background: #000;
}


#webtv_cabecera{
	position: relative;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
}

#webtv_destacado{
	position: relative;
	float: left;
	width: 640px;
}
#directo{
	float: left;
	padding: 2px 8px;
	margin-right: 10px;
	background: #cc0000;	
	border-radius: 3px;
}

#directo_bolo{
	float: left;
	width: 8px;
	height: 8px;
	margin-top: 4px;
	margin-right: 3px;
	background: #fff;
	border-radius: 4px;
}

#directo_texto{
	float: left;
	padding: 0;
	margin-left: 5px;
	color: #fff;
	text-shadow: 1px 1px 0 #555;
}
#webtv_destacado h1{
	float: left;
	clear: none;
	margin-bottom: 2px;
	font-family: BebasNeueRegular;
	font-size: 18pt;
	line-height: 20pt;
	color: #333;
	font-weight: normal;
}

#webtv_destacado h2{
	float: left;
	clear: left;
	margin-top: 5px;
	font-family: BebasNeueRegular;
	font-size: 14pt;
	line-height: 18pt;
	color: #777;
	font-weight: normal;
}

#webtv_destacado .hq_off iframe,
#webtv_destacado .hq_off object,
#webtv_destacado .hq_off embed,
#webtv_destacado .hq_off video{
	width: 620px;
	height: 349px;
}
#webtv_destacado .hq_on iframe,
#webtv_destacado .hq_on object,
#webtv_destacado .hq_on embed,
#webtv_destacado .hq_on video{
	width: 940px;
	height: 529px;
}

#webtv_destacado a.b_moviles{
	float: right;
	margin-top: 5px;
	margin-right: 20px;
	padding: 3px 5px;
	border-radius: 3px;
	background: #333;
	color: #fff;
	font-family: PTSansRegular;
	font-size: 10pt;
}
#webtv_destacado a.b_moviles img{
	margin-right: 10px;
}

#webtv_destacados{
	position: relative;
	float: right;
	width: 320px;
}

#webtv_destacados div{
	float: left;
	clear: left;
	margin-bottom: 5px;
}

#webtv_destacados h1{
	float: left;
	clear: left;
	margin-bottom: 2px;
	font-family: BebasNeueRegular;
	font-size: 18pt;
	line-height: 20pt;
	color: #333;
	font-weight: normal;
}
#webtv_destacados h2{
	float: left;
	clear: left;
	margin-top: 0;
	font-family: BebasNeueRegular;
	font-size: 12pt;
	line-height: 16pt;
	color: #777;
	font-weight: normal;
}

#webtv_destacados a{
	float: right;
	margin-top: 2px;
	margin-right: 20px;
	font-family: PTSansRegular;
	font-size: 9pt;
}

#webtv_destacados iframe,
#webtv_destacados object,
#webtv_destacados embed{
	width: 300px;
	height: 150px;
}


ul#webtv_listado{
	position: relative;
	float: left;
	clear: both;
}

ul#webtv_listado li{
	position: relative;
	float: left;
	width: 300px;
	margin-right: 20px;
	margin-bottom: 10px;
}

ul#webtv_listado li iframe,
ul#webtv_listado li object,
ul#webtv_listado li embed{
	width: 300px;
	height: 150px;
}

ul#webtv_listado li h1{
	float: left;
	clear: left;
	margin-bottom: 2px;
	font-family: BebasNeueRegular;
	font-size: 18pt;
	line-height: 20pt;
	color: #333;
	font-weight: normal;
}

ul#webtv_listado li h2{
	float: left;
	clear: left;
	margin-top: 3px;
	font-family: BebasNeueRegular;
	font-size: 12pt;
	line-height: 16pt;
	color: #777;
	font-weight: normal;
}

ul#webtv_listado li a{
	float: right;
	margin-top: 2px;
	font-family: PTSansRegular;
	font-size: 9pt;
}

a.b_volver_webtv{
	float:left;
	margin-right:20px;
	font-family: PTSansRegular, helvetica, arial;
	font-size: 14pt;
	color: #777;
}
a.b_volver_webtv img{
	margin-right: 10px;
}

.hq_off #mediaspace{
	float: left;
	clear: left;
	width: 620px;
	height: 360px;
	font-family: PTSansRegular;
	text-align: center;
	font-size: 15pt;
}
.hq_on #mediaspace{
	float: left;
	clear: left;
	width: 940px;
	height: 540px;
	font-family: PTSansRegular;
	text-align: center;
	font-size: 15pt;
	line-height: 20pt;
}