/*-----------------------------------------------------------------------------
Modelo:		WebDesign
versao:		2.0
Empresa:	Itarget Tecnologia
Autor:		Natan Cabral
-----------------------------------------------------------------------------*/


/* ================================================================== ESTRUTURA
-----------------------------------------------------------------------------*/

* {
	font: 11px Helvetica, Arial, Georgia;
	margin: 0;
	padding: 0;
	border:none;
}
body {
	background:#ffc207 url(../image/f_.jpg) repeat-x;
}
/* Tudo */
#wrap {
	/* Pre-definido */
	display:block;
	width:900px;
	margin: 0 auto;
}
#top {
	margin: 10px 0 0 0;
	float:left;
	width:273px;
}
#content {
	background:#FFF;
	display:block;
	width:900px;
	float:left;
}
#footer {
	height:100px;
	background:#FFF;
	display:block;
	width:900px;
	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 {
}
a:visited {
}
a:hover {
}
a:active {
}
/* ===================================================================== LISTAS
-----------------------------------------------------------------------------*/

ul {
}
li {
}
/* ================================================================ FORMULÃRIOS
-----------------------------------------------------------------------------*/

form {
}
/* 
NÄo recebem atributos FONT dos elementos PAIS
*/
input, textarea, select {
	margin:2px 0;
	padding: 3px;
border:1px #000  solid;
}
/* ==================================================================== 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: 230px;
	float: left;
}
#content #column-center {
	width: 465px;
	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;
}
/* =================================================================== CLASSES
-----------------------------------------------------------------------------*/
.banner-topo {
	background-image:url(../image/banner2011.jpg);
	background-repeat:no-repeat;
	background-position:center; 
	margin: 10px 0 0 0;
	float:left;
	width: 627px;
	height: 224px;
	background-color: #FF9D08;
}
.clear {
	clear:both;
	font-size:1px;
}
.linha {
	width:173;
	color:#CCC;
}
.padding-10 {
	padding: 10px;
}
.padding-left {
	width:205px;
	padding: 20px 0 10px 20px;
}
.padding-center {
	width:445px;
	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;
}
/* ============= 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 ======================*/ 
 