﻿div.container
{
	background-image: url("../img/backgroundStripeGrad_mais.gif");
}

div.blocoEsquerdo, div.blocoDireito
{
	float: left;
	width:152px;
	display: table;
	overflow: hidden;
}

div.blocoCentro
{
	float: left;
	width:568px;
	display: table;
	overflow: hidden;
}

div.blocoCentro div.blocoSup
{
    margin: 0px auto;
    width: 541px;
	background-image: url("../img/bloco_sup_mais.gif");
	height: 14px;
	margin-top: 10px;
	overflow: hidden;
	background-color:White;
}

div.blocoCentro div.blocoInf
{
    margin: 0px auto;
    width: 541px;
	background-image: url("../img/bloco_inf_mais.gif");
	background-color: White;
	height: 14px;
	overflow: hidden;
	margin-bottom:10px;
}

div.blocoCentro div.bloco
{
	margin: 0px auto;
	width: 541px;
	display: table;
	background-image: url("../img/bloco_centro_mais.gif");
	background-color:White;
}

div.blocoCentro div.sombraSup
{
    background-image: url("../img/gradPainelSup_mais.gif");
    background-color:White;
    margin-top: 2px;
    width:568px;
    height: 10px;
    overflow: hidden;
    margin-left: 1px;
}
