body {
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	text-align: center;
	background-color: #9fabc2;
	color: #fff;
}

html, body, h1, li, ul, img {
	margin:0;
	padding:0;
	list-style:url(img/lista_peq.png);
}

html, body, #wrapper {
	height: 100%;
}

li {
	margin: 10px;
}

p {
	margin: 0;
	padding: 0;
}

a {
	font-weight:bold;
	color: #fbde3b;
	text-decoration: none;
}

a:hover {
	position:relative;
	text-decoration: underline;
}

a.tooltip span {
	display:none;
}

a:hover.tooltip span {
	display:block; 
	position:absolute;
	top: 25px; left: 10px;
	height: 35px; width: 100px;
	background-color: #fff; color: #000; text-decoration:none;
	z-index:100; margin:0; padding:3px;
	font-family: Verdana; font-size:10px;
}

a.tooltip img {
	display:none;
}

a:hover.tooltip img {
	display:block; 
	position:absolute;
	top: 0px; left: 0px;
	background-color:none; border:none; 
	z-index:100; margin:0; padding:0px;
	font-family: Verdana; font-size:10px;
}

#page {
	margin: 0 auto;
	width: 800px;
	padding: 0 15px;
	background: url(img/bg.png) repeat-y;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	text-align: left;; 
}

#header {
	margin:0; padding:0;
}

#top-menu {
	margin: 0;
	background: url(img/top.png) repeat-x;
	width: 770px;	
	height: 32px;
}

#top-menu a { 
	color: #FFFFFF;
}

#top { 
	margin: 0;
	padding: 0;
	width: 770px;	
	height: 163px;
}

#top-banner { 
	width: 365px;
	height: 163px;
	float:left;
}

#top-logo { 
	width: 405px;
	height: 163px;
	float: right; 
}

#body {
	width: 770px; 
	margin: 0 0 30px 0;

}

#esq {
	float:left;
	width: 34%;
}

#dir {
	float: right;
	width: 65%;
	background: url(img/div_v.png) repeat-y;

}

#dir-top {	

}

#dir-bot { 

}

#footer {
	background: url(img/footer.png);
	width: 770px;	
	height: 42px;
}

#form { 
	font-stretch:expanded; 
	color:#FFFF00;
}

.clearv {
	clear: both;
	width: 1px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1px;
	line-height: 1px;
}

#wait {
	display:none;
	background:#000000 url(img/loading.gif) no-repeat center 200px;
	filter:alpha(opacity=60);
	height:100%;
	width:100%;
	position:absolute;
	top:0px;
	padding: 240px 0 0 0;
	text-align:center;
	z-index:100;
	font-size:18px;
	cursor: wait;
}