@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
/* CSS Document */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	text-align: center;
	background-color: #2A2A2A;
	background-image: url(../../media/site/body_bg.gif);
	background-repeat: repeat-x;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p, h1, h2, h3, h4, h5, h6, form {
	margin: 0px;
	padding: 0px;
}
a, visited {
	color: #444;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2px;
	color: #0F208A;
	letter-spacing: 2px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
	color: #0F208A;
}
h4 a,visited {
	color: #0F208A;
}
h4:hover {
	color: #0F208A;
	text-decoration: underline;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	color: #0CF;
	letter-spacing: 2px;
}
h6 {
	font-size: 10px;
	font-weight: normal;
	color: #0CF;
	letter-spacing: 2px;
}
input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
ul , ol{
	list-style-type: none;
}
img, img a {
	border: 0px;
}

#main {
	width: 981px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFF;
	padding-right: 12px;
	padding-left: 13px;
	background-image: url(../../media/site/main_bg.gif);
	background-repeat: no-repeat;
	padding-top: 30px;
}
#header #top {
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#header #top #logo {
	float: left;
	margin-left: 10px;
	margin-top: 6px;
}
#header #top #procurar {
	float: right;
	margin-top: 14px;
	margin-right: 10px;
}
#header #top #procurar input {
	color: #999;
	padding: 2px;
	margin-right: 4px;
	border: 1px solid #CCC;
}


#header #top #menutop {
	float: left;
	margin-top: 6px;
	margin-left: 90px;
}
#header #top #menutop ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#header #top #menutop li {
	list-style-type: none;
	margin: 0px;
	float: left;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 14px;
	padding-left: 4px;
	background-image: url(../../media/site/menu-top-tab.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#header #top #menutop .notab {
	background-image: none;
}
#header #top #menutop a, visited {
	list-style-type: none;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	color: #FFF;
	text-decoration: none;
}
#header #top #menutop a:hover {
	color: #0CF;
}
#header #top #pub {
	background-color: #FFF;
	color: #FFF;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

#header #bottom {
	background-color: #000;
	color: #FFF;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-image: url(../../media/site/fundo_barra1.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	height: 24px;
}
#header #bottom ul li {
	float: left;
	margin-right: 26px;
	font-size: 12px;
	margin-top: 4px;
	font-weight: bold;
	letter-spacing: 1px;
}

#header #bottom a, visited {
	color: #FFF;
	text-decoration: none;
}
#header #bottom a:hover {
	color: #0CF;
}
#header #bottom input {
	border: 0px none #000;
	margin-left: 10px;
}
#coluna1 {
	float: left;
	width: 185px;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDD;
}
#coluna1 #ultimasNoticias {
	padding-bottom: 10px;
}
#coluna2 {
	float: left;
	width: 580px;
}
#coluna2 #content1 {
	padding: 4px;
}
#coluna2 #video {
	padding-bottom: 10px;
	text-align: center;
	padding-top: 10px;
}
#coluna3 {
	float: left;
	width: 185px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 4px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDD;
}
#gap {
	height: 20px;
}
#footer {
	font-size: 10px;
	color: #FFF;
	padding-top: 12px;
	padding-bottom: 0px;
	text-align: center;
	background-image: url(../../media/site/footer_bg.gif);
	background-repeat: no-repeat;
	height: 77px;
	width: 981px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 12px;
	padding-left: 13px;
}
#footer a, #footer visited {
	color:#FFF;
}
.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.titulos1 {
	color: #555;
	font-size: 14px;
	margin-bottom: 6px;
	background-color: #EEE;
	border: 1px solid #CCC;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.selected1 {
	color: #0CF;
}
.selected1:hover {
	text-decoration: underline;
}
.artigos {
	font-weight: bold;
	text-align: center;
}
.artigos2 {
	padding: 10px;
	float: left;
	width: 163px;
	text-align: center;
}
.artigos3 {
	height:140px;
	text-align: center;
	width: 170px;
}

.publi_fundo {
	text-align: center;
}
.fotos1 {
	border: 1px solid #333;
}
.margem1 {
	margin: 10px;
}
.texto9 {
	font-size: 9px;
	font-weight: normal;
}
.texto11 {
	font-size: 11px;
	font-weight: normal;
}
.tabelas1 {
	font-size: 11px;
}
.tabelas1 td {
	padding: 4px;
}

/* Sample 1*/
#box1 {
	position:absolute;
}
#box1 span, #box1 .artigos3 {
	display:block;
	float:left;
}
.mask1 {
	position:relative;
	height:200px;
	overflow:hidden;
	width: 510px;
	margin-left: 30px;
}
.mask2 {
	position:relative;
	height:420px;
	overflow:hidden;
	width: 185px;
}
span img, #box1 img {
	display:block;
	border:none;
}

