/*
-------------------------------------
SINAGÊNCIAS
AUTHOR: peterlima@gmail.com
--------------------------------------
*/


@import url(esqueleto.css);
@import url(geral.css);
@import url(conteudo.css);




/********** PÁGINA PARA FORMATAÇÕES GLOBAIS **********/

*
	{
	/*border:0px; Alterado em 02/05/2011*/
	/*color:#333;
	font-family:"trebuchet MS", arial, verdana;Retirado em 02/05/2011 */	
	/*font-size:1em; Alterado em 02/05/2011*/
	/*list-style:none; Alterado em 02/05/2011*/
	/*margin:0px; Alterado em 02/05/2011*/
	/*padding:0px; Alterado em 02/05/2011*/	
	}
	
	
BODY
	{
	background:#C80000 url(../img/bg.jpg) repeat-x;
	font-size:1em; /* Acrescentado em 02/05/2011*/
	color:#333; /* Acrescentado em 02/05/2011*/
	font-family:"trebuchet MS", arial, verdana; /* Acrescentado em 02/05/2011*/
	margin:0; /* Acrescentado em 02/05/2011*/
	padding:0; /* Acrescentado em 02/05/2011*/
	}	
	
/*P
	{
	margin-bottom:10px;
	} Retirado em 02/05/2011 */	

/*UL LI
	{
	background:url(../img/pontilhado.gif) repeat-x bottom;
	font-weight:bold;
	font-size:1.2em;
	margin:6px 0 6px 0;
	padding:3px 0 10px 0;
	}*/
	
FIELDSET LABEL
	{
	display:block;
	margin-top:8px;
	} 	
	
/*INPUT
	{
	border:1px solid #666;
	padding:2px;
	}*/	
	
	
.btnInput {
  color: #990000;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}


.acessar {
	padding:0 0 0 20px; 
	margin:0;  
	width:70px; 
	height:16px;
	font: 10px verdana; 
	text-align:left; 
	color:#1e5a9a; 
	border:1px solid #ffffff;
	background: #ceddf3 url(../img/table_save.png) no-repeat;
}

.btnLimpar {
	padding:0 0 0 20px; 
	margin:0;  
	width:100px; 
	height:30px;
	font: 10px verdana; 
	text-align:left; 
	font-weight:bold;
	color:#000; 
	border:3px double #999;
	background: #e5e5e5;
}

.btnImpressao {
	padding:0 0 0 10px; 
	margin:0;  
	width:130px; 
	height:30px;
	font: 10px verdana; 
	text-align:left; 
	font-weight:bold;
	color:#000; 
	border:3px double #999;
	background: #e5e5e5 url(../img/table_save.png) no-repeat;
}
			
/*.btnImpressao {
  color: #990000;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #900;
  background-image:url(../img/table_save.png);
  width: auto;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}*/
/* estilos para os formularios */
.table-formulario {
	/*width: 730px;	*/
}

.table-formulario tr td.coluna-descricao {				
	background: url(../img/bg_coluna_descricao_1.png) repeat-y;
}

.table-formulario tr.altrow td.coluna-descricao {				
	background: url(../img/bg_coluna_descricao_2.png) repeat-y;
}

.table-formulario tr td.coluna-valores {				
	border-left: 1px solid #e5e5e5;
	text-align:center;
}

.table-formulario tr.altrow td.valores {				
	background-color:#e5e5e5;
}

.table-formulario tr.titulo td {	
	height: 40px;
	/*padding-left: 20px;*/
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: url(../img/bg_comparativo_title.png) repeat-x;
}

.tituloFormCinza td {	
	height: 40px;
	/*padding-left: 20px;*/
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background: url(../img/bg_comparativo_title_cinza.png) repeat-x;
}

.linha-tituloPlano {
	background: url(../img/bg_comparativo_title.png) repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align:center;
	vertical-align:middle;
}

.altrow {
	background: #f7f7f7;
}
/************************************/
.form {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}
	
input, textarea, select {
	/*float: left;
	margin: 0 0 10px 5px;*/
	border: 1px solid #ccc;
	background: #f1f3f4;
}

input[type=text]:focus, textarea:focus, select:focus {
	border: 1px solid #990000;
}

input[type=submit] {
	font-size:10px;
	height:45;
	color:#000000;
	font-weight:bold;
	border: 1px solid #d0d9d9;
	background: #e5e5e5;
}

input[type=radio] {
	border: 0px;
}
/* fim dos estilos para os formularios */

.radios
	{
	padding:2px;
	}

.titPrincipaisNoticias
	{
	font-size:1.6em;
	font-weight:bold;
	}

.titOutrosDestaques
	{
	font-size:14;
	font-weight:bold;
	}

.titNaMidia
	{
	font-size:12;
	font-weight:bold;
	}

H3
	{
	font-size:1.7em;
	}
	
H4
	{
	font-size:1.3em;
	margin-top:30px;
	}		
	
ADDRESS
	{
	font-style:normal;
	}

A
	{
	color:#333;
	text-decoration:none;
	}	
	
A:HOVER
	{
	text-decoration:underline;
	}	


.cssLinks_Arquivos
	{
	font-weight:bold;
	}
	
.cssLinks_Arquivos A
	{
	color: #3333FF;
	font-weight:bold;
	text-decoration:underline;
	}	
	
.cssLinks_Arquivos A:HOVER
	{
	color: #FF0000;
	font-weight:bold;
	text-decoration: none;
	}

.cssLinks_Arquivos A:VISITED {
	color: #FF0000;
	font-weight:bold;
	text-decoration: underline;
}

.cssMiolotexto
	{
	padding-left:7px; /* Inserido em 02/05/2011 */
	}
	
.cssMiolotexto A
	{
	color: #3333FF;
	font-weight:bold;
	text-decoration:underline;
	}	
	
.cssMiolotexto A:HOVER
	{
	color: #FF0000;
	font-weight:bold;
	text-decoration: none;
	}

.cssMiolotexto A:VISITED {
	color: #FF0000;
	font-weight:bold;
	text-decoration: underline;
}

/*.cssMiolotexto A:VISITED HOVER{
	color: #993300;
	font-weight:bold;
	text-decoration: none;
}*/

.negritar 
	{
	font-weight:bold;
	}

.tabelas
	{
	/*border:1px;
	border-style: solid; 
	border-collapse: collapse;
	border-width:1px; retirado 13/01/11*/
	}	
	
.tabelas TR TD
	{
	/*border:1px solid #999; retirado 13/01/11*/
	/*	padding:5px;*/
	}

.tabelas1
	{
	border:1px;
	border-style: solid; 
	border-collapse: collapse;
	border-width:1px;
	border-color:#000000;
	}	
.tabelasArquivos
	{
	border:1px;
	border-style: solid; 
	border-collapse: collapse;
	border-width:1px;
	border-color:#000000;
	margin:5px;
	}	
.tabelasLinks
	{
	border:1px;
	border-style: solid; 
	border-collapse: collapse;
	border-width:1px;
	border-color:#000000;
	margin:5px;
	}
/*.tabelas1 TR TD
	{
	border:1px solid #000;
	}*/
	
/*TABLE TFOOT
	{
	background:#CCC;
	font-weight:bold;
	text-align:center;
	}*/
	
SMALL
	{
	font-size:0.9em;
	}		



