
/* ================================================================== ESTRUTURA
-----------------------------------------------------------------------------*/

* {
	font: 12px Helvetica, Arial, Georgia;
	color: #333;	
	margin: 0;
	padding: 0;
	border:none;
}

body {
	background:url(../image/bg.jpg) #BAD5EA left top repeat-x;
}

/* Tudo */
#wrap { 
	/* Pre-definido */
	display:block;
	width:740px;
	margin: 0 auto;
}

	#top {
		height:210px;
	}

	#content {
	}

	#footer {
		background:url(../image/footer-bg.png) left top repeat-x;
		height:60px;
	}

/* ====================================================================== GERAL
-----------------------------------------------------------------------------*/

/* Imagens */

img, fieldset {
	border:none;
}

h1 {
	font-size: 20px;
	margin: 9px auto 15px auto
	
}

h2 {
	font-size: 16px;
	font-weight:bold;
}

h3 {
	font-size: 16px;
	font-weight:normal;
}

h3 strong{
	font-size: 16px;
	font-weight:bold;
}

hr {
	/* Retiramos a borda para colocar 
	novamente logo abaixo, resolvendo o 
	problema de borda dupla no IE */
	border:none; 
	border-bottom:1px solid #CCC;
}

p {
	margin: 5px 0;
	padding: 2px 0;
	line-height: 150%;
	text-align: justify;
	text-indent: 10px;
}

strong {
}

iframe {
}

/* link geral */
a { 
}

/* link específico */
a:link {
}

a:visited {
}

a:hover {
}

a:active {
}

/* ===================================================================== LISTAS
-----------------------------------------------------------------------------*/

ul {
	margin:0;
	padding:0;
	list-style:none;
	margin: 10px auto 0 auto;
	text-align: justify
}
ol
{
	list-style-type: decimal;
	display: block;
	margin: 0 0 0 40px;
	
}
ol li
{
	list-style-type: decimal;
	margin:0;
	padding:0;
	line-height: 150%;
	margin: 0 15px 0 auto;

}

ul li {
	margin:0;
	padding:0;
	list-style-type: circle;
}
li {
	margin:0;
	padding:0;
	list-style:none;
}

/* ================================================================ FORMULÁRIOS
-----------------------------------------------------------------------------*/

form {
}

/* 
Não recebem atributos FONT dos elementos PAIS
*/
input, textarea, select {
	margin:2px 0;
	padding: 3px;
}

/* ==================================================================== TABELAS 
( Quando houver alguma tabulagem )
-----------------------------------------------------------------------------*/

table {
}

/* LINHA */
tr {
}

/* COLUNA|CÉLULA */
td {
}


/* ==================================================================== ITPACK
-----------------------------------------------------------------------------*/

#itpackNewsletter {
	display:none;
}

table tr td table tr td .age1{
}

table tr td table tr td .age2{
}

/* =========================================================== IDENTIFICADORES
-----------------------------------------------------------------------------*/

#top #line-one {
	width: 740px;
	float: left;
	height:63px;
	background:url(../image/top-bg-photo-z.jpg) left top no-repeat;
}

#top #line-two {
	width: 740px;
	float: left;
	height:114px;
}

#top #line-three {
	width: 740px;
	float: left;
	height:33px;
}

#content #photo-big {
	position:absolute;
	float:left;
	margin:-89px 0 0 -9px;
	padding:0 0;
}

#content #column-center {
	width: 391px;
	float: left;
	background:url(../image/center-bg.jpg) left top no-repeat;
}

#content #column-center-inter {
	width: 710px;
	float: left;
	background:url(../image/center-bg.jpg) left top no-repeat;
}

#content #column-right {
	width: 349px;
	float: left;
	background:url(../image/right-bg.jpg) left top repeat-x;

}

#footer #copyright {
	position:absolute;
	margin: 39px 0 0 15px;
	font-size:9px;
	color: #FFF;
}

#footer #by-itarget {
	font: 10px;
	position:absolute;
	margin: 0 0 0 634px
}

/* =================================================================== CLASSES
-----------------------------------------------------------------------------*/

.clear {
	clear:both;
}

.padding-10 {
	padding: 10px;
}

.padding-center{
	width:361px;
	padding: 15px 0 15px 15px;
}
.padding-center-inter{
	width:681px;
	padding: 15px 0 15px 15px;
}

.padding-right{
	width:329px;
	padding: 10px 0 10px 10px;
}

.box {
	width:240px;
	height:85px;
	float:left;
}

.noticia {
	display:block;
}

.menu {
	margin:0;
	padding:0;
}

.small-photo {
	text-align:left;
	margin: 0 20px 0 0;
}

#links_prog_home
{
	width: 90%; 
	display: block; 
	list-style-type: none;
	clear: both;
	margin: 10px auto;
}
#links_prog_home li
{
	display: block;
	float: left;
	width: 45%;
}
#links_prog_home li a
{
	width: 100%;
	display: block;
	text-decoration: none;
	font-weight: bold;
	line-height: 200%
}
strong
{
	font-weight: bold;
}
#links_prog_int 
{
	width: 90%; 
	display: block; 
	list-style-type: none;
	clear: both;
	margin: 40px auto 0 auto;
	height: 60px;
}
#links_prog_int li
{
	display: block;
	float: left;
	width: 45%;
	margin: 5px 0 0 0;
}
#links_prog_int li a
{
	width: 100%;
	display: block;
	text-decoration: none;
	font-weight: bold;
	line-height: 200%;
	color: #FFF;
}
#cont_menu
{
	margin: 20px auto; 
	width: 90%; 
	display: block; 
	height: 70px;
	background: url(../image/bg_links.png) center no-repeat;
}	

.table-prog *{
	padding: 0;
	margin: 0;
}
.table-prog tr{
}
.table-prog tr td{
	border:2px solid #999;
	padding: 10px;
}


