/******* GENERAL RESET *******/
html, body, div, span, applet, object, iframe, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
 tfoot, thead, tr, th, td {
border:0pt none;
font-family:inherit;
font-size: 100%;
font-style:inherit;
font-weight:inherit;
margin:0pt;
padding:0pt;
vertical-align:baseline;
}
body{
	background: #fff;
	line-height:14px;
	font-size: 12px;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	margin:0pt;
	cursor:default;
}
html,body{
	height:100%;
	text-align: center;
}
.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
a{
	text-decoration: none;
}

/******* GENERAL RESET *******/
/******* LOGO *******/
#logo{
	margin-top: 1em;
	display: block;
}

/******* /LOGO  *******/
/******* MENU *******/
#container{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	width: 100%;
}

#container ul{
	list-style: none;
	list-style-position: outside;
}
#container ul.menu li{
	float: left;
	text-align: center;
	margin-right: 7px;
	display: block;
	padding-left: 4px;	
	padding-right: 12px;
	padding-top: 7px;
	padding-bottom: 5px;
	background: #fff;
	position: relative;
	cursor: pointer;
	vertical-align: middle;
	margin-bottom: 0px;
}

#container ul.menu li.active{
	display: block;
	margin-top: 0.8px;
	text-align: center;
	vertical-align: middle;
	top: 2px;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	padding-left: 9px;	
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #5f95ef;
	background: url('../images/bg_tab-l.png') no-repeat 0 0;
}

#container ul li.active span.x {
	display: block;
	margin-top: -0.3px;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	line-height: 25px;
	padding-left: 9px;	
	padding-right: 18px;
	padding-bottom: 0px;
	background: url('../images/bg_tab-r.png') no-repeat 100% 0;
	}


/******* /MENU *******/
/******* CONTENT *******/
.borda{
	margin-top: 0px;
	border: 1px solid #f1f1f1;
}

.content{
	margin: 0pt auto;
	text-align: left;
	padding: 10px;
	padding-bottom: 20px;
	font-size: 11px;
	height: 300px;
}

.content.aba1{
	display: block;
}

.content.aba1  ul.aba1 li.aba1.active{
}


.content.aba2{
	display: none;
}

.content.aba3{
	display: none;
}

.content.aba4{
	display: none;
}

.content.aba5{
	display: none;
}

.content.aba6{
	display: none;
}

.content.aba7{
	display: none;
}

