@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

body {
	background-color:#EFEBE7;
}
a:link {
	text-decoration: none;
	color: inherit; 
}
a:visited {
	text-decoration: none;
	color: inherit; 
}
a:hover {
	text-decoration: none;
	color: inherit; 
}
a:active {
	text-decoration: none;
	color: inherit; 
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	10;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
.TextoPreto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #333;
	text-decoration: none;
}
.TextoPretoPequeno {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
	text-decoration: none;
}
.TextoPretoGrande {
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	color:#333;
	text-decoration:none;
}
.TextoPretoExtraGrande {
	font-family:Verdana, Geneva, sans-serif;
	font-size:26px;
	color:#333;
	text-decoration:none;
}
.TextoBranco {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #FFF;
	text-decoration: none;
}
.TextoBrancoGrande {
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	color:#FFF;
	text-decoration:none;
}
.TextoAzul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #11668D;
	text-decoration: none;
}
.TextoAzulTxtArea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #11668D;
	text-decoration: none;
	font-weight:bold;
}
.TextoAzulPequeno {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #11668D;
	text-decoration: none;
}
.TextoAzulGrande {
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	color:#11668D;
	text-decoration:none;
}
.TextoVermelho {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #F00;
	text-decoration: none;
}
.TextoVermelhoGrande {
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	color:#F00;
	text-decoration:none;
}
.TextoVermelhoPequeno {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#F00;
	text-decoration:none;
}
.TextoVerde {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #030;
	text-decoration: none;
}
.TextoVerdeGrande {
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	color:#030;
	text-decoration:none;
}
.TextoVerdeExtraGrande {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #030;
	text-decoration: none;
}
#login_usuario {
	font-size: 24px;
	border: 2px;
	border-style: solid;
	border-color: #668BB2;
	width: 250px;
	height: 32px;
	background: url(../imagens/email.png);
	background-position: 4px 1px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-left: 40px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
#login_senha {
	font-size: 24px;
	border: 2px;
	border-style: solid;
	border-color: #668BB2;
	width: 250px;
	height: 32px;
	background: url(../imagens/chavinha.png);
	background-position: 4px 1px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-left: 40px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
#botao_usuario_senha{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	background-color: #668BB2;
	border: 2px;
	border-style: solid;
	border-color: #668BB2;
	height: 38px;
	width: auto;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
#DivGeral {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 10px;
}
#DivLogoTopo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#barratopo {
	height:30px;
	padding-right:10px;
}
#DivPrincipal {
	clear: both;
	float: none;
	margin-left: 0px;
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
#DivTopoTitulo {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 98%;
	display: block;
	background-color: #6699CC;
	height: 40px;
	padding-left: 2%;
	line-height: 40px;
}
#botao_formularios{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #668BB2;
	border: 1px;
	border-style: solid;
	border-color: #668BB2;
	height: 38px;
	width: auto;
	float: none;
}
#botao_formularios2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #668BB2;
	border: 1px;
	border-style: solid;
	border-color: #668BB2;
	height: 38px;
	width: auto;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#botao_menor_formularios{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #668BB2;
	border: 1px;
	border-style: solid;
	border-color: #668BB2;
	height: 38px;
	width: 150px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
#botao_menor_formularios2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #668BB2;
	border: 1px;
	border-style: solid;
	border-color: #668BB2;
	height: 38px;
	width: 150px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: right;
}
#DivBaseTitulo {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	background-color: #6699CC;
	margin-top: 0px;
	height: auto;
	line-height: 40px;
}
#DivNaoLocalizado {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 30px;
	background-color: #9DD3AF;
	padding-bottom: 30px;
}
#DivNaoLocalizado2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 30px;
	background-color: #BFD5EA;
	padding-bottom: 30px;
}
#icone_pesquisa_data {
	font-size:18px;
	background:url(imagens/calendario.png);
	background-position: 2px 3px; 
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	border: 1px;
	border-style:solid;
	border-color:#FFFFFF;
	padding-left:45px;
	width:105px;
	height:35px;
}
#campos_formularios_agenda {
	font-size: 14px;
	border: 2px;
	border-style: solid;
	border-color: #668BB2 #668BB2 #668BB2 #668BB2;
	background-color: #FFFFFF;
	padding-left: 10px;
	width: 95%;
}
#campos_formularios_agenda2 {
	font-size: 14px;
	border: 2px;
	border-style: solid;
	border-color: #9DD3AF #9DD3AF #9DD3AF #9DD3AF;
	background-color: #9DD3AF;
	padding-left: 10px;
	width: 90%;
	height: 200px;
}
#campos_formularios_pesquisa_agenda {
	font-size: 24px;
	border: 2px;
	border-style: solid;
	border-color: #668BB2;
	height: 32px;
	background-color: #FFFFFF;
	padding-left: 10px;
	width: 95%;
}
#TabelaCentralizada {
	width: 95%;
}
#campos_formularios {
	font-size: 24px;
	border: 2px;
	border-style: solid;
	border-color: #668BB2;
	height: 32px;
	background-color: #FFFFFF;
	padding-left: 10px;
	width: 95%;
}
#campos_formularios2 {
	font-size: 24px;
	border: 2px;
	border-style: solid;
	border-color: #668BB2;
	height: 32px;
	background-color: #FFFFFF;
	padding-left: 10px;
	width: 250px;
}
#DivErro {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 30px;
	background-color: #9DD3AF;
}
#DivConclusao {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 30px;
	background-color: #9DD3AF;
}
#DivAgendamentoVoucher {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #FFF;
}
#DivResultadoPesquisa {
	clear: both;
	float: left;
	margin-left: 0;
	width: 95%;
	display: block;
	border: 1px solid;
	border-color: #6699CC #6699CC #6699CC #6699CC;
	padding-top: 10px;
	padding-bottom: 10px;
}
#DivRodape {
	clear: both;
	float: none;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 30px;
}
#DivDataEscolhida {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	background-color: #9DD3AF;
}
#DivPesquisa {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#DivControles {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	padding-top: 10px;
}
#DivFundoPesquisa {
	clear: both;
	float: left;
	margin-left: 0;
	width: 96%;
	display: block;
	background-color: #9DD3AF;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 10px;
	margin-bottom: 0px;
	padding-top: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
}
#DivVerCliente {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#DivFundoPesquisaRealizados {
	clear: both;
	float: left;
	margin-left: 0;
	width: 96%;
	display: block;
	background-color: #BFD5EA;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 10px;
	margin-bottom: 5px;
	padding-top: 10px;
}
#DivCampoPesquisa {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 80%;
	display: block;
}
#botao_especialidades{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #668BB2;
	border: 1px;
	border-style: solid;
	border-color: #668BB2;
	height: 38px;
	width: 300px;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
.TextoPreto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #333;
	text-decoration: none;
}
.TextoPretoGrande {
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	color:#333;
	text-decoration:none;
}
.TextoPretoExtraGrande {
	font-family:Verdana, Geneva, sans-serif;
	font-size:26px;
	color:#333;
	text-decoration:none;
}
.TextoBranco {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
}
.TextoBrancoGrande {
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	color:#FFF;
	text-decoration:none;
}
.TextoAzul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #11668D;
	text-decoration: none;
}
.TextoAzulGrande {
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	color:#11668D;
	text-decoration:none;
}
.TextoVermelho {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #F00;
	text-decoration: none;
}
.TextoVermelhoGrande {
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	color:#F00;
	text-decoration:none;
}
.TextoVerde {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #030;
	text-decoration: none;
}
.TextoVerdeGrande {
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	color:#030;
	text-decoration:none;
}
.TextoVerdeExtraGrande {
	font-family:Verdana, Geneva, sans-serif;
	font-size:26px;
	color:#030;
	text-decoration:none;
}
#login_usuario {
	font-size: 24px;
	border: 2px;
	border-style: solid;
	border-color: #668BB2;
	width: 250px;
	height: 32px;
	background: url(../imagens/email.png);
	background-position: 4px 1px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-left: 40px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
#login_senha {
	font-size: 24px;
	border: 2px;
	border-style: solid;
	border-color: #668BB2;
	width: 250px;
	height: 32px;
	background: url(../imagens/chavinha.png);
	background-position: 4px 1px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-left: 40px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
#botao_usuario_senha{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	background-color: #668BB2;
	border: 2px;
	border-style: solid;
	border-color: #668BB2;
	height: 38px;
	width: auto;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
#DivGeral {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 10px;
}
#DivLogoTopo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#barratopo {
	height:30px;
	padding-right:10px;
}
#DivPrincipal {
	clear: both;
	float: none;
	margin-left: 0px;
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
#DivTopoTitulo {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 98%;
	display: block;
	background-color: #6699CC;
	height: 40px;
	padding-left: 2%;
	line-height: 40px;
}
#botao_formularios{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #668BB2;
	border: 1px;
	border-style: solid;
	border-color: #668BB2;
	height: 38px;
	width: auto;
	float: none;
}
#botao_formularios2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #668BB2;
	border: 1px;
	border-style: solid;
	border-color: #668BB2;
	height: 38px;
	width: 140px;
	margin-bottom: 5px;
	float: none;
}
#botao_menor_formularios{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #668BB2;
	border: 1px;
	border-style: solid;
	border-color: #668BB2;
	height: 38px;
	width: 200px;
	margin-bottom: 5px;
	float: left;
}
#botao_menor_formularios2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #668BB2;
	border: 1px;
	border-style: solid;
	border-color: #668BB2;
	height: 38px;
	width: 200px;
	margin-bottom: 5px;
	float: right;
}
#DivBaseTitulo {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	background-color: #6699CC;
	margin-top: 0px;
	height: auto;
	line-height: 40px;
}
#DivNaoLocalizado {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 40px;
	background-color: #9DD3AF;
	padding-bottom: 40px;
}
#DivNaoLocalizado2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 40px;
	background-color: #BFD5EA;
	padding-bottom: 40px;
}
#icone_pesquisa_data {
	font-size:18px;
	background:url(imagens/calendario.png);
	background-position: 2px 3px; 
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	border: 1px;
	border-style:solid;
	border-color:#FFFFFF;
	padding-left:45px;
	width:105px;
	height:35px;
}
#campos_formularios_agenda {
	font-size: 14px;
	border: 2px;
	border-style: solid;
	border-color: #668BB2 #668BB2 #668BB2 #668BB2;
	background-color: #FFFFFF;
	padding-left: 10px;
	width: 95%;
}
#campos_formularios_agenda2 {
	font-size: 14px;
	border: 2px;
	border-style: solid;
	border-color: #9DD3AF #9DD3AF #9DD3AF #9DD3AF;
	background-color: #9DD3AF;
	padding-left: 10px;
	width: 90%;
	height: 200px;
}
#campos_formularios_pesquisa_agenda {
	font-size: 24px;
	border: 2px;
	border-style: solid;
	border-color: #668BB2;
	height: 32px;
	background-color: #FFFFFF;
	padding-left: 10px;
	width: 95%;
}
#TabelaCentralizada {
	width: 70%;
}
#campos_formularios {
	font-size: 24px;
	border: 2px;
	border-style: solid;
	border-color: #668BB2;
	height: 32px;
	background-color: #FFFFFF;
	padding-left: 10px;
	width: 95%;
}
#campos_formularios2 {
	font-size: 24px;
	border: 2px;
	border-style: solid;
	border-color: #668BB2;
	height: 32px;
	background-color: #FFFFFF;
	padding-left: 10px;
	width: 250px;
}
#DivErro {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 30px;
	background-color: #9DD3AF;
}
#DivAgendamentoVoucher {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #FFF;
}
#DivResultadoPesquisa {
	clear: both;
	float: left;
	margin-left: 0;
	width: 70%;
	display: block;
	border: 1px solid;
	border-color: #6699CC #6699CC #6699CC #6699CC;
	padding-top: 10px;
	padding-bottom: 10px;
}
#DivRodape {
	clear: both;
	float: none;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 30px;
}
#DivDataEscolhida {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	background-color: #9DD3AF;
}
#DivPesquisa {
	clear: both;
	float: left;
	margin-left: 0;
	width: 74.7126%;
	display: block;
}
#DivControles {
	clear: none;
	float: left;
	margin-left: 1.1494%;
	width: 24.1379%;
	display: block;
	padding-top: 0px;
}
#DivFundoPesquisa {
	clear: both;
	float: left;
	margin-left: 0;
	width: 96%;
	display: block;
	background-color: #9DD3AF;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 10px;
	margin-bottom: 0px;
	padding-top: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #6699CC;
}
#DivVerCliente {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#DivFundoPesquisaRealizados {
	clear: both;
	float: left;
	margin-left: 0;
	width: 96%;
	display: block;
	background-color: #BFD5EA;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 10px;
	margin-bottom: 5px;
	padding-top: 10px;
}
#DivCampoPesquisa {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 50%;
	display: block;
}
#botao_especialidades{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #668BB2;
	border: 1px;
	border-style: solid;
	border-color: #668BB2;
	height: 38px;
	width: 300px;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	max-width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
}
.TextoPreto {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #333;
	text-decoration: none;
}
.TextoPretoGrande {
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	color:#333;
	text-decoration:none;
}
.TextoPretoExtraGrande {
	font-family:Verdana, Geneva, sans-serif;
	font-size:26px;
	color:#333;
	text-decoration:none;
}
.TextoBranco {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
}
.TextoBrancoGrande {
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	color:#FFF;
	text-decoration:none;
}
.TextoAzul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #11668D;
	text-decoration: none;
}
.TextoAzulGrande {
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	color:#11668D;
	text-decoration:none;
}
.TextoVermelho {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #F00;
	text-decoration: none;
}
.TextoVermelhoGrande {
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	color:#F00;
	text-decoration:none;
}
.TextoVerde {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #030;
	text-decoration: none;
}
.TextoVerdeGrande {
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	color:#030;
	text-decoration:none;
}
.TextoVerdeExtraGrande {
	font-family:Verdana, Geneva, sans-serif;
	font-size:26px;
	color:#030;
	text-decoration:none;
}
#login_usuario {
	font-size: 24px;
	border: 2px;
	border-style: solid;
	border-color: #668BB2;
	width: 250px;
	height: 32px;
	background: url(../imagens/email.png);
	background-position: 4px 1px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-left: 40px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
#login_senha {
	font-size: 24px;
	border: 2px;
	border-style: solid;
	border-color: #668BB2;
	width: 250px;
	height: 32px;
	background: url(../imagens/chavinha.png);
	background-position: 4px 1px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-left: 40px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
#botao_usuario_senha{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	background-color: #668BB2;
	border: 2px;
	border-style: solid;
	border-color: #668BB2;
	height: 38px;
	width: auto;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
#DivGeral {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 10px;
}
#DivLogoTopo {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
#barratopo {
	height:30px;
	padding-right:10px;
}
#DivPrincipal {
	clear: both;
	float: none;
	margin-left: 0px;
	width: 100%;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
#DivTopoTitulo {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 98%;
	display: block;
	background-color: #6699CC;
	height: 40px;
	padding-left: 2%;
	line-height: 40px;
}
#botao_formularios{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #668BB2;
	border: 1px;
	border-style: solid;
	border-color: #668BB2;
	height: 38px;
	width: auto;
	float: none;
}
#botao_formularios2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #668BB2;
	border: 1px;
	border-style: solid;
	border-color: #668BB2;
	height: 38px;
	width: 140px;
	margin-bottom: 5px;
	float: none;
}
#botao_menor_formularios{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #668BB2;
	border: 1px;
	border-style: solid;
	border-color: #668BB2;
	height: 38px;
	width: 200px;
	margin-bottom: 5px;
	float: left;
}
#botao_menor_formularios2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #668BB2;
	border: 1px;
	border-style: solid;
	border-color: #668BB2;
	height: 38px;
	width: 200px;
	margin-bottom: 5px;
	float: right;
}
#DivBaseTitulo {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 100%;
	display: block;
	background-color: #6699CC;
	margin-top: 0px;
	height: auto;
	line-height: 40px;
}
#DivNaoLocalizado {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 50px;
	background-color: #9DD3AF;
	padding-bottom: 50px;
}
#DivNaoLocalizado2 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 50px;
	background-color: #BFD5EA;
	padding-bottom: 50px;
}
#icone_pesquisa_data {
	font-size:18px;
	background:url(imagens/calendario.png);
	background-position: 2px 3px; 
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	border: 1px;
	border-style:solid;
	border-color:#FFFFFF;
	padding-left:45px;
	width:105px;
	height:35px;
}
#campos_formularios_agenda {
	font-size: 14px;
	border: 2px;
	border-style: solid;
	border-color: #668BB2 #668BB2 #668BB2 #668BB2;
	background-color: #FFFFFF;
	padding-left: 10px;
	width: 95%;
}
#campos_formularios_agenda2 {
	font-size: 14px;
	border: 2px;
	border-style: solid;
	border-color: #9DD3AF #9DD3AF #9DD3AF #9DD3AF;
	background-color: #9DD3AF;
	padding-left: 10px;
	width: 90%;
	height: 200px;
}
#campos_formularios_pesquisa_agenda {
	font-size: 24px;
	border: 2px;
	border-style: solid;
	border-color: #668BB2;
	height: 32px;
	background-color: #FFFFFF;
	padding-left: 10px;
	width: 95%;
}
#TabelaCentralizada {
	width: 50%;
}
#campos_formularios {
	font-size: 24px;
	border: 2px;
	border-style: solid;
	border-color: #668BB2;
	height: 32px;
	background-color: #FFFFFF;
	padding-left: 10px;
	width: 95%;
}
#campos_formularios2 {
	font-size: 24px;
	border: 2px;
	border-style: solid;
	border-color: #668BB2;
	height: 32px;
	background-color: #FFFFFF;
	padding-left: 10px;
	width: 250px;
}
#DivErro {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 30px;
	background-color: #9DD3AF;
}
#DivAgendamentoVoucher {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #FFF;
}
#DivResultadoPesquisa {
	clear: both;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
	border: 1px solid;
	border-color: #6699CC #6699CC #6699CC #6699CC;
	padding-top: 10px;
	padding-bottom: 10px;
}
#DivRodape {
	clear: both;
	float: none;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 30px;
}
#DivDataEscolhida {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	background-color: #9DD3AF;
}
#DivPesquisa {
	clear: both;
	float: left;
	margin-left: 0;
	width: 83.2061%;
	display: block;
}
#DivControles {
	clear: none;
	float: left;
	margin-left: 0.7633%;
	width: 16.0305%;
	display: block;
	padding-top: 0px;
}
#DivFundoPesquisa {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 96%;
	display: block;
	background-color: #9DD3AF;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	border-bottom-width: 3px;
	border-bottom-color: #6699CC;
	border-bottom-style: solid;
}
#DivVerCliente {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#DivFundoPesquisaRealizados {
	clear: both;
	float: left;
	margin-left: 0px;
	width: 96%;
	display: block;
	background-color: #BFD5EA;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
#DivCampoPesquisa {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 40%;
	display: block;
}
#botao_especialidades{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #668BB2;
	border: 1px;
	border-style: solid;
	border-color: #668BB2;
	height: 38px;
	width: 300px;
}
}
.menu {
	float:left;
	width:100px;
}
.menu2 {
	float:right;
	width:100px;
}
