/* Site MEGAWIDGETS - BASE.CSS */
/* Criado em 27/10/2008 - por Joao G. Junior */

/* Geral */

* {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background: url(img/bg_geral.png) repeat;
	text-align: center;
}

h2 {
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 10px;
}


/* Pagina */
#pag {
	margin: 0 auto;
	width: 995px;
	text-align: left;
}


/* Topo */
#top {
   float: left;
   width: 100%;
   position: relative;
}

#topR1 {
	height: 95px;
	text-align: center;
}

#topR2 {
   width: 100%;
	height: 103px;
   position: relative;
	background: url(img/bg_conteudo.png) repeat-y top;
}

#topR2a {
	position: absolute;
	background: url(img/bg_topo.png) repeat-x top left;
	height: 95px;
	width: 965px;
   left: 17px;
	top: 5px;	
	border-bottom: 3px solid #FB6610;
}

#topLog {
   display: block;
	position: absolute;
	width: 348px;
	height: 95px;
	background: url(img/lg_mega.png) no-repeat top left;
	left: 20px;
}

#topLog a {
   display: block;
	width: 348px;
	height: 95px;
	text-indent: -2000px;
	overflow: hidden;
}


#topRss {
   display: block;
	position: absolute;
	width: 25px;
	height: 95px;
	background: url(img/lg_rss.png) no-repeat top left;
	right: 20px;
}

#topRss a {
   display: block;
	width: 25px;
	height: 95px;
	text-indent: -2000px;
	overflow: hidden;
}

/* Conteudo */
#con {
   float: left;
   width: 100%;
   position: relative;
	background: url(img/bg_conteudo.png) repeat-y top;
}

#conR1 {
	width: 630px;
	margin-top: 10px;
	margin-left: 30px;
	float: left;
	display: inline;
}

#conR1a {
	width: 600px;
	margin-left: 15px;
}

#conR1a h1 {
	font-size: 22px;
	color: #666666;
	font-weight: bold;
}

#conR1b {
	border: 1px solid #ECECEC;
	background-color: #F6F6F6;
	text-align: center;
	margin-top: 10px;
	
}

#conR1b .ft {
	margin: 10px auto;
}


#conR1c {
	border: 1px solid  #C1C1C1;
	margin-top: 15px;
	padding: 10px 15px;
	background: url(img/bg_box3.png) repeat-x bottom left;	
	margin-bottom: 35px;
}


#conR1c1 {
	width: 600px;
	
}

#conR1c1 .p1 {
	padding-left: 35px;
	line-height: 12pt;
	
}

#conR1c1 .p2 {
	line-height: 12pt;
}

#conR1c1 .p2 span {
	font-size: 28pt;
	line-height: 0.8em;
	float: left;
	margin: 0 15px 3px 0;
	color: #666666;
	font-family: Arial;
	font-weight: bold;
}

#conR1c1 .n1 { background:transparent url(img/numeros.png) no-repeat scroll 0 0; }
#conR1c1 .n2 { background:transparent url(img/numeros.png) no-repeat scroll 0 -40px; }
#conR1c1 .n3 { background:transparent url(img/numeros.png) no-repeat scroll 0 -80px; }
#conR1c1 .n4 { background:transparent url(img/numeros.png) no-repeat scroll 0 -120px; }
#conR1c1 .n5 { background:transparent url(img/numeros.png) no-repeat scroll 0 -160px; }
#conR1c1 .n6 { background:transparent url(img/numeros.png) no-repeat scroll 0 -200px; }

#conR1c1 .sep {
	height: 5px;
    border-bottom: 1px solid #DCDCDC;
	margin-bottom: 5px;	
	clear:both;
}

#conR2 {
	width: 300px;
	margin-top: 10px;
	margin-left: 15px;
	float: left;
	display: inline;
}

#conR2a {
	margin-top: 10px;
	border: 1px solid #DADADA;
	padding: 10px;
	background: url(img/bg_box3.png) repeat-x bottom left;
}

#conR2a .ft {
	margin-top: 5px;
}

#conR2b {
	margin-top: 10px;
	border: 1px solid #DADADA;
	padding: 10px;
	background: url(img/bg_box3.png) repeat-x bottom left;
}


/* Rodape */

#rod {
   float: left;
   width: 100%;
	height: 85px;
   position: relative;
	background: url(img/bg_conteudo.png) repeat-y top;
}

#rodR1 {
	position: absolute;
	height: 95px;
	width: 965px;
    left: 17px;
	top: 5px;	
	border-top: 3px solid #FB6610;
	text-align: center;	
}

#rodR1 .p1 {
	margin-top: 20px;
	color: #FB6711;
}

#rodR1 .p1 a {
	color: #FB6711;
	
}

#rodR1 .p2 {
	color: #666666;
	margin-top: 10px;
} 







