@charset "ISO-8859-1";

/* -----------------------------------------------------------------
                       home
-----------------------------------------------------------------*/
#boxtv{
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:701px;
	height:auto;
	overflow:hidden;
	float:left;
}
#boxtvweblista, #boxtvwebvideo{
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	height:310px;
	overflow:hidden;
	float:left;
}
#boxtvweblista{
	width:300px;
	background-color:#606165;
}
#boxtvwebvideo{
	width:400px;
	background-color:#919397;
	border-left:#CCC dotted 1px;
}
#boxtvweblista #logo{
	position:relative;
	display:block;
	width:150px;
	height:30px;
	margin:10px 10px 20px 10px;
	padding:0px;
}
#boxtvweblista .imgpequena{
	display:block;
	width:120px;
	height:60px;
	padding:0px;
	margin:10px;
	text-align:left;
	overflow:hidden;
	border: solid 1px #cbcac8;
	float:left;
}
#boxtvweblista .textopequena{
	display:block;
	width:150px;
	height:60px;
	padding:0px;
	margin:8px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 12px;
	text-decoration: none;
	text-align:left;
	line-height:15px;
	overflow:hidden;
	float:left;
}
#boxtvweblista .textopequena a{
	text-decoration: none;
	color:#d8d9da;
}
#boxtvweblista .textopequena a:hover{
	text-decoration: none;
	color: #a2a4a7;
}
#boxtvwebvideo .video{
	display:block;
	width:370px;
	height:210px;
	padding:10px;
	margin:0px;
	overflow:hidden;
}
#boxtvwebvideo .manchete{
	display:block;
	width:370px;
	height:40px;
	padding:10px;
	margin:10px 0px 0px 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size: 17px;
	text-decoration: none;
	text-align:left;
	overflow:hidden;
}
#boxtvwebvideo .manchete a{
	text-decoration: none;
	color:#ffffff;
}
#boxtvwebvideo .manchete a:hover{
	text-decoration: none;
	color: #d8d9da;
}
#boxtvwebvideo #play{
	display:block;
	position:absolute;
	top:90px;
	left:170px;
	z-index:99;
}

/* -----------------------------------------------------------------
                       webtv
-----------------------------------------------------------------*/
#palco{
	position:relative;
	display:block;
	width:auto;
	height:416px;
	margin:0px;
	padding:0px;
	border-top:#6b6b6b 5px solid;
	background:#dbdae3 url(/site/img/fundotv.jpg) top center;
}
.boxvideomain{
	position:relative;
	display:block;
	margin:0px auto;
	padding:0px;
	width:1024px;
	height:420px;
}
.videomain{
	position:absolute;
	display:block;
	width:560px;
	height:320px;
	margin:0px;
	padding:0px;
	left:0px;
	top:101px;
	overflow:hidden;
}
.videotexto{
	position:absolute;
	display:block;
	width:440px;
	height:320px;
	margin:0px;
	padding:0px;
	left:580px;
	top:101px;
	overflow:hidden;
}
.boxvideooutros{
	display:block;
	width:230px;
	height:235px;
	margin:20px 25px 20px 0px;
	padding:0px;
	overflow:hidden;
	float:left;
}
.imgoutros{
	display:block;
	width:226px;
	height:113px;
	margin:0px 0px 10px 0px;
	padding:0px;
	overflow:hidden;
	border-radius:5px;
}
