﻿/*@#####################################################################@*/
/*@																		@*/
/*@								PORTALCARD								@*/
/*@				   Rua Sete de Setembro, 111 - 18º Andar				@*/
/*@							 Rio de Janeiro / RJ						@*/
/*@																		@*/
/*@		   ©2010 PortalCard Ltda - Todos os direitos reservados.		@*/
/*@---------------------------------------------------------------------@*/
/*@#####################################################################@*/
#meio
{
    width:100%;
    height:300px;
    margin:0;
    float:left;
}


/*@#####################################################################@*/
/*@								INFO: MENU								@*/
/*@#####################################################################@*/
#meio #menuprincipal
{
    width:214px;
    height:100%;
    margin:0;
    float:left;
    background-color:#EEECED;
}

/*@#####################################################################@*/
/*@								INFO: CONTEUDO							@*/
/*@#####################################################################@*/
#meio #conteudo
{
    width:776px;
    height:100%;
    margin:0;
    float:left;
}

/*@#####################################################################@*/
/*@								INFO: CORPO								@*/
/*@#####################################################################@*/
#meio #conteudo #corpo
{
    width:100%;
    height:100%;
    margin:0;
    float:left; 
    background-color:#FFF;
    background-image:url('../img/fndCorpo.jpg'); 
    background-repeat:repeat-y; 
}

#meio #conteudo #corpo p
{
    margin:0;
}

#meio #conteudo #corpo .imagemconceito
{
    width:350px;
    height:100%;
    margin:10px 0 0 20px;
    float:left;
}

#meio #conteudo #corpo .textodescritivo
{
    width:310px;
    height:100%;
    margin:10px 0 0 0;
    float:left;
    text-align:left;
}

/*@#####################################################################@*/
/*@								INFO: CORPO	RODAPE					    @*/
/*@#####################################################################@*/
#meio #conteudo #corporodape
{
    width:100%;
    height:20px;
    margin:0;
    float:left; 
    background-color:#FFF;
    background-image:url('../img/rdpCorpo.jpg');
    background-repeat:no-repeat;
}
