* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}
body {
	font-size: 12px;
	font-family: Arial, Verdana, sans-serif;
	background: url('../img/bg-body.jpg') repeat-x;
}
h2 {
	border-left: 4px solid #eba400;
	padding-left: 10px;
	color: #2d2e2d;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 5px;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #f00;
	text-decoration: none;
}
p {
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
.error {
	color: #f00;
	font-size: 11px;
}
#tudo {
	width: 1000px;
	margin: 0 auto;
}
#topo {
	height: 125px;
	border-top: 4px solid #90c697;
	position: relative;
}
#cadastre {
	position: absolute;
	left: 0px;
	top: 87px;
	font-size: 11px;
	width: 185px;
}
#userLog, 
#topo form {
	position: absolute;
	right: 10px;
	top: 3px;
	width: 190px;
}
#topo form a {
	font-size: 10px;
} 
#topo form label input{
	margin: 1px;
	padding: 1px;
}
#topo form label input {
	width: 150px;
}
#topo form .submit {
	position: absolute;
	right: 0;
	top: 36px;
	width: 25px;
}
#topo address {
	position: absolute;
	right: 35px;
	bottom: -25px;
	color: #373737;
	font-size: 18px;
	z-index: 1;
}
#menu {
	position: absolute;
	bottom: 10px;
	right: 5px;
}
#menu li {
	float: left;
	position: relative;
}
#menu li a{
	color: #fff;
	text-transform: uppercase;
	background: #0090ff;
	text-decoration: none;
	padding: 0 9px;
	border-right: 1px dashed #fff;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	font-size: 11px;
}
#menu li ul {
	position: absolute;
	width: 200px;
	background: #0090ff;
	display: none;
	left: 0;
	top: 20px;
	z-index: 10;
}
#menu li:hover ul,
#menu li.over ul {
	display: block;
}
#menu li ul li {
	float: none;
}
#menu li ul li a {
	border: none;
}
#menu li a:hover {
	color: #000;
	text-decoration: underline;
}
#restrito {
	position: absolute;
	top: 15px;
	left: 250px;
}
#restrito li {
	float: left;
	margin-right: 5px;
}
#restrito li a {
	color: #a0a0a0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	padding-bottom: 10px;
	width: 130px;
	display: block;
}
#restrito li a:hover {
	color: #000;
}
#restrito li.protocolos-clinicos a {
	border-bottom: 3px solid #f9bb3c;
}
#restrito li.links a {
	border-bottom: 3px solid #3cac49;
}
#restrito li.estudos-clinicos a {
	border-bottom: 3px solid #ff4848;
}
#fmabc {
	position: absolute;
	right: 220px;
	top: 10px;
}
.box {
	background: #00af17;
	float: right;
	width: 170px;
	height: 220px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	padding: 10px;
	line-height: 35px;
	margin-right: 30px;
	margin-top: 50px;
}
#img-home {
	float: left;
}
#subtopo {
	border-bottom: 1px solid #d9d9d9;
	height: 313px;
	margin:0 auto;
	width:962px;
}
#conteudo {
	padding: 0px;
	min-height: 540px;
}
* html #conteudo {
	height: 540px;
}
#miolo {
	padding: 0 65px;
}
#chamadas li {
	float: left;
	width: 210px;
	margin: 5px 0 20px 0;
	padding-right: 80px;
}
#chamadas li img {
	margin-bottom: 10px;
}
#chamadas li p {
	font-size: 11px;
	margin-bottom: 5px;
}
#chamadas li a {
	background: url('../img/seta-laranja.jpg') no-repeat right center #eaa300;
	color: #fff;
	display: block;
	text-decoration: none;
	height: 14px;
	padding: 0 0 0 5px;
	font-size: 11px;
}
#chamadas li a:hover {
	color: #000;
	text-decoration: underline;
}
#logotrans {
	display: inline;
	float: left;
}
#rodape {
	clear: both;
	color: #888;
	text-align: center;
	border-top: 1px solid #d9d9d9;
	font-size: 11px;
	height: 35px;
	line-height: 35px;
}
#rodape p {
	width: 1000px;
	margin: 0 auto;
}
#conteudo form {
	width: 400px;
	margin: 0 auto;
}
#conteudo form label {
	text-align: right;
}
form label{
	display: block;
}
form label input,
form label textarea,
form label select {
	border: 1px solid #44ac50;
	background: #fff;
	margin: 2px;
	padding: 2px;
	font-size: 11px;
}
form legend {
	color: #297e00;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
}
.lado label {
	float: right;
	display: inline;
}
form label input.readonly {
	background: #eee;
}
