﻿/* Folha de Estilos do CMS.MED.BR */

html 
{
	height: 100%;
}

body
{
	margin: 0 auto;
	height: 100%;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	}

td {
	font-size: 11pt;
}

/* Estrutura do site */
.borda{
	border: 1px, #000,solid;
}
.area
{
	
	margin:10px auto 10px;
	width: 1000px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	border: 1px #C62922 solid;
}

.topo
{
	width: 100%;
	height: 110px;
	margin-top: 20px;
	
}

/*.menu
{
	width: 100%;
	height: 42px;
}*/

.login
{
	width: 990px;
	height: 22px;
	vertical-align: middle;
	text-align: right;
	font-size: 11px;
	padding-right: 10px;
	padding-top: 3px;
}

.espaco
{
	width: 980px;
	padding: 10px;
	min-height: 100%;
	height: 100%;
}

.rodape
{
	
	
	width: 100%;
	height: 20px;
	padding-top:6px;
	text-align:center;
	font-size: 13px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#FFF;
	border-top: 1px dotted #d32300;
	background-color: #C62922;
	background: url('images/rodape.jpg');
	
}
.titCurso
{
	width: 250px;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	border: 2px solid #AC2728;
	padding: 7px;
	font-size: 12pt;
	background-color: #F7F0D0;
}

.mensagem
{
	width: 250px;
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	border: 2px solid #AC2728;
	padding: 7px;
	font-size: 12pt;
	background-color: #F7F0D0;
}

.titCurso
{
	width: 900px;
	margin-left: 0;
	margin-bottom: 0;
	float: none;
}

.instituicoes
{
	width: 100%;
	height: 10px;
	text-align: center;
}

/* Fim da estrutura do site */


/* Botoes */

/* 
.botaoInstituto, .botaoInstituto:hover
{
	display: block;
	width: 128px;
	height: 42px;
	background-image: url('images/bt_instituto.jpg');
	background-position: top;
	float: right;
}

.botaoInstituto:hover
{
	background-position: bottom;
}

.botaoHome, .botaoHome:hover
{
	display: block;
	width: 79px;
	height: 42px;
	background-image: url('images/bt_home.jpg');
	background-position: top;
	float: left;
}

.botaoHome:hover
{
	background-position: bottom;
}

.botaoMusculacao, .botaoMusculacao:hover
{
	display: block;
	width: 154px;
	height: 42px;
	background-image: url('images/bt_musculacao.jpg');
	background-position: top;
	float: left;
}

.botaoMusculacao:hover
{
	background-position: bottom;
}

.botaoProposta, .botaoProposta:hover
{
	display: block;
	width: 109px;
	height: 42px;
	background-image: url('images/bt_proposta.jpg');
	background-position: top;
	float: left;
}

.botaoProposta:hover
{
	background-position: bottom;
}

.botaoCurso, .botaoCurso:hover
{
	display: block;
	width: 94px;
	height: 42px;
	background-image: url('images/bt_curso.jpg');
	background-position: top;
	float: left;
}

.botaoCurso:hover
{
	background-position: bottom;
}

.botaoReferencial, .botaoReferencial:hover
{
	display: block;
	width: 109px;
	height: 42px;
	background-image: url('images/bt_referencial.jpg');
	background-position: top;
	float: left;
}

.botaoReferencial:hover
{
	background-position: bottom;
}

.botaoProfissionais, .botaoProfissionais:hover
{
	display: block;
	width: 109px;
	height: 42px;
	background-image: url('images/bt_profissionais.jpg');
	background-position: top;
	float: left;
}

.botaoProfissionais:hover
{
	background-position: bottom;
}

.botaoEquipamento, .botaoEquipamento:hover
{
	display: block;
	width: 109px;
	height: 42px;
	background-image: url('images/bt_equipamento.jpg');
	background-position: top;
	float: left;
}

.botaoEquipamento:hover
{
	background-position: bottom;
}

.botaoContato, .botaoContato:hover
{
	display: block;
	width: 109px;
	height: 42px;
	background-image: url('images/bt_contato.jpg');
	background-position: top;
	float: left;
}

.botaoContato:hover
{
	background-position: bottom;
}


/* Fim de botoes */

/* Formatacoes de conteudo */

p { text-align: justify; }

h1 { font-size: 18px; color: #ec3e01; }

h2 { font-size: 16px; }

h3 { font-size: 14px; }

.textoGrande 
{
	font-size: 13pt;
}

.textoPequeno
{
	font-size: 10pt;
}

.cor { color: #ec3e01; }

.corBranca {
	color: white;
}

.imgEsq {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

.imgDir {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}

.noBorder
{
	border-width: 0px;
}

.bordaCelula
{
	border: 1px #AC2728 solid;
}

ul {
	list-style-image: url(/images/bullet.gif);
}

.centro {
	text-align:center;
}

A:link { color: #000000; text-decoration: underline; }
A:active { color: #000000; }
A:visited { color: #000000; text-decoration: underline; }
A:hover { color: #000000; text-decoration: underline; }

.voltar
{
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


/* Fim das formatacoes de conteudo */