/*-----------------------------------------------------------------------------
versão:		1.8
Empresa:	Itarget Tecnologia
Autor:		Natan Cabral
-----------------------------------------------------------------------------*/



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

body {
	font-family: Helvetica, Arial, Georgia;
	font-size: 11px;
	color: #333;
	margin: 0;
	padding: 0;
	background: #dfdfdf;
}

/* Tudo */
#wrap { 
/* Pré-definido */
}

	#top {
		background:url(../image/boxWelcome.jpg) left top no-repeat;
		position:absolute;
		width:500px;
		height:400px;
		margin-left:-250px;
		margin-top:-200px;
		left:50%;
		top:50%;
	}

	#content {
	}

	#footer {
	}

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

/* Imagens */

img, fieldset {
	border:none;
}

h1 {
}

h2 {
}

h3 {
}

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:0;
	padding:0;
}

/* link geral */
a { 
}

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

a:visited {
}

a:hover {
}

a:active {
}

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

ul {
}

li {
}

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

form {
	margin:0;
	padding:0;
}

/* 
Não recebem atributos FONT dos elementos PAIS
*/
input, textarea, select {
}

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

table {
}

/* LINHA */
tr {
}

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

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

#flagPt {
	float:left;
	position:absolute;
	margin: 269px 0 0 117px;
}

#flagPt #loginPt{
	width:363px;
	height:139px;
	background:url(../image/bglogin.gif) no-repeat;
	padding:10px ;
}

#flagPt #loginPt #email2{
	display:none;
}

#flagEn {
	float:left;
	position:absolute;
	margin: 269px 0 0 267px;
}

#flagEn #loginEn{
	width:363px;
	height:139px;
	background:url(../image/bglogin.gif) no-repeat;
	padding:10px;	
}

#flagEn #loginEn #email2{
	display:none;
}

#flagSp {
	float:left;
	position:absolute;
	margin: 269px 0 0 345px;
}

#content #columnLeft {
}

#content #columnCenter {
}

#content #columnRight {
}

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



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


.clear {
	clear:both;
}
