﻿
.TextValores
{
	float: left;
	margin-left: 3px;
	width: 100px;
}

.TextValores01
{
	float: left;
	width: 100px;
}

.BarraVerde
{
   float:left;
   background-image: url(Imagens/BarraVerde_header.jpg);
   border-style: solid;
   border-width: 1px;
   padding: 0px;
   height: 25px;
   width: 250px;
}
	
.wrap
{
	border: 0;
	clear: both;
	float: none;
	font-size: 1px;
	height: 0;
	line-height: 1px;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

.TextoInfo
{
	margin-top: 3px;
	float: left;
	width: 150px;
	margin-left: 5px;
}

.PosicaoBotao
{
	margin-top: 3px;
	float: right;
	margin-right: 5px;
}

.AreaTexto
{
	border-style: solid;
    border-width: 1px;
	height: 30px;
	width: 250px;
}

.ImagemEsquerda
{
	margin-top: 3px;
	float: left;
	margin-left: 5px;
}

.LabelsCategorias
{
	float: left;
	font-weight: bold;
	width: 200px;
}

a.botao_link 
{
	color: White;
    background : transparent url('Imagens/botao_link.png') no-repeat top right;
    display    : block;
    padding    : 6px 0px 4px 0px;
    text-align: center;
    text-decoration: none;
    float: right;
    width: 70px;
 }

a.botao_link:hover 
{ 
    background-position : bottom right;
    color               : white;
    text-decoration: none;
}

a.botao_associese_link 
{
	color: White;
    background : transparent url('Imagens/botao_link.png') no-repeat top right;
    display    : block;
    padding    : 6px 0px 4px 0px;
    text-align: center;
    text-decoration: none;
    float: right;
    width: 200px;
 }

a.botao_associese_link:hover 
{ 
    background-position : bottom right;
    color               : white;
    text-decoration: none;
}


