


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

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

body {
	background:#C9E3FE url(../image/bg-five.jpg) repeat-x;
}

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

	#top {
	margin: 0;
	display:block;
	width:956px;
	float:left;
	}

	#content {
	background:#FFF;
	display:block;
	width:956px;
	float:left;
	}

	#footer {
	height:100px;
	background:#FFF;
	display:block;
	width:956px;
	float:left;
	}

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

/* Imagens */

img, fieldset {
	border:none;
}

h1 {
	font-size: 25px;
}

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

h3 {
	font-size: 14px;
	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:2px 0;
	padding:2px 0;
}

strong {
	font-weight:bold;
}

iframe {
}

/* link geral */
a {
	color:#069;
}

/* link específico */
a:link { text-decoration:none; color:#06C;
}

a:visited {text-decoration:none; color:#06C;
}

a:hover {text-decoration:none; color:#06F;
}

a:active {text-decoration:none; color:#06C;
}

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

ul {
}

li {
}

/* ================================================================ 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
-----------------------------------------------------------------------------*/

#content-top {
	background:url(../image/content-top.png) left top no-repeat;
	font-size:4px;
	margin: 10px 0 0 0;
	height:8px;
	float:left;
	width:900px;
	display:block;
	
}
#content #column-left {
	width: 280px;
	float: left;
}

#content #column-center {
	max-width: 665px;
	float: left;
}

#content #column-right {
	width: 200px;
	float: left;
}

#content-bottom {
	background:url(../image/content-bottom.png) left top no-repeat;
	font-size:4px;
	margin: 0 0 0 0;
	height:8px;
	float:left;
	width:900px;
	display:block;
}

#footer #copyright {
	float:left;
	padding: 30px 0 0 30px;
	color:#999;
}
#footer #copyright p,
#footer #copyright strong{
	color:#999;
}

#footer #by-itarget {
	font: 10px;
	float:right;
	padding: 15px 20px 0 0;
}
#login-sogoes{
	
	position:absolute;
	z-index:9999;
	margin:0 100px;
	width:721px;
	height:46px;
	background-image:url(http://www.itarget.com.br/newclients/sogoes.com.br/2010/image/topo-login.png); background-repeat:no-repeat;
	
	
	
	
	}
/* =================================================================== CLASSES
-----------------------------------------------------------------------------*/

.clear {
	clear:both;
	font-size:1px;
}

.padding-10 {
	padding: 10px;
}

.padding-left{
	width:250px;
	padding: 20px 0 10px 20px;
}


.padding-center{
	width:645px;
	padding: 20px 0 10px 10px;
}

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

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

.noticia {
	display:block;
}
.right {
	text-align:right;
	padding: 5px 10px;
}

div#fancy_overlay {
	background-color: #000;
}

.link-big{
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	margin: 0 0 10px 0;
	display:block;
}
.link-big:hover{
	color:#F30;
}
.box-esquerda{
	width:210px;
	margin:10px 25px 10px 0;
	float:left;
}
.box-direita{
	width:210px;
	margin:10px 0 10px 0;
	float:left;
}
 PROGRAMACAO CIENTIFICA 

.programacaocientifica {
	font-size:16px;
	font-weight:bold;
	color:#444;
	padding: 1px 0 0 10px;
	text-decoration:none;
	display:block;
	text-align:left;
}
.programacaocientifica:hover {
	color:#C00;
}
.programacao-novo * {
	font-size:11px;
	text-align:center;
	padding:10px 5px;
}
.programacao-title, .programacao-title * {
	color:#FFF;
	font-weight:bold;
}

 FIM PROGRAMACAO CIENTIFICA 

