﻿/* programação */

h3.tit {
	width: 591px;
	background: url(../Imagens/bg/marcador_vermelho_alto.png) no-repeat;
	height: 51px;
	margin-top: 1px;
}
h3.tit span {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 16px 0 0 15px;
	float: left;
}

div.conteudo p {
	color: #333;
	font-size: 12px;
	margin: 3px 0 -3px 0;
	line-height: 18px;
	padding:0;
}

ul.programas { padding-bottom: 12px; }
ul.programas li { padding-bottom: 12px; border-bottom: 1px dotted #666; }
ul.programas li.last-child { padding: 0; border: none; }

ul.programas div {
	background: url(../Imagens/bg/marcador_azul_liso.png) no-repeat center bottom;
	height: 44px;
	color: #fff;
}

ul.programas div h4 {	
	font-weight: bold;
	font-size: 14px;
	padding: 0 12px;
	padding-top: 19px;
	margin: 0;
	float: left;
}

ul.programas div span {
	float: right;	
	padding: 2px 12px 5px 25px;
	margin-top: 19px;
	background: url(../Imagens/ico/horario.png) no-repeat;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}

/* Publicidade */

div.publicidade {
	width:  590px;
	border-top: 3px solid #999;
	padding-bottom: 15px;
	padding-top: 10px;
	float: left;
	margin: 0;
	margin-bottom: 7px;
}

div.publicidade span {
	margin: 0;
	margin-bottom: 6px;
	font-size: 8px;
	color: #616161;
	display: block;
}



