/* CSS Document */
*{
	margin:0px;
	padding:0px;
	border:0px;
	list-style:none;
}

html{
    overflow: -moz-scrollbars-vertical;
}

body{
	background: url(../img/bg.jpg) top center no-repeat;
	background-color:#0a4e88;
}

p{
	margin:10px 0px;
}

#bandeiras{
	position:absolute;
	top:-23px;
	left:643px;
	width:70px;
	height:15px;
}

#bandeiras img{
	margin-right:10px;
}

#container{
	position:relative;
	width:700px;
	margin:100px auto;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#corpo{
	width:700px;
	padding-top:7px;
	background:url(../img/top.gif) top no-repeat;
}

#divisoria {
	border-bottom: 1px dotted;
	padding-bottom:10px;
	margin-bottom:10px;
}

#vc {
    background:url(../img/bg_vc.jpg) top no-repeat;
    width: 274px;
    height: 158px;
    color: #FFFFFF;
    margin-top: 10px;
}

#re {
    background:url(../img/bg_re.jpg) top no-repeat;
    width: 274px;
    height: 158px;
    color: #FFFFFF;
    margin-top: 10px;
}

#ct {
    background:url(../img/bg_ct.jpg) top no-repeat;
    width: 274px;
    height: 158px;
    color: #FFFFFF;
    margin-top: 10px;
}

#vc_menor {
    background:url(../img/bg_vc_menor.jpg) top no-repeat;
    width: 180px;
    height: 103px;
    color: #FFFFFF;
    margin-top: 5px;
}

#re_menor {
    background:url(../img/bg_re_menor.jpg) top no-repeat;
    width: 180px;
    height: 103px;
    color: #FFFFFF;
    margin-top: 5px;
}

#ct_menor {
    background:url(../img/bg_ct_menor.jpg) top no-repeat;
    width: 180px;
    height: 103px;
    color: #FFFFFF;
    margin-top: 5px;
}

#menu{
	width:640px;
	height:15px;
	padding:20px 30px 25px 30px;
	background-color:#fff;
}

#menu li{
	height:14px;
	margin:0px 8px;
	float:left;
	cursor:pointer;
}

#submenu{
	width:700px;
	height:34px;
	background-color:#0a4d87;
}

#submenu li{
	height:34px;
	float:left;
	cursor:pointer;
}

#img_pri{
	width:700px;
	height:159px;
}

#conteudo{
	width:600px;
	padding:30px 50px;
	background-color:#fff;
}

#conteudo h1{
	margin:10px 0px;
	font-size:18px;
	font-family:Georgia;
	font-weight:normal;
	color:#3399cc;
}

#container #rodape{
	width:700px;
	height:20px;
	float:left;
	margin:20px auto;
	text-align:center;
	font-size:11px;
	color:#fff;
}

#ajax_loader{
	margin:30px 292px;
}

.pontilhado_h{
	height:1px;
	border-bottom:1px dotted #999;
	overflow:hidden;
	clear:both;
}

.bot{
	cursor:pointer;
}

#img_carrega{
	visibility:hidden;
}

div:after{
	clear:both;
	height:0;
	visibility:hidden;
	content:"";
	display:block;
}

