/*****TOPO***************************************/
.fontLinkMenuPrincipal {
	color: White;
   font-size: 22px;
	font-weight: bold;
	font-variant: small-caps;
	font-family: "Quicksand", sans-serif;
	text-decoration: none;
	line-height: 45px;
	padding-left: 3%;
	padding-right: 3%;
}

.fontLinkMenuPrincipal:hover {
	color: #d8d8de;
}

.fontLinkMenuPrincipalSelecionado {
	color: #d8d8de;
   font-size: 22px;
	font-weight: bold;
	font-variant: small-caps;
	font-family: "Quicksand", sans-serif;
	text-decoration: none;
	line-height: 45px;
	padding-left: 3%;
	padding-right: 3%;
}

.fontLinkMenuPrincipalSelecionado:hover {
	color: white;
}

.fontLinkMenuAdministrativo {
	color: #233d79;
   font-size: 18px;
	font-family: "Quicksand", sans-serif;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

.fontLinkMenuAdministrativo:hover {
	text-decoration: underline;
}

.fontLinkMenuAdministrativoSelecionado {
   font-size: 18px;
	font-family: "Quicksand", sans-serif;
	text-decoration: none;
	color: #2c59a9;
	padding-left: 5px;
	padding-right: 5px;
	height: 25px;
	background-color: #eee6fc;
}

.fontLinkMenuAdministrativoSelecionado:hover {
	text-decoration: underline;
}


/*****TITULOS***********************************/
h1 {
	padding-top: 5px;
	font-family: "Quicksand", sans-serif;
	color: #233d79;
	font-size: 30px;
	font-style: bolder;
}

h2 {
	padding-top: 5px;
	font-family: "Quicksand", sans-serif;
	color: #233d79;
	font-size: 25px;
	font-style: bolder;
}

h3 {
	padding-top: 5px;
	font-family: "Quicksand", sans-serif;
	color: #233d79;
	font-size: 22px;
	font-style: bolder;
}

h4 {
	padding-top: 5px;
	font-family: "Quicksand", sans-serif;
	color: #233d79;
	font-size: 20px;
	font-style: normal;
}
/*****LOGIN***************************************/
.fontConteudoLogin {
	font-family: "Quicksand", sans-serif;
	color: #233d79;
	font-size: 20px;
	margin-bottom: 2px;
	margin-top: 2px;	
}

.fontCamposLogin {
	font-family: "Quicksand", sans-serif;
	width: 100%;
	height: 40px;
	font-size: 18px;
	color: #233d79;
	border-color: 2px solid #233d79;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	background-color: #cdd7ef; 
	border-radius: 15px 15px 15px 15px;
}

/*****FILTROS*************************************/
.fontComandosFiltros {
	font-family: "Quicksand", sans-serif;
	color: #233d79;
	font-size: 16px;
	text-align: right;
	vertical-align: top;
	text-decoration: none;
	margin-right: 5px;
	margin-top: 5px;
}

/*****CONTEUDOS***********************************/
.fontConteudo {
	font-family: "Quicksand", sans-serif;
	color: #233d79;
	font-size: 16px;
	margin-bottom: 2px;
	margin-top: 2px;	
}
.fontConteudoCentralizado {
	font-family: "Quicksand", sans-serif;
	color: #233d79;
	font-size: 13px;
	margin-bottom: 2px;
	margin-top: 2px;	
	text-align: center;
}
p {
	font-family: "Quicksand", sans-serif;
	color: #233d79;
	font-size: 18px;
	margin-bottom: 2px;
	margin-top: 2px;	
	padding-right: 15px;
	text-align: justify;
	line-height: 20px;
}


.botao {
	width: auto;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	background-color: #cdd7ef;
	border: 1px solid #2c59a9;
	border-radius: 15px 15px 15px 15px;
	font-family: "Quicksand", sans-serif;
	font-size: 16px;
	color: #2c59a9;
	margin-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

.fontConteudoAlerta {
	font-family: "Quicksand", sans-serif;
	font-size: 16px;
	color: #f41b07;
	margin-bottom: 2px;
	margin-top: 2px;	
	text-align: center;
}
.fontConteudoSucesso {
	font-family: "Quicksand", sans-serif;
	font-size: 16px;
	color: #007100;
	margin-bottom: 2px;
	margin-top: 2px;	
	text-align: center;
}

.fontLeiaMais {
	float: right;
	font-family: "Quicksand", sans-serif;
	font-size: 16px;
	padding-left: 2%;
	padding-right: 2%;
	color: #078ed2;
	text-align: right;	
	font-weight: normal;
}

/********FORMULARIO PUBLICO************************/
.fontCampoFormularioMeio {
	float: left;
	font-family: "Quicksand", sans-serif;
	color: #233d79;
	font-size: 18px;
	text-align: justify;	
	padding-left: 2%;
	width: 96%;
	margin: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-variant: small-caps;
}
.fontTextoFormularioMeio {
	float: left;
	font-family: "Quicksand", sans-serif;
	color: #233d79;
	font-size: 18px;
	padding-left: 2%;
	width: 96%;
	margin: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;	
}
.campoContato {
	width: 100%;
	vertical-align: middle;
	border: 1px solid #233d79;
	background-color: #f4eefe;
	border-radius: 5px 15px 5px 15px;
	font-family: "Quicksand", sans-serif;
	color: #233d79;
	font-size: 18px;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
   outline: none;
	line-height: 40px;
	font-variant: small-caps;
}
.campoFormulario {
	width: 100%;
	vertical-align: middle;
	border: 1px solid #233d79;
	background-color: #eae2fa;
	border-radius: 5px 15px 5px 15px;
	font-family: "Quicksand", sans-serif;
	color: #233d79;
	font-size: 18px;
	margin-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
   outline: none;
	line-height: 35px;
}
.botaoCapa {
	width: 40%;
	margin-left: 30%;
	margin-right: 30%;
	vertical-align: middle;
	border: 1px solid #233d79;
	background-color: #eae2fa;
	border-radius: 5px 15px 5px 15px;
	font-family: "Quicksand", sans-serif;
	color: #233d79;
	font-size: 18px;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 40px;
	font-variant: small-caps;
	cursor: pointer;
}

/*****SOBRE***************************************/
.fontSobreCapa {
	font-family: "Quicksand", sans-serif;
	color: #233d79;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 10px;	
}
/*****LINKS***************************************/
.fontLink {
	text-decoration: none;	
	color: #233d79;
}

.fontLink:hover {
	font-weight: bolder;
}

.fontLinkLeiaMais {
	text-decoration: none;	
	color: #2a5cab;
}

.fontLinkLeiaMais:hover {
	text-decoration: underline;
	color: #078ed2;
}

/*****CATEGORIASLINKS*****************************/
.fontLinkCategoria {
	font-family: "Quicksand", sans-serif;
	color: #2c59a9;
	font-size: 16px;
	margin-bottom: 2px;
	margin-top: 2px;	
	text-decoration: none;	
}

.fontLinkCategoria:hover {
	color: #078ed2;
}

/***ESPECIALIDADE**************************************/
.fontLinkEspecialidades {
	color: #2d59a8;
   font-size: 24px;
	font-family: "Quicksand", sans-serif;
	text-decoration: none;
	line-height: 30px;
	padding-left: 0px;
	padding-right: 8px;
}
.fontLinkAparelhoDigestivo:hover {
	font-weight: bolder;
}
/*****Ocultas*************************************/
a.dcontexto{
	font-family: "Quicksand", sans-serif;
	color: #233d79;
	font-size: 14px;
	text-decoration: none;	
	position:relative; 
	padding:0;
  	cursor:help; 
}

a.dcontexto:hover{
	background:transparent;
}

a.dcontexto span {
	display: none;
}

a.dcontexto:hover span { 
	display: block;
  	position: absolute;
  	width: 250px; 
	left: -120px;
	top: -60px;
	font-family: "Quicksand", sans-serif;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	border:1px solid #233d79;
  	background-color: #e6dcfa;
	color: #233d79;
	border-radius: 3px 15px 3px 15px;
}

/*****TOPO********************************************/
.fontLinkContatoTopo {
	font-family: "Quicksand", sans-serif;
	color: White;
	font-size: 40px;
	font-style: bold;	
	text-decoration: none;
}
.fontLinkContatoTopo:hover {
	color: #e7e9ed;
}
/****RODAPE*******************************************/
.fontLinkMenuRodape {
	color: white;
	font-family: "Quicksand", sans-serif;
	text-decoration: none;
	line-height: 30px;
	padding-left: 8px;
	padding-right: 8px;
}

.fontLinkMenuRodape:hover {
	font-weight: bolder;
}

.espacoItemMenuRodape {
	width: 100%;
	height: 15px;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
}
.espacoBarraMenuRodape {
	width: 100%;
	height: 1px;
	text-align: right;
	padding-top: 0px;
	padding-bottom: 0px;
}

.fontNomeClinicaRodape {
	color: white;
   font-size: 25px;
	font-weight: bolder;
	font-family: "Quicksand", sans-serif;
	text-decoration: none;
	line-height: 30px;
	text-align: right;
}
.fontContatosClinicaRodape {
	color: white;
   font-size: 22px;
	font-family: "Quicksand", sans-serif;
	text-decoration: none;
	line-height: 30px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: right;
}
.fontLinkRodape {
	text-decoration: none;	
	color: white;
}
.fontLinkRodape:hover {
	color: #c0a4f6;
}


::-webkit-input-placeholder { /* WebKit browsers *
  color: white;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 *
  color: white;
}
::-moz-placeholder { /* Mozilla Firefox 19+ *
  color: white;
}
:-ms-input-placeholder { /* Internet Explorer 10+ *
  color: white;
}