@charset "utf-8";
/* CSS Document */

#categorias{
width:642px;
float:left;
margin:0px 0px 0px 0px;
}

#categorias_topo{
width:642px;
height:40px;
background-image:url(../img/tag3.png);
background-repeat:no-repeat;
float:left;
margin:10px 0px 0px 0px;
}

#categorias_topo h1{
width:100%;
float:left;
font: 18px "Trebuchet MS", Verdana;
color:#FFFFFF;
margin: 7px 0px 0px 20px;
}

#categorias_corpo {
width:640px;
display:table;
margin:auto;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
#categorias_corpo {
width:640px;
float:left;
margin:0px 0px 0px 0px;
}
}

#categorias_item {
width:150px;
height:100px;
float:left;
margin: 4px 0px 4px 7px;
}

#categorias_item h1 {
width:150px;
text-align:center;
font:14px "Trebuchet MS", Verdana;
float:left;
margin: 2px 0px 0px 0px;
color:#807E82;
}

