/* HTML Tags */

body {
	margin: 0;
	font: 80% "Trebuchet MS", Tahoma, Verdana;
	color: #000;
	background: #97b4de url(../images/layout/bkgd-footer.jpg) bottom center;
}

a {
	color: #03C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {
	color: #03C;
	margin: 0 0 30px 0;
	font-size: 180%;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

h2 {
	color: #c00;
	margin-top: 0;
	font-size: 140%;
}

h3 {
	color: #f00;
	margin-top: 0;
	font-size: 120%;
}

h2 a {
	color: #c00;
}

input, select, textarea {
	font: 100% "Trebuchet MS", Tahoma, Verdana;
	color: #000;
}

/* General Layout Div Tags */

#background {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	margin: 0;
	width: 100%;
	background: #97b4de url(../images/layout/bkgd-footer.jpg) bottom center;
}

#topsite {
	position: static;
	float: left;
	width: 100%;
	background: url(../images/layout/bkgd-top.jpg) center top no-repeat;
}

#alignCenter {
	position: relative;
	width: 994px;
	margin: 0 auto;
}

#geral {
	position: relative;
	float: left;
	width: 994px;
	margin: 25px 0 50px 0;
	background: url(../images/layout/bkgd-internal-top.png) center top no-repeat;
}

#logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 210px;
	height: 78px;
	z-index: 1;
}

#topMenu {
	position: relative;
	float: right;
	width: 787px;
	height: 33px;
	margin: 25px 0 10px 0;
}

	#topMenu ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	#topMenu li {
		float: left;
		margin-left: 9px;
	}

#webdoorContent {
	position: relative;
	float:left;
	width: 990px;
	height: 172px;
	margin: 0 2px;
	border-bottom: 1px solid #ccc;
}

	#webdoorContent #filiese {
		position: absolute;
		width: 400px;
		height: 80px;
		z-index: 2;
		left: 10px;
		top: 30px;
	}
	
	#webdoorContent #recadastrese {
		position: absolute;
		width: 400px;
		height: 80px;
		z-index: 3;
		left: 580px;
		top: 30px;
		text-align:right;
	}
	
		#webdoorContent #filiese .line1, #webdoorContent #recadastrese .line1 {
			color: #fff;
			font-size: 180%
		}
		
		#webdoorContent #filiese .line2, #webdoorContent #recadastrese .line2 {
			color: #fff;
			font-size: 140%
		}

#principal {
	position: relative;
	float: left;
	width: 974px;
	padding: 10px 10px 80px 10px;
	background: url(../images/layout/bkgd-internal-bottom.png) center bottom no-repeat;
}

#content {
	position: relative;
	float: left;
	width: 974px;
	min-height: 950px;
  	height:auto !important;
  	height: 950px;
}

#footer {
	position: relative;
	float: left;
	width: 994px;
	margin-top: 90px;
	clear: both;
}

	#footer #twitter {
		position: absolute;
		left: 945px;
		top: 40px;
		width: 30px;
		height: 30px;
		z-index: 100;
	}
	
	#footer #diabetesorg {
		position: absolute;
		left: 825px;
		top: 40px;
		width: 105px;
		height: 30px;
		z-index: 99;
	}
	
	#footer #lions {
		position: absolute;
		left: 775px;
		top: 39px;
		width: 35px;
		height: 35px;
		z-index: 98;
	}


	#footer p {
		display: none;
	}

		#palazzo {
			position: absolute;
			left: 35px;
			top: -30px;
			width: 160px;
			height: 40px;
			z-index: 3;
		}
		
		#medicdelivery {
			position: absolute;
			left: 220px;
			top: -30px;
			width: 95px;
			height: 40px;
			z-index: 4;
		}
		
		#diabeticcenter {
			position: absolute;
			left: 330px;
			top: -30px;
			width: 115px;
			height: 40px;
			z-index: 5;
		}
		
		#farmadelivery {
			position: absolute;
			left: 460px;
			top: -30px;
			width: 120px;
			height: 40px;
			z-index: 6;
		}
		
		#drogal {
			position: absolute;
			left: 585px;
			top: -30px;
			width: 100px;
			height: 40px;
			z-index: 7;
		}
		
		#exercitandosaude {
			position: absolute;
			left: 700px;
			top: -30px;
			width: 80px;
			height: 40px;
			z-index: 7;
		}

	#footertext {
		position: absolute;
		font: bold 80% Verdana;
		background: url(../images/home/transpBlack.png);
		padding: 1px;
		left: 262px;
		top: 39px;
		width: 470px;
		color: #fff;
		z-index: 9999;
		text-align: center;
	}
	
	#footertext a {
		color: #fff;
	}

/* Home Divs */

#eventos {
	position: relative;
	float: left;
	width: 490px;
}

	#eventos a {
		text-decoration: none;
	}

	#event-block {
		position: relative;
		float: left;
		width: 480px;
		margin: 10px 0;
	}
	
		#event-block a {
			color: #fff;
		}

	#event-image {
		float: left;
		width: 480px;
		height: 198px;
		z-index: 1;
	}
	
	#date {
		float: left;
		background: #4d98d7;
		width: 50px;
		font-size: 140%;
		color: #fff;
		text-align: center;
		padding: 5px;
		margin: 0 1px 1px 0;
	}
	
	#event {
		float: left;
		background: #000;
		color: #fff;
		width: 409px;
		font-size: 140%;
		padding: 5px;	
	}

	#event-description {
		position: relative;
		background: url(../images/home/transpBlack.png);
		padding: 10px;
		margin-top: -50px;
		height: 30px;
		color: #fff;
		z-index: 9999;
	}
	
	#destaques {
		position: relative;
		float: left;
		width: 236px;
		margin-right: 8px;
	}
	
	#receitas {
		position: relative;
		float: left;
		width: 236px;
	}
	
#noticias {
	position: relative;
	float: left;
	width: 236px;
	margin-right: 8px;
}

	#noticias a, #destaques a, #receitas a, #fiquepordentro a {
		color: #000;
		padding: 0 5px 10px 5px;
		border-bottom: 1px solid #ccc;
		display: block;
		
	}

#fiquepordentro {
	float: left;
	width: 236px;
}

	#destaques a, #fiquepordentro a {
		border: 0;
	}
	
	#destaques a:hover, #fiquepordentro a:hover {
		text-decoration: none;
		color: #c00;
	}

/* Complements and Classes */

.centro {
	text-align: center;
}

.atencao {
	font-weight: bold;
	color: #f00;
}

.destaque {
	font-weight: bold;
	color: #c00;
}

.historia, .img-noticia {
	position: relative;
	font-size: 80%;
	text-align: center;
	float: left;
	width: 250px;
	margin: 0 15px 15px 0;
}

	.historia img {
		display: block;
	}
	
#fotos td {
	text-align: center;
}

.dados {
	margin: 0 auto;
}

.dados, .dados td {
	text-align: center;
	border: 1px solid #039;
}

.subtitles {
	font-size: 120%;
	color: #4d98d7;
	display: block;
	margin-top: 10px;
}

#floater {
	position: absolute;
	left: 250px;
	top: 150px;
	z-index: 90000;
	width: 500px;
	height: 300px;
	background: #fff;
	border: 1px solid #000;
	visibility: visible;
}