﻿/**
 * Arquivo que contém as regras para as páginas da seção "Destaques".
 *
 * @author Noxy Digital
 */

/**
 * Destaques
 */

h3.canalYouTube {
	margin-right: 232px;
}

#botaoCanalYouTube {
	background-image: url(../../Content/Imagens/BotaoCanalYouTube.gif);
	background-position: right;
	background-repeat: no-repeat;
	display: block;
	float: right;
	height: 160px;
	margin: -50px 0px 0px 15px;
	overflow: hidden;
	text-indent: -9999px;
	width: 232px;
}

.destaques h4 {
	clear: both;
}

.destaques .destaquePrincipal .video {
	float: left;
	height: 235px;
	margin: 0px 15px 20px 0px;
	width: 280px;
}

.destaques .destaquePrincipal a.vejaMaisAqui {
	background-image: url(../../Content/Imagens/BotaoVejaMaisAqui.gif);
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	float: left;
	line-height: 11px;
	margin: 4px 5px 0px 0px;
	overflow: hidden;
	text-indent: -9999px;
	width: 57px;
}

.destaques .lista ul {
	border-top: 1px dashed #8bb7de;
	clear: both;
	margin: 15px 0px;
}

.destaques .lista ul li {
	display: block;
	float: left;
	padding: 15px 0px;
	padding-right: 25px;
	width: 200px;
}

.destaques .lista ul li a {
	float: left;
	display: block;
	height: 75px;
	padding-right: 10px;
	width: 90px;
}

.destaques .lista ul li a span {
	display: block;
	float: left;
	line-height: 0;
	overflow: hidden;
}

.destaques .lista ul li a img {
	width: 90px;
}

.destaques .lista ul li a:hover span {
	border: 3px solid #2e76ab;
}

.destaques .lista ul li a:hover img {
	cursor: pointer;
	margin: -3px;
}

.destaques .lista ul li span {
	color: #2e76ab;
}

.destaques .paginacao {
	text-align: center;
	margin-right: 35px;
}

.destaques .paginacao ul li {
	display: inline;
}

.destaquesAnteriores {
	border-top: 1px dashed #8bb7de;
	clear: both;
	margin-bottom: 40px;
	margin-right: 150px;
}

.destaquesAnteriores .botaoDestaquesAnteriores {
	background-image: url(../../Content/Imagens/BotaoDestaquesAnteriores.gif);
	background-position: left;
	background-repeat: no-repeat;
	float: right;
	padding: 2px 0px 2px 25px;
	margin-top: -9px;
	margin-right: -145px;
}

.destaqueDetalhes h5 {
	text-transform: capitalize;
}

.destaqueDetalhes p.video {
	display: block;
	float: left;
	height: 325px;
	margin: 0px 15px 15px 0px;
	width: 400px;
}
