﻿/* DEFAULTS*/

body {
	font-size: 14px;
	font-family: "MuseoSlab500", Arial, Helvetica, sans-serif;
	color: #0c4861;
}

#wrapper {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}

.centralizar /*Centraliza a div.*/ {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	height: 113px;
	margin-top: 0px;
}

.Centraliza /*Centraliza a div.*/ {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: inherit;
	height: 100%;
}

.Rodape {
	/*background: #5a5955;*/
	background: #003366;
	height: 80px;
	width: 100%;
	color: #FFFFFF;
	font-weight: bold;
}

.Rodape_Copyright {
	height: 40;
	padding: 10px 0px 0px 0px;
	text-align: center;
}

.Rodape_Contato {
	height: 30;
	margin-top: 10px;
	text-align: center;
	color: #FFFFFF;
}

	.Rodape_Contato a {
		color: Aqua;
	}

.Cabecalho {
	background: #5a5955;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 80px;
	bottom: 0px;
	width: 100%;
}

.Logo_MF {
	float: left;
	width: 345px;
	height: 60px;
}

.Logo_SoftCliMed {
	float: right;
	/*width:133px; height:68px;*/
	max-width: 140px;
	max-height: 70px;
	height: 40px;
}

.Menu_Topo {
	/*width: 95%;*/
	float: right; /*height: 25px;*/
	margin-top: 0px;
	font-size: 16px;
	color: #003366;
	display: block;
}

.Topo_Esquerda {
	width: 45%;
	height: 100%;
	float: left;
}

.Topo_Direita {
	width: 42%;
	height: 43%;
	float: right;
	margin-left: 0px;
	margin-top: 0px;
}

.Fundo_Home {
	margin: 0px;
	background: #F9FFEA;
	height: 600px;
	width: 100%;
	color: #0C4861;
}

.Fundo_Vantagens {
	margin: 0px;
	background: #F9FFEA;
	height: 900px;
	/*margin-top: 0px;
	margin-bottom: 0px;*/
	width: 100%;
	color: #0C4861;
}

.Fundo_Recursos {
	background: #F9FFEA;
	height: 1000px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	color: #0C4861;
}

.Fundo_Contato {
	margin: 0px;
	background: #00FFFF;
	height: 600px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	color: #0C4861;
}

.Nome_Pagina {
	width: 100%;
	font-family: MuseoSlab500, Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: inherit;
	background-color: inherit;
	height: 60px;
	padding: 20px 0px 0px 0px;
}

.Descricao_Pagina {
	width: 100%;
	font-family: MuseoSlab500, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: inherit;
	background-color: inherit;
	margin-top: 10px;
}

.Home_Esquerda {
	width: 300px;
	float: left;
	color: #74706b;
	text-align: justify;
	margin-top: 20px;
	height: 420px;
	margin-top: 20px;
	font-family: MuseoSlab500, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.Home_Direita {
	background-position: left top;
	width: 650px;
	float: right;
	height: 420px;
	margin-top: 20px;
	background-image: url('../Imagem/Capa folder.PNG');
	background-repeat: no-repeat;
}

.Vantagens_Esquerda {
	width: 300px;
	height: 420px;
	float: left;
	margin-top: 20px;
}

.Vantagens_Direita {
	background-position: left top;
	width: 650px;
	height: 420px;
	float: right;
	margin-top: 20px;
	/*border-style: none;*/
}
.Contato_Telefone {
	background: url('../Imagem/Telefone.png') no-repeat left center;
	padding: 30px 0px 30px 80px;
	font-size: 22px;
	color: #0c4861;
	margin-top: 20px;
}

.Contato_email {
	background: url('../Imagem/Email.png') no-repeat left center;
	font-size: 22px;
	margin-top: 20px;
	color: #0c4861;
	padding: 30px 0px 30px 80px;
}

	.Contato_email a {
		/*background: url('../Imagem/Email.png') no-repeat left center;*/
		font-size: 22px;
		color: #0c4861;
	}

		.Contato_email a:hover {
			/*background: url('../Imagem/Email.png') no-repeat left center;
    font-size: 22px;*/
			font-weight: bold;
		}

.Contato_Formulario {
	width: 450px;
	float: left;
	color: #74706b;
	text-align: justify;
	margin-top: 20px;
	height: 400px;
	margin-top: 20px;
}

.Contato_Links {
	width: 450px;
	float: left;
	color: #74706b;
	text-align: justify;
	margin-top: 20px;
	margin-left: 20px;
	height: 350px;
	margin-top: 20px;
}

.Contato_Label {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}

.Contato_Texto {
	margin-top: 3px;
	float: left;
	height: 20px;
	width: 95%;
}

.Contato_Campo {
	margin-top: 5px;
	width: 100%;
	height: 50px;
}

.Contato_Campo_Mensagem {
	margin-top: 5px;
	width: 100%;
	height: 110px;
}

.Contato_Texto_Telefone {
	margin-top: 3px;
	float: left;
	height: 20px;
	width: 100px;
}

.Contato_Texto_Mensagem {
	margin-top: 3px;
	float: left;
	height: 80px;
	width: 95%;
}

.Contato_Enviar {
	float: right;
	margin-right: 18px;
	height: 28px;
	width: 60px;
}

.Contato_Status {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
	margin-top: 0px;
}

.Recursos_Esquerda {
	width: 40%;
	float: left;
	color: #FFFFFF;
	text-align: justify;
	margin-top: 20px;
	height: 95%;
}

.Recursos_Direita {
	width: 55%;
	float: right;
	color: #FFFFFF;
	text-align: inherit;
	margin-top: 20px;
	height: 650px;
}

.Marcador_Item_Texto {
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 115%;
	font-size: 16px;
	font-family: "Calibri", "sans-serif";
	font-weight: bold;
	color: Black;
}

.Item_Texto {
	font-size: 14px;
	font-family: "Calibri", "sans-serif";
	margin-top: 0px;
	color: #0C4861;
}

.Item_Texto_OBS {
	font-size: 10px;
	font-family: "Calibri", "sans-serif";
	color: #0C4861;
}

.Fundo_Acessos {
	background: #00FFFF;
	height: 600px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	color: #0C4861;
}



.Recurso_Titulo {
	width: 100%;
	font-size: 14px;
	color: #003366;
}

.Recurso_Recurso {
	width: 100%;
	height: 85%;
	color: #003366;
}
