@charset "utf-8";

/* Css Policlinca So Brs */

* {
	margin:0;
	padding:0
}

body {
	background: #f5f5f5;
}

#base {
	position:absolute;
	width:960px;
	height:640px;
	left: 50%;
	margin-left:-480px;
	margin-top:-320px;
	top: 50%;
}

#header {
	position:absolute;
	left:0px;
	top:0px;
	width:960px;
	height:183px;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
}

#menu {
	position: absolute;
	width:700px;
	height:20px;
	top:114px;
	left: 315px;
	line-height:20px;
	text-align:center;
}
#st_body{
	position:absolute;
	left:0px;
	top:183px;
	width:960px;
	height:417px;
	background-image:url(../images/st_body.gif);
	background-repeat:no-repeat;
}

#noticias{
	position: absolute;
	width:220px;
	height:110px;
	top: 67px;
	left: 57px;
}

#contactos{
	position: absolute;
	width:220px;
	height:62px;
	top: 207px;
	left: 57px;
}

#newsletter{
	position: absolute;
	width:220px;
	height:50px;
	top: 332px;
	left: 57px;
}

#conteudo {
	position: absolute;
	width:518px;
	height:359px;
	top: 24px;
	left: 322px;
	padding-left: 30px;
	padding-right: 30px;
	overflow:auto;
}

#assinatura {
	position:relative;
	visibility:hidden;
	text-align:left;
	position:absolute;
	left:10px;
	top:10px;
	width:980px;
	color:#fff;
}
.menu {
	font-size:medium;
	font-weight:bold;
	font-size:13px;
	color:#666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.menu:visited{
	font-size:13px;
}
.menu:hover {
	text-decoration: underline;
	color:#666666;
}
.texto_normal  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006e7f;
	line-height:18px;
	text-align:justify;
}
.texto_titulo  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#006e7f;
	font-size:16px;
	font-weight: bold;
	
}
.link_normal  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	line-height:18px;
	text-align:justify;
	text-decoration:underline;
}
