@CHARSET "UTF-8";
.bodyLeft a{
	color:#000000;
	font-weight: bold;
}
/* Noticias */
.news{
	width: 308px;
	padding-left:10px;
}
	.news>.content{
		margin-top:25px;
		height:95px;
	}
		.news>.content>.title{
			font-weight:bold;
			font-size: 1.1em;
			color:#535A5F;
		}
		.news>.content>.date{
			margin-top: 3px;
			font-size: 1em;
		}
		.news>.content>.body{
			margin-top:3px;
			font-size: 1em;
			line-height: 16px;
		}

/* Videos */
.videos{
	width: 305px;
	margin-left: 25px;
}
	.videos a{
		color:#000000;
		font-weight: bold;
	}
	.videos>.content{
		margin-top:25px;
		height:95px;
	}
		.videos>.content .title{
			font-weight:bold;
			font-size: 1.1em;
			color:#535A5F;
		}
		.videos>.content .date{
			margin-top: 3px;
			font-size: 1em;
		}
		.videos>.content .body{
			margin-top:3px;
			font-size: 1em;
		}


	.videos .videoCont{
		width: 275px;
		height: 85px;
		background-image: url('/images/videos_bg.png');
		padding-top: 10px;
	}
		.videos .video{
			height: 100px;
			width: 200px;
			margin-left:5px;
		}
		.videos .videoCont .thumbnail{
			width: 70px;
			height: 70px;
		}
	.videos .videoLeft{
		width: 12px;
		height: 95px;
		background-image: url('/images/videos_bg_left.png');
	}
	.videos .videoRigth{
		width: 12px;
		height: 95px;
		background-image: url('/images/videos_bg_right.png');
	}
/* Link do mais*/
.more{
	text-align: right;
	width: 100%;
	font-size: 1em;
	margin-top: 15px;
}
.more span{
	color:#0F3CFF;
}

/* On the air*/
.onTheAir{
	width:298px;
	margin-top:25px;
	padding-left:10px;
}
	.onTheAir .photo{
		width: 113px;
		height: 113px;
		border:3px #0072B2 solid;
		margin-top:10px;
	}
	.onTheAir .onTheAirRight{
		width:165px;
		margin-left:5px;
	}
	.onTheAir .onTheAirKey{
		color:#0F3CFF;
		margin-top:10px;
		font-size: 1.1em;
		font-weight: bold;
	}
	.onTheAir .onTheAirValue{
		margin-top:5px;
		font-size: 1em;
	}
/* separador do on the air*/
.separator{
	height: 265px;
	width: 6px;
	background-image: url('/images/separador.png');
	margin: 25px 22px 0px 22px;
}
/* Testimonial */
.testimonial{
	margin-top: 25px;
	width: 280px;
	height: 265px;
	background-image: url('/images/testimonials_bg.png');
	background-position: center;
	background-repeat: no-repeat;
}
	.testimonial .testimonialName{
		font-size: 1.1em;
		font-weight: bold;	
		margin-top: 10px;
	}
	.testimonial .testimonialCont{
		font-size: 1em;
		margin-top: 5px;
	}