/*copyright ----------------------------------------------------------------------------------------------*/

.copyright, .copyright a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:16px;
	color: #999999;
	text-decoration: none;	
}

/*TEXTO ----------------------------------------------------------------------------------------------*/

.texto, .texto a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:14px;
	color: #666666;
	text-decoration: none;	
}
.texto a:hover {text-decoration: underline;}

/*TEXTOBOLD-------------------------------------------------------------------------------------------*/

.textobold, .textobold a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height:14px;
	color: #666666;
	text-decoration: none;	
}
.textobold a:hover {text-decoration: underline;}

/*TEXTOVERDE -----------------------------------------------------------------------------------------*/

.textoverde/*, .textoverde a*/ {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:14px;
	color: #006e6e;
	text-decoration: none;	
}
/*.textoverde a:hover {text-decoration: underline;}*/


/*ASTERISCO ----------------------------------------------------------------------------------------------*/

.asterisco {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	line-height:16px;
	color: #FF6600;
	text-decoration: none;	
}

 /*SUBMENU -------------------------------------------------------------------------------------------------- */
/*Definições gerais obrigatórias para funcionar em IE, FF e Ópera*/
ul.submenu{
	width:100%;
	list-style:none;
	margin:0px;
	padding:0px;
}
li.subbot{
	display: block;
	width: 100%;	
	padding: 0px 0px 0px 0px;/*top right bottom left*/
	margin: 0px 0px 0px 0px;/*top right bottom left*/	
	list-style:none;
		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:14px;	
	text-decoration: none;
	color: #FFFFFF;
}
li.subbot a{
	display: block;
	width: 100%;
	max-width: 100% - 8;
	padding: 7px 0px 7px 8px;/*top right bottom left*/
	margin: 0px 0px 0px 0px;/*top right bottom left*/
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
	text-decoration: none;
	color: #FFFFFF;
	
	background-color:#005f59;
	border-top: 1px solid #007c74;
	border-bottom: 1px solid #00423e;
}
li.subbot a:hover{	
	background-color:#00756f;
	padding: 7px 0px 7px 8px;/*top right bottom left*/
}

/*LOGIN BOX --------------------------------------------------------------------*/
.txtfieldNomeCheio{
	width:165px;
	background: url(imgs/bg_textfield_on.gif) no-repeat;	
	height:22px;
	border:none;
	padding:3px 0px 0px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
.txtfieldNomeVazio{
	width:165px;
	background: url(imgs/bg_textfield_off.gif) no-repeat;
	height:22px;
	border:none;
	padding:3px 0px 0px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
.txtfieldSenhaCheio{
	width:145px;
	background: url(imgs/bg_textfield_senha_on.gif) no-repeat;
	height:20px;
	border:none;
	padding:3px 0px 0px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}
.txtfieldSenhaVazio{
	width:145px;
	background: url(imgs/bg_textfield_senha_off.gif) no-repeat;
	height:20px;
	border:none;
	padding:3px 0px 0px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

 /*LISTA VALORES -------------------------------------------------------------------------------------------------- */
/*Definições gerais obrigatórias para funcionar em IE, FF e Ópera*/
ul.valores{
	width:100%;
	list-style:none;
	margin:0px;
	padding:0px;
}
li.valores{
	display: block;
	width: 100%;	
	padding: 0px 0px 0px 12px;/*top right bottom left*/
	margin: 0px 0px 0px 0px;/*top right bottom left*/	
	list-style:none;
		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;	
	text-decoration: none;
	color: #666666;
	
	background:url(imgs/bullet.gif) no-repeat 2px center;
}

 /*LISTA VALORES -------------------------------------------------------------------------------------------------- */
/*Definições gerais obrigatórias para funcionar em IE, FF e Ópera*/
ul.listas{
	width:100% -12;
	list-style:none;
	margin:0px;
	padding:0px;
}
li.listas{
	display: block;
	width: 100% -12;	
	padding: 0px 0px 0px 12px;/*top right bottom left*/
	margin: 0px 0px 8px 0px;/*top right bottom left*/	
	list-style:none;
		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:14px;	
	text-decoration: none;
	color: #666666;
	
	background:url(imgs/bullet.gif) no-repeat 2px 3px ;
}

/*CLIENTES --------------------------------------------------------------------------------------------------------*/

.logoCliente{
	float:left;
	margin:0px 18px 18px 0px;
	border:solid 1px #CCCCCC;
}

/*TITULO NEWS --------------------------------------------------------------------------------------------*/

.titlenews {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:16px;
	color: #006e6e;
	text-decoration: none;	
}

/*IMG NEWS --------------------------------------------------------------------------------------------------------*/

.imgnews{
		border:solid 1px #c4c4c4;
}

/*FROTA THUMBS ---------------------------------------------------------------------------------------------------*/

.frotaThumb{
	float:left;
	margin: 0px 0px 12px 12px;
	border:solid 1px #c4c4c4;
}
