/* 
CSS RESET - NAO MEXER
http://meyerweb.com/eric/tools/css/reset/ - v2.0 | 2011/01/26 - License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* fixing firefox bug */
div:after, ol:after, form:after, ul:after, dl:after {content:".";display:block;clear:both;visibility:hidden;height:0;overflow:hidden;}
/* 
FIM DO CSS RESET
*/

html, body {
	height: 100%;  /*responsável pelo rodapé flutuante*/
}


/* tudo --------------------------- */
#tudo{
	width:100%;
	margin: 0 auto;
	min-height: 100%; /*responsável pelo rodapé flutuante*/
	position: relative;  /*responsável pelo rodapé flutuante*/
	background:url(images/site-background.png) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

* html #geral {
	height: 100%; /* hack para IE6 que trata height como min-height */
}	


/* cabecalho ---------------------- */
#cabecalho {
}

/* menuHorizontal ---------------------- */
.menuHorizontal-container {
	width:100%;
	background:#373435;
	border-bottom:3px solid #D71313;
	margin:0px 0 10px 0;
}

#menuHorizontal {
	width:960px;
	margin:0 auto;
}

#menuHorizontal ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menuHorizontal ul li {
	display:inline;
	float:left;
	margin:0px;
	position:relative; /*responsável pelo Drop Down do menu*/
	background:url(images/divisoria-menu.jpg) no-repeat right;
}

#menuHorizontal ul li:last-child {
	background:none;
}

#menuHorizontal li:hover ul { 
	display: block;  /*responsável pelo Drop Down do menu*/
}

#menuHorizontal ul li a {
	display:block;
	text-decoration:none;
	color:#CCCCCC;
	padding:15px 20.1px 13px 16.1px;
	text-shadow:1px 1px 1px #000; 
	font-size:14px;
}

#homeMenu {
	width:28px;
	background:url(images/nucleo-academia-logo.png) no-repeat right;
	background-position:10px 8px;
	text-indent:-9999px;
}

#menuHorizontal ul li a:hover {
	text-decoration: underline;
}

#menuHorizontal li ul {
	width:200px;
	height:auto;
	background:#373435;
	position: absolute; /*responsável pelo Drop Down do menu*/
	left:0px;
	top:41.5px;
	display:none;
	z-index:9999;
	/*border-bottom:1px solid #333;*/
	border-top:3px solid #D71313;
}

#menuHorizontal li li {
	display:block;
	float:none;
	width:200px;
	background:none;
}

#menuHorizontal li ul li a {
	display: block;
	padding:10px 15px;
	border-bottom:1px solid #666;
}
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

.cabecalhoContainer {
	width:960px;
	margin:0 auto;
	padding:18px 0 0 0;
}

.cabecalhoBox1 {
	width:208px;
	float:left;
	margin:0 20px 0 0;
}

#logo {
	width:208px;
	height:134px;
	padding:0px 0 0 0px;
	margin:0px 0px 45px 0px;
}

.redesSociais {
	margin:0 0 0 23px;
}

.redesSociais-cabecalho {
	float:left;
}

.redesSociais li {
	float:left;
	margin:0 5px;
}

.redesSociais li img {
	opacity:0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
}

.redesSociais li img:hover {
	opacity:1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

.telefoneCabacalho {
	display:block;
	color:#ED4B37;
	font-size:15px;
	text-align:center;
	padding:12px 0;
}

.enderecoCabecalho {
	display:block;
	color:#5A5457;
	font-size:13px;
	text-align:center;
}

.cabecalhoBox2 {
	float:left;
}

.linksRapidos2 {
	width:450px;
	float:left;
	padding:40px 0 30px 80px;
}

.linksRapidos2 ul li {
	float:left;
	margin:0 9.5px 0 0;
}

.linksRapidos2 ul li:last-child {
	margin:0 0px 0 0;
}

.linksRapidos2-home {
	padding:0px 0 20px 0;
}

.linksRapidos2-home ul li {
	float:left;
	margin:0 9.5px 0 0;
}

.linksRapidos2-home ul li:last-child {
	margin:0 0px 0 0;
}

.boxCabecalho-diferente {
	float:right;
	padding:15px 0 0 0;
}

.slider {
	width:730px;
	height:316px;
}


/* conteudo ----------------------- */
#conteudo{
	width:960px;
	margin:0 auto;
	padding-bottom:190px; /*responsável pelo hack do rodape flutante*/
}

.linksRapidos1 {
	padding:10px 0 40px 0;
}

.linksRapidos1 ul li {
	float:left;
}

#colunaUnica {
	width:960px;
}

.boxFotos-bloco {
	width: 208px;
	min-height:195px;
	margin: 0 16px 15px 16px;
	float: left;
}

.boxFotos-bloco a {
	color: #FF3C3C;
	text-decoration: none;
	font-weight: bold;
}

.boxFotos-bloco img {
	width: 200px;
	border: 4px solid #FF3C3C;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 7px 0;
	opacity:0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
}

.boxFotos-bloco:hover img {
	border: 4px solid #FC0000;
	opacity:1;
	-moz-opacity:10;
	filter: alpha(opacity=100);
}

.boxFotos-bloco:hover a {
	color: #FC0000;
}

#colunaUm {
	width:590px;
	/*background:#966;*/
	float:left;
}

.colunaTexto {
	padding:0 10px 25px 0;
	line-height:20px;
	color:#333;
	text-align:justify;
}

.colunaTexto p {
	margin-bottom:20px;
}

h1 {
	width:100%;
	font-size:28px;
	background:#CCC;
	padding:18px 0;
	margin:0px 0 35px 0;
	text-align:center;
	border-radius:15px 0 15px 0;
	border-bottom:#F00 1px solid;
	text-shadow:1px 1px #FFF;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:22px;
	margin-bottom:20px;
}

h3 {
	font-size:16;
	font-weight:bold;
	margin-bottom:8px
}

.autoria {
	font-size:13px;
}

.boxNoticia {
	min-height:130px;
	color:#4D4D4D;
}

.boxNoticia:hover img {
	opacity:1;
	-moz-opacity:10;
	filter: alpha(opacity=100);
}

.boxNoticia-data {
	width:50px;
	float:left;
}

.data-dia {
	font-size:25px;
}

.data-mes {
	font-size:18px;
}

.data-ano {
	font-size:12px;
}

.boxNoticia-imagem {
	width:195px;
	float:left;
}

.boxNoticia-imagem img {
	border:3px solid #FF3C3C;
	border-radius:3px;
	opacity:0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);
}

.boxNoticia-imagem img:hover {
	border:3px solid #FC0000;
	border-radius:3px;
	opacity:1;
	-moz-opacity:10;
	filter: alpha(opacity=100);
}

.boxNoticia-texto {
	width:340px;
	float:left;
	line-height:17px;
}

.boxNoticia-texto a {
	color:#EB3937;
	text-decoration:none;
	font-weight:bold;
}

.boxNoticia-texto a:hover {
	text-decoration:underline;
}

.subtituloNoticia {
	font-size:13px;
}


#colunaDois {
	width:340px;
	min-height:370px;
	float:right;
}

.fb-like-box {
	margin-bottom:30px;
}

.bannersRodape {
}

.bannersRodape li {
	float:left;
	margin:40px 26px 30px 0;
}

.bannersRodape li:last-child {
	margin:40px 0px 30px 0;
}


.bannersRodape li img {
	width:220px;
}


/* rodape ---------------------- */
#rodape {
	width:100%;
	background:url(images/rodape-background.jpg) repeat-x;
	color:#CCC;
	position: absolute;  /*responsável pelo rodape flutante*/
	bottom: 0;  /*responsável pelo rodape flutante*/
	font-size:13px;
}

.rodapeContainer {
	width:960px;
	margin:0 auto;
	border-top:5px solid #C3C3C3;
	margin-top:-5px;
	padding:20px 0 0px 0;
}

.logoRodape {
	width:250px;
	float:left;
}

.menusRodape {
	width:390px;
	float:left;
	padding:8px 0 0 0;
}

.menuRodape {
	float:left;
	margin-right:15px;
	line-height:20px;
}

.menuRodape a {
	color:#CCC;
	text-decoration:none;
}
.menuRodape a:hover {
	color:#FFF;
	text-decoration:underline;
}

.dadosRodape {
	width:300px;
	float:right;
	text-align:right;
	padding:8px 0 0 0;
	line-height:18px;
}

.rodapeBox2 {
	margin-top:20px;
	padding:20px 0 20px 0;
	border-top:1px dashed #CCCCCC;
	font-size:11px;
}

.assinatura {
	display:block;
	float:right;
}

.assinatura a {
	color:#CCCCCC;
	text-decoration:underline;
	font-weight:bold;
}

.assinatura a:hover {
	text-decoration:inherit;
	color:#FFF;
}

.imagemGaleria {
	width:183px;
	margin:5px;
}

.patrocinadores {
}

.patrocinadores li {
	width:176px;
	height:110px;
	float:left;
	margin:0 7px 15px 7px;
	/*border:1px solid #CCC;*/
	text-align:center;
}

.galeriaBox {
	margin:-20px 0 0 0;
}

.galeriaBox img {
	margin:0 12px 24px 12px;
}

a.linkVermelho {
	color:#EB3937;
	text-decoration:none;
	font-weight:bold;
}

a.linkVermelho:hover {
	text-decoration:underline;
}

.galeriaFotos {
	width:270px;
	margin:30px 23px;
}

.horarios td {
	padding:7px;
	border:1px solid #999;
}

.horarios p {
	padding:0px;
	margin:0px;
}

.mapa {
	border:1px solid #CCC;
	padding:4px;
}

#iconeFacebook {
	display: block;
	margin: -9px 0 -8px 0;
}
