﻿/* IE6 css fixer v0.4: Fri, 02 Oct 2009 17:33:29 +0200 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
.categoria,
.imagems,
.imagems .imagem_categoria,
.imagems .imagem_categoria .cabecalho,
.propaganda,
.segundo_bloco,
.anuncio,
.extra {display:inline;}

/* fix negative margins */
.segundo_bloco {position:relative; zoom:1;}



/*Categorias*/
.categoria
{
    background: url(/imagem/design_guia/caixamenucategorias.jpg) no-repeat; 
    width:313; 
    height:287px;
    border:0p;
    float:left;
    margin-top:10px;
    padding-left:10px;
    padding-right:10px;
}

.categoria h1 
{
    color:#E67817;
    font-family:Arial;
    font-size:13px;
    font-weight:bold;
    height:21px;
    padding-top:2px;
    width:313px;
}

.categoria .link_Categoria
{
    font-size:11px;
    color:#056C6B;
}

.categoria a 
{ 
    text-decoration:none;
}

.categoria a:hover	
{
    background-color:#EE7817;
    color:#FFFFCC;
}


/*Imagens*/
.imagems
{
    float: left;
}

.imagems a
{
    text-decoration:none; 
    cursor:pointer;
}

.imagems .imagem_categoria
{
    border-bottom:0px;
    height:110px;
    margin:10px 30px 30px 5px;
    width:121px;
    float: left;
    
}

.imagems .imagem_categoria .cabecalho
{
    background: url(/imagem/design_guia/botaomenudestaque.jpg) no-repeat; 
    border-bottom:0px;
    height:25px;
    width:121px;
    float: left;
}

.imagems .imagem_categoria .cabecalho h1
{
    color:White;
    width:121px;
    font-size:12px;
    text-align:center;
    margin-top:5px;
    font-weight:lighter;
}

.imagems .imagem_categoria .imagem
{
    height: 110px; 
    width:121px;
    border:0;   
}


/*Propaganda*/
.propaganda
{
    float: left;
    margin-top:10px;
    width:180px;
}


.segundo_bloco
{
    margin-top:-115px;
    float: left;
}

/*Anuncio*/
.anuncio
{
    float: left;
    width:170px;
    height:100px;
    text-align:center;
}


/*Extra*/
.extra
{
    float: left;
    width:420px;
    height:125px;
    background: url(/imagem/design_guia/caixaparaprofissionais.jpg) no-repeat; 
}

.extra h1
{
    font-size:15px;
    margin-top:10px;
    margin-left:10px;
}

.extra h2
{
    font-size:15px;
    color:Orange;
    margin-top:10px;
    margin-left:10px;
}

.botaoLaranja
{
    background: url(/imagem/design_guia/botaocaixaprofissionais.jpg) no-repeat;
    width:195px;
    height:23px;
    color:White;
    text-align:center;
    padding-top:3px;
    font-size:13px;
    font-weight:bold;
    text-decoration:none;
    cursor:pointer;
}

