
/*---------- inicio estilo slide ----------*/
.mqm {
	padding: 14px;
	width: 270px;
	border: solid 1px #CCCCCC;
	
}

.cDestTV {
	height: 230px;
	
}

.cDestTV .chamada {
	width: 270px;
	height: 203px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

.cDestTV .chamada .caixatxt {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 130px;
	margin-bottom: 10px;
	padding: 7px 10px;
	width: 250px;
	height: 50px;
	text-align: center;
	position: absolute;
	background: #FFFFFF;
	/*---------- IE ----------*/
	filter: alpha(opacity=90);
	/*---------- CSS3 standard ----------*/
	opacity: 0.9;
	cursor: pointer;
}

.cDestTV  .caixatxt h2 {
	color: #154575;
	margin-top: -20px;
}

.cDestTV  .caixatxt h5 {
	margin-top: -2px;
	line-height: 12px;
}

.cDestTV .naveg {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	width: 270px;
	overflow: hidden;
}

.cDestTV .naveg .lfttick {
	background-repeat: no-repeat;
	position: absolute;
	width: 6px;
	height: 13px;
}

.cDestTV .naveg a {
	padding: 0px;
	margin: 0px;
	width: 17px;
	height: 13px;
	background-color: #FFFFFF;
}

.cDestTV .naveg .anterior {
	width: 90px;
	height: 13px;
	margin: 0px;
}

.cDestTV .naveg .proxima {
	width: 90px;
	height: 13px;
	margin: 0px;
}

.cDestTV .naveg img {
	padding: 0px;
	margin: 0px;
	width: 17px;
	height: 13px;
	background-image: url(../../../imagens/noticias_slide_quad-cinza.gif);
}

.cDestTV .naveg .foco {
	padding: 0px;
	margin: 0px;
	width: 17px;
	height: 13px;
	background-image: url(../../../imagens/noticias_slide_quad-azul.gif);
}
/*---------- final estilo slide ----------*/

