@charset "iso-8859-1";
/* CSS Document */

html, body {height:100%;} 

body {
	margin:0; 
	padding:0;
	background:#CECFD1;
	color:#666;
	font:Arial;
	text-align:center;
	}
#tudo { 
	width:1000px;
    position:relative;  /*Contexto de posicionamento */
	background-image:url(imagens/new-home.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	text-align:left;
	min-height:100%;
	}
 * html #tudo {height: 100%;}
#conteudo {padding-bottom:30px;}
#principal {
	width:1000px;
	float:left;
	text-align:justify;
	
	}
#logo {
	width:195px;
	height:171px;
	background-image:url(imagens/logo.png);
	background-repeat:no-repeat;
	margin-top:215px;
	margin-left:50px;
}
#logo-contato {
	width:195px;
	height:171px;
	background-image:url(imagens/logo.png);
	background-repeat:no-repeat;
	position:fixed;
	margin-left:50px;
	top:380px;
	/*margin-top:175px;*/
	cursor:pointer;
}
#menu-contato {
	width:180px;
	height:55px;
	background-image:url(imagens/contato.png);
	background-repeat:no-repeat;
	margin-left:264px;
	margin-top:100px;
	/*cursor:pointer;*/
	z-index:9999;
}
#menu-exames {
	width:159px;
	height:42px;
	background-image:url(imagens/exames.png);
	background-repeat:no-repeat;
	margin-left:264px;
	margin-top:7px;
	cursor:pointer;
}
.caixaContato{
	margin-left: 420px;
	margin-top: 10px;
	color: #000;
	font-family: arial;
	font-size: 12px;
	line-height:145%;
}

.tamanhoCampo{
	width: 350px;
	height: 15px;
	font-size:12px;
	font-family:arial;
	color:#000;
	line-height:145%;
}

.tamanhoMSG{
	width: 349px;
	font-size:12px;
	font-family:arial;
	color:#000;
	line-height:145%;
	margin-top:0;
}


.btEnviar{
	background-color: transparent;
	border: none;
	color: #000;
	cursor: pointer;
	font-size:12px;
	font-family:arial;
	color:#000;
	line-height:145%;
	
}

.btEnviar:hover{
	background-color: transparent;
	border: none;
	text-decoration: underline;
	color: #006;
	cursor: pointer;
}
#rodape {
	width:1000px;
	/*height:195px;*/
	position: fixed;
	margin-left:25px;
	top: 540px; /**/ 
	text-align:center;
}
#rodape p {
	margin:0;
	color:#000;
	font-size:14px;
	font-family:arial;
	text-align:center;
	margin-left:230px;
	margin-bottom: 50px;
	}
#rodape a{
	color:#000;
	text-decoration:none;
}
	
.clear {clear:both;}



