﻿html {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

body{
	background-color:#666;
	margin:0;
	padding:0;
}

.wrapper {
	margin:0 auto;
	width:780px;
	background-color:#fff;
}

.topo {
	width:100%;
	height:163px;
	background:url('../img/fatias/index01.jpg') top left no-repeat;
}

.menuLateral {
	width:218px;
	float:left;
}

.menuLateral .calendario {
	margin-top:10px;
	margin:0;
	border:0;
	width:218px;
	height:67px;
	background:url('../img/ico_calend_junho.jpg')
}

#divConteudo {
	float:right;
	width:562px;
	background:url('../img/fatias/imgIdeogramas.jpg') top right no-repeat;
	padding-top:140px;
}

.rodape {
	width:100%;
	height:100px;
	background:url('../img/fatias/imgRoda_pe.jpg') bottom left no-repeat;
}

.clear-all {
	line-height:0.1em;
	font-size:0.1em;
	clear:both;
}

.Titulos {
	font-size: 19px;
	font-weight: bold;
	color: #EBB200;
}

.SubTitulos {
	font-size: 15px;
	font-weight: bold;
	color: #EBB200;
}

.textosEscuros {
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

.textosTabela {
	font-size: 11px;
	font-weight: bold;
	color: #333;	
}

a,
a:link,
a:visited,
a:active {
	font-size: 12px;
	color: #EBB200;
}

a:hover {
	color: #999;
}

/********************************************/
/* CSS da página de endereços das academias */
/********************************************/
.style2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.style3 {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
/********************************************/

/* DEBORA em 20/05/2010 */
.tabelaHorarios {
	border:0;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color:#EBB200;
}

.tabelaHorarios td {
	padding:3px 7px;
	font-size: 11px;
	text-align:center;
	background-color:#fff;
}

.tabelaHorarios .tabelaHeader td {
	background-color:#EBB200;
	font-weight:bold;
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

.tabelaHorarios .tabelaHeader{
	background-color:#fff;
}

