﻿/*
================================================================================
STUDIO CORPO LIVRE
================================================================================
css/estilo.css :: estilos CSS
--------------------------------------------------------------------------------
Criacao: 24/0709			      |  Autor: Guilherme <guilhermed@vegait.com.br>
--------------------------------------------------------------------------------
Ultima Alteracao: 24/07/09		  |  Autor: Guilherme <guilhermed@vegait.com.br>
--------------------------------------------------------------------------------
		Criacao do arquivo
================================================================================
				ALTERACOES MAIS ANTIGAS NO RODAPE DO ARQUIVO
================================================================================
*/

html, body {
	height:100%;
	} 
	
body {
	height:100%;
	margin:0px; 
	padding:0px;
	text-align:center;
	background:#FFF url('../img/bg-fundo.jpg') repeat-y;
}
	
	
	/* ESTRUTURA */
	
#fundo {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}	
	
#masterhome {
	width:100%;
	min-height:100%;
	position:relative;
	left:0px;
	z-index:2;
}

*html #masterhome {
	height:100%;
}

#master {
	width:950px;
	height:auto;
	position:relative;
	left:0px;
	margin:auto;
	z-index:2;
}

#topo {
	width:100%;
	height:218px;
	position:relative;
	z-index:3;
}

#menu {
	width:260px;
	height:250px;
	float:left;
}

#conteudo {
	width:612px;
	min-height:313px;
	/*position:relative;*/
	float:right;
	margin-top:-36px;
	padding:35px 35px 85px 35px; 
	text-align:left;
	z-index:3;
	background:url('../img/bg-fundo-conteudo.jpg') top left no-repeat;
}

*html #conteudo {
	height:230px;
	float:right;
	margin-top:-36px;
	padding:35px 32px 85px 32px; 
	text-align:left;
	z-index:3;
	background:url('../img/bg-fundo-conteudo.jpg') top left no-repeat;
}


#rodape {
	width:950px;
	height:72px;
	position:relative;
	margin:-72px auto auto auto;
	z-index:3;
}

#endereco {	
	width:495px;
	height:72px;
	float:right;
	margin-right:35px;
	background:url('../img/bg-divisoria.jpg') no-repeat right top;
}

*html #endereco{
	margin-right:20px;
}

#aguaverde {
	width:170px;
	height:65px;
	float:right;
	margin-top:5px;
}

*html #aguaverde {
	width:170px;
	height:65px;
	float:right;
	margin-top:8px;
}


#sociedade {
	width:140px;
	height:65px;
	float:left;
	margin-top:5px;	
}

*html #sociedade {
	width:140px;
	height:65px;
	float:left;
	margin-top:8px;	
}


#metropolitan {
	width:156px;
	height:65px;
	float:right;
	margin-top:5px;	
}

*html #metropolitan {
	width:156px;
	height:65px;
	float:right;
	margin-top:8px;	
}


	/* ESTRUTURA PAGINAS INTERNAS */


.menusedes {
	width:400px;
	height:15px;
	position:relative;
	float:right;
}	

*html .menusedes {
	margin-top:10px;
}

.menusedes ul li { 
	float:left;
	display: inline; 
	padding: 2px 10px;
}

.atividades1{
	width:184px;	
	vertical-align: top;
}

.atividades2{
	width:184px;	
	vertical-align: top;
}

.atividades3{
	width:220px;	
	vertical-align: top;
}



	/* CLASSES */
	

.texto {
	font-family:Trebuchet MS, Tahoma, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#565656;
}

.titulo {
	font-family:Trebuchet MS, Tahoma, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#565656;
}

.telefone {
	font-family:Trebuchet MS, Tahoma, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#565656;
}

.legenda {
	font-family:Trebuchet MS, Tahoma, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#c0c0c0;
}

ul {
	list-style:none;
}


	/* LINKS */
	
	
	
a:link.link {
	font-family:Trebuchet MS, Tahoma, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#717171;
}	

a:active.link {
	font-family:Trebuchet MS, Tahoma, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#717171;
}

a:visited.link {
	font-family:Trebuchet MS, Tahoma, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#717171;
}

a:hover.link 
{
    border-width:0px;
}
.Horario a:link {
	border-width:0px;
	background-image: url(/img/ico-bts-side-right.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}	

.Horario a:active {
	border-width:0px;
	background-image: url(/img/ico-bts-side-right.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}

.Horario a:visited {
	border-width:0px;
	background-image: url(/img/ico-bts-side-right.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}

.Horario a:hover {
	border-width:0px;
	background-image: url(/img/ico-bts-side-right-rosinha.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}
	
	



	/* FORMULÁRIO */
	
input {
	background-color:#fff;
	
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	}
	
.input-form {
	border: 1px solid #565656;
}
	
textarea {
	background-color:#fff;
	border:1px solid #565656;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	}
	
select {
	background-color:#fff;
	border:1px solid #565656;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	}


	/*  SCRIPT DE FOTOS  */

.highslide {
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 0px solid #999;
}
.highslide:hover img {
	border: 0px solid #003;
}

.highslide-image {
    border: 5px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;

    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}
/* Controlbar example */
.controlbar {
	background: url('../highslide/graphics/controlbar4.gif');
	width: 167px;
	height: 34px
}
.controlbar a {
	display: block;
	float: left;
	margin: 0px 0 0 4px;
	height: 29px;
	width: 34px;
}

/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/*--------------------------------------ÚLTIMAS ATUALIZAÇÕES----------------------------------*/
.drop-down
{
	width:200px;
	height:20px;
	border:1px solid #aed142;
	background-color:#fff;
	font:normal 12px Tahoma, Arial, Helvetica, sans-serif;
	color:#666;
	}
#horarios
{
	width:100%;
	height:auto;
	font:normal 12px Trebuchet MS, Tahoma, sans-serif;
	color:#5d5d5d;
	margin-bottom:15px;
	}
.horario
{
	background-color:#aed142;
	font-weight:bold;
	}
.aulas
{
	border:1px solid #aed142;
	background-color:#fff;
	height:30px;
	text-align: center;
	text-decoration:none;
}

.bt-horario
{
	font:normal 12px Trebuchet MS, Tahoma, sans-serif;
	color:#5d5d5d;
	text-decoration:underline;
	text-align:center;
	/*background: url('../img/ico-bt.jpg') no-repeat left center;
	padding-left:25px;*/
	}
.bt-horario a:hover
{
	font:normal 12px Trebuchet MS, Tahoma, sans-serif;
	color:#5d5d5d;
	text-decoration:underline;
	text-align: center;
	/*background: url('../img/ico-bt-hover.jpg') no-repeat left center;
	padding-left:25px;*/
	}
.obs-atividade
{
    font:normal 12px Trebuchet MS, Tahoma, sans-serif;
	color:#5d5d5d;
	text-decoration:underline;
	text-align:center;
    
    }	
.obs-atividade a:hover
{
    font:normal 12px Trebuchet MS, Tahoma, sans-serif;
	color:#5d5d5d;
	text-decoration:underline;
	text-align: center;
    }    
/*
================================================================================
							ALTERACOES ANTERIORES
================================================================================
Data Alteracao: 24/07/09	      |  Autor: Guilherme <guilhermed@vegait.com.br>
--------------------------------------------------------------------------------
	*	Criacao do arquivo
--------------------------------------------------------------------------------
================================================================================
*/

