@charset "utf-8";
/* CSS Document */

@import url("tema.css");

body {
	background-color:#0072A6 ; /*#0072A6 azul |  #E2E2E2 cinza */
	margin-top: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}

/* hack para retirar as bordas das imagens com link */
a img{
	border:none;
}
a:hover{
	color:#069;
}

/* INICIO CSS ESTRUTURA PRINCIPAL */

/* Form login e msg de boas-vindas */
#login{
	/* geral */
	display:block;
	width:950px;
	background-color: 0072a6;
	text-align:center;
	font-size:11px;
	color:#FFF;
	margin:0 auto;
	padding-top:10px;
	line-height:15px;
	vertical-align:middle;
	padding-bottom:10px;
	margin-bottom:-10px;
/*	border:1px dashed #fff;  apenas para debug/localizacao */
}

#ola{
	width:950px;
	margin:0 auto;
	text-align:right;
	font-size:11px;
	color:#FFF;
	height:25px;
}

#ola a{
	font-size:11px;
	color:#FFF;
}

#login a{
	font-size:11px;
	color:#CCC;
	text-decoration:none;
	font-weight:100;
}

#login a:hover{
	font-size:11px;
	color:#000;
	text-decoration:none;
	font-weight:100;
}

/* Menu secundário Home :: Contato :: Quem Somos :: Mapa do Site  */

#menu_sec{
	font-size:11px; 
	padding-right:20px; 
	margin-top:-15px; 
	margin-bottom:1px; 
	color:#FFF;
}

#menu_sec a{
	color:#FFF;
}

#menu_sec a:hover{
	color:#000;
}

/* cadecalho (topo) do site */
#topo{
	width:950px;
	height:185px;
	/*background:#09F url(img/topo.jpg);*/
	display:block;
	margin: 0 auto;
	margin-bottom:-15px;
}

/* bloco principal - engloba as colunas e o palco de informacoes */
#principal{
	background:#fff url(img/pixel.jpg) repeat-y;
	display:block;
	float:left;
	width:950px;
	margin:0 auto;
}

/* coluna esquerda (menu principal) */
#esquerdo{
	display:block;
	width:161px;
	float:left;
	background:url(img/menuleft.jpg) no-repeat left top ;
	font-size:11px;
	color:#333;
	margin:0px;
	padding: 40px 0 0 10px;
	/*border:#F00 1px solid;*/
}

/* boco de conteudo */
#direito{
	display:block;
	float:left;
	width:627px;
	background: url(img/center.jpg) no-repeat top;
	min-height:300px;
	font-size:11px;
	color:#333;
	line-height:40px;
	padding:20px 0;
}

/* coluna direita - banners */
#propaganda{
	
	display:block;
	float:left;
	width:131px;
	padding:20px 5px 0 15px;
	background: url(img/menuright.jpg) no-repeat right top;
}

#propaganda ul{
	padding-left:0px;
}

#fantasma{
	/* bloco invisivel, usado para limpar flutuação */
	display:block;
	clear:left;

}

#fim{
	/* arremate (fundo) da sessao de conteudo */
	/*border: 1px solid #F00;*/
	display:block;
	float:left;
	width:950px;
	height:20px;
	margin:0 auto;
	background: #FF0 url(img/base.jpg) no-repeat center;
}

#rodape{
	/*bloco de rodape */
	width:950px;
	height:80px;
	display:block;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	vertical-align:top;
	text-align:center;
	margin: 0 auto;
	background:#fff url(img/rodape2.jpg) no-repeat;
}

#rodape a{
	color:#000;
}

#rodape a:hover{
	color:#666;
}

/* FIM CSS ESTRUTURA PRINCIPAL */


#esquerdo ul{
	margin-top:20px;
	line-height:20px;
}

#esquerdo a{
	display:block;
	color:#333;
}

#esquerdo a:hover{
	color:#069;
	text-decoration:none;
	font-weight:100;
}

/************* MÓDULO DE NOTÍCIAS ************/

.modulo{ 
	float:left;
	width:260px; 
	height:180px;
	background: url(modulo3.jpg) no-repeat;
	border-color:#333;
	margin: 20px 0px 0 30px;
	line-height:8px;
	padding-left:10px;
	padding-top:12px;
	font-size:11px;
	color:#069;
}

.tmodulo{
	font-weight:bold; 
	padding-left:10px; 
	padding-top:5px; 
	/*background-image:url(/novoportal/themes/leiaute/fundo_titulo.jpg); 
	background-repeat:no-repeat; */
	height:15px; 
	width:240px; 
	vertical-align:middle;
}

.modulo ul{
	text-decoration:none;
	line-height:20px;
	/*margin-right:20px;
	margin-left:-30px;*/
}

.modulo li{
	text-decoration:none;
	margin-right:20px;
	margin-left:-30px;
}

.modulo a{
	text-decoration:none;
}

/******************************************/



.img{
	text-align:center;
	background-repeat:no-repeat;
	width:132px;
	height:100px;
}

a{
	color:#666;
	text-decoration:none;
	border-bottom:none;
}

ul{
	list-style:none;
	font-family:Tahoma, Geneva, sans-serif;
	border:0px;
}

li.titulo{
	font-size:12px;
	color:#069;
	font-weight:bold;
}

li.subtitulo{
	font-size:11px;
	color:#666;
}

/* DEBUG */
/*
Bem-vindo! Esta é a área onde são inseridas
todas as gambiarras e testes possíveis e imagináveis.
ENTRE E DIVIRTA-SE!

Apoio: Editora Tendencia

*/
#debug{
	font-size:11px;
	text-indent:5px;
	padding-top:10px;
	color:#333;
}
#debug a{
	color:#333;
	display:block;
	text-indent:25px;
}

#foto1{
	background-image:url(parceiros.png);
}

#foto2{
	background-image:url(ccaa.png);
}

#foto3{
	background-image:url(newsletter.png);
}

#content{
	color:#666;
	line-height:20px;
	margin:-50px 10px 10px 0px;
}
#content ul{
	/*padding: 0 10px 0 10px;*/
	margin: 10px;
}
#content li{
	/*
	background-image:url(icone2.png);
	background-repeat:no-repeat;
	background-position:left top;
	*/
	list-style-image: url(icone2.png);
	font-size:11px;
	margin:0;
}

#filefom{
	width:90%;
	margin:0 auto;
	padding-left:20px;
}
#filefom table td{
	padding-bottom:10px;
	/*background-color:#CCC;*/
}

#filefom textarea{
	width:220px;
}

#filefom input[type="text"]{
	width:150px;
}

#usermenu{
	line-height:20px;
}

.menuTop{
}

#mainmenu{
	line-height:20px;
}

.fonte{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#069;
	text-align:right;
}

.fonte a{
	color:#069;
}

.fonte a:hover{
	color:#333;
}
/**/

.icone{
	background:url(http://www.portaltendencia.com.br/novoportal/themes/leiaute/icone.png) no-repeat left center;
	padding-left:10px;
}

