@charset "utf-8";
/*
azul escuro :rgb(0,115,160);
verde claro :rgb(110,180,180);
verde escuro :rgb(0,105,120);
*/
/*GERAL*/
body {
	margin:0;
	padding:0;
	background-color:#e6f0f5;
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
}
object {
	outline:none;
}
/*TIPOGRAFIA*/
h1,h2,h3,h4, p, a, li, label {
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
	color:#333333;
	margin:0;
	padding:0;
}
h1 {
	display:none;
}
h2 {
	font-style:italic;
	font-weight:normal;
	margin-bottom:0.5em;
	color:rgb(0,105,120);
}
h3 {
	font-style:italic;
	font-size:1em;
	margin-bottom:0.3em;
	color:#666666;
}
p, li {
	color:#666666;
	font-size:0.8em;
	margin-bottom:0.5em;
}
li {
	margin:0;
}
.textos p, .textos2 p {
	font-size:1em;
}
.textos, .textos2{
	color:#666666;
	font-size:0.8em;
	margin-bottom:0.5em;
}
#barra1 p {
	margin-bottom:2em;
}

.servico_esq h2, .servico_dir h2 {
	font-size:1.2em;
	margin-left:-0.5em;
}
#cont a, #links_pe a {
	color:rgb(0,115,160);
	text-decoration:none;
}
#cont a:hover, #links_pe a:hover {
	text-decoration:underline;
}
.lista {
	margin:40px 0 ;
}
.lista dt{
	color:rgb(0,105,120);
	font-size:0.9em;
}
.lista dd{
	margin-top:0.5em;
	margin-bottom:1em;
}

.cursos_box .textos {
	display:block;
	width:400px;
	float:right;
}

#consulta h2, #cadastro_news h2, #reserva_vaga h2, #curso_eventos h2 {
	text-align:center;
}
#curso_eventos h3 {
	font-size:0.9em;
	margin-bottom:1em;
}
#barra2 h2 {
	font-size:1.3em;
}
#barra2 label {
	font-weight:bold;
	color:#666666;
}

#links_pe ul {
	margin:0;
	padding:0;
}
#links_pe li {
	list-style:none;
	font-size:0.8em;
	margin:0;
	padding:0;
}

#pe p {
	font-size:0.8em;
	margin:0;
}
#pe h3 {
	color:rgb(0,105,120);
	margin:0;
}
#pe #contato #tel {
	font-size:1.8em;
	font-style:italic;
	color:#666666;
}
.alerta_p {
	padding:0.5em;
	border:1px solid #FF0000;
}
/*NAVEGAÇÃO*/
#nav {
	background-color:rgb(0,105,120);
	width:100%;
	height:1.8em;
	text-align:right;
}
#nav .div_centro {
	background-color:#e6f0f5;
	height:100%;
}
#nav_list {
	list-style:none;
	background-color:rgb(0,105,120);
	width:876px;
	height:1.8em;
	position:relative;
	top:-5px;
	padding:0 100px 0 0;
	margin:auto;
}
#nav_list li {
	display:inline;
	font-size:1em;
}
#nav_list a {
	text-decoration:none;
	color:#FFFFFF;
	font-size:0.8em;
	font-weight:bold;
	display:inline-block;
	padding:0.4em 0.8em 10px 0.8em;
}
#nav_list a:hover {
	padding-bottom:5px;
	border-bottom:5px solid #009999;
}
/*ESTRUTURA*/
#principal {
	width:966px;
	margin:auto;
	padding-bottom:50px;
}
#cab {
	width:100%;
	height:280px;
	background-color:#FFFFFF;
}
#cab .div_centro {
	height:280px;
	width:890px;
}
#cab #banner {
	margin-left:120px;
}
#cont #links {
	width:60%;
	float:left;
	clear:left;
	margin:20px 10px;
	padding:30px 20px 0 20px;
	background:#FFFFFF url(img/back_consulta.gif) no-repeat top left;
}
#cont #barra1 {
	width:60%;
	float:left;
	margin:20px 10px;
	padding:30px 20px 0 20px;
	background:#FFFFFF url(img/back_consulta.gif) no-repeat top left;
}
#cont #cuidador {
	background:url(img/img_cuidador.jpg) no-repeat top right;
	height:240px;
}
#cont #personal {
	background:url(img/img_personal.jpg) no-repeat top left;
	height:240px;
}
#cont #domiciliar {
	background:url(img/img_domiciliar.jpg) no-repeat bottom right;
	height:210px;
	margin-top:-30px;
	padding-right:300px;
	padding-top:60px;
}
#cont #ambulatoriais{
	height:100px;
	padding:0 20px 20px 20px;
}
#cont #ergonomia {
	height:190px;
	padding:0 20px 20px 20px;
}
#cont #ambulatoriais h2, #cont #ergonomia h2 {
	font-size:1.2em;
	margin-left:-0.5em;
}
#cont #barra2 {
	width:27%;
	margin:20px 0 20px 20px;
	float:left;
}
#cadastro_cliente {
	width:470px;
}
#inst_estrutura_1 {
	width:579px;
	background:url(img/inst_estrutura_1.jpg) no-repeat bottom left;
	margin:0 0 20px -20px; 
	padding:0 20px 530px 20px;
}
#inst_equipe_1 {
	width:249px;
	height:280px;
	margin:-30px -20px 10px 30px;
	float:right;
	background:url(img/inst_equipe_1.png) no-repeat top left;
}
#pe {
	width:100%;
	height:150px;
	clear:both;
}
#pe #links_pe {
	width:290px;
	margin-top:20px;
	padding-left:20px;
	border-left:thin solid #999999;
	float:left;
}
#pe #endereco {
	float:left;
	margin:20px 30px;
	width:280px;
}
#pe #contato {
	border-left:thin solid #999999;
	padding-left:20px;
	float:left;
	width:280px;
	margin-top:20px;
}

/*FORMULÁRIOS*/
#barra2 input {
	display:block;
}
.input_hipergrande {
	width:29em;
	background-color:#e6f0f5;
	border:1px solid rgb(110,180,180);
}
.input_grande {
	width:15em;
	background-color:#e6f0f5;
	border:1px solid rgb(110,180,180);
}
.input_pequeno {
	width:7em;
	background-color:#e6f0f5;
	border:1px solid rgb(110,180,180);
}
.text_area_grande {
	width:33em;
	height:100px;
	overflow:visible;
	display:block;
	background-color:#e6f0f5;
	border:1px solid rgb(110,180,180);
}
.text_area_pequeno {
	width:15em;
	height:100px;
	overflow:visible;
	background-color:#e6f0f5;
	border:1px solid rgb(110,180,180);
}
.submit {
	float:right;
	margin:10px 0;
}
/*CLASSES*/
.div_centro {
	width:1000px;
	margin:auto;
}
.servico_esq {
	padding:80px 20px 0 280px;
	margin:0 -20px;
}
.servico_dir {
	padding:80px 280px 0 40px;
	margin:0 -20px;
}
.box_branco {
	background-color:#FFFFFF;
	border-bottom:1px solid rgb(110,180,180);
	border-right:1px solid rgb(110,180,180);
	padding:10px 30px;
	margin-bottom:30px;
}
.cursos_box {
	margin-bottom:30px;
}
.cursos_box .img_curso{
	width:150px;
	padding:2px;
	float:left;
	margin:10px;
	border:1px solid rgb(110,180,180);
	max-height:200px;
}
.conheca_mais {
	font-size:0.8em;
	font-style:italic;
	float:right;
	margin:0 20px;
}
.clear {
	clear:both;
}
/*EXTRAS*/
#sombra_esq {
	width:15px;
	height:520px;
	background:url(img/sombra_esq.gif) no-repeat top left;
	position:relative;
	float:left;
	top:-326px;
	left:-20px;
}
#sombra_dir {
	width:15px;
	height:520px;
	background:url(img/sombra_dir.gif) no-repeat top left;
	position:relative;
	float:right;
	top:-326px;
	right:-20px;
}
#sombra_esq_pe {
	width:15px;
	height:160px;
	background:url(img/sombra_esq_pe.gif) no-repeat top left;
	float:left;
	margin-top:-10px;
}
#sombra_dir_pe {
	width:15px;
	height:200px;
	background:url(img/sombra_dir_pe.gif) no-repeat top left;
	float:right;
	margin-top:-50px;
}

.inscricao img {
	border:none;
	float:right;
}
