﻿html {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

body{
	background-color:#666;
	margin:0;
	padding:0;
}

.wrapper {
	margin:0 auto 20px 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');
	display:block;
}

#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;
}



/* POPUP */

.modalBackground{
	filter:Alpha(Opacity=70);
	-moz-opacity:0.7; 
	opacity:0.7;
    width:100%; 
    height:100%; 
    background-color:#000;
    position:fixed;
    z-index:500;
    top:0; 
    left:0;
}

.modalCenter {
	margin:0 auto;
	position:absolute;
	top:22%;
	width:1px;
	left:50%;
	z-index:1000;
}

.modalContent {
	background:url('../img/popup-aulas-para-criancas.png') top left no-repeat;
	width:459px;
	height:389px;
	top:0;
	left:-200px;
	z-index:1001;
	position:relative
}

.modalCenter .botaoFechar {
	width:40px;
	height:40px;
	top:0;
	right:-260px;
	display:block;
	position:absolute;
	z-index:1002;
}

.modalCenter .botaoFechar:hover{
	background:url('../img/fechar-popup.png') top right no-repeat;
	width:76px;	
}

/* FIM POPUP */

