﻿@charset "utf-8";
/* CONFIGURAÇÕES GLOBAIS ---------------------------------------------------------------------------*/
#mapbrazil ul#regions
{
    width: 225px;
    height: 223px;
    display: inline-block;
    margin: 20px;
    padding: 0;
    background: url('/style library/images/map-brazil/map-brazil.png') no-repeat;
}
#mapbrazil ul#regions .active
{
   display: block;
   margin: 0;
   padding: 0;
}
#mapbrazil ul#regions li, #mapbrazil ul#regions li a 
{
   display: block;
   position: absolute;
   padding: 0;
   text-decoration: none;
}
#mapbrazil ul#regions li a img
{
    width: inherit;
    height: inherit;
    border: 0;
}
/* REGIÃO NORTE -----------------------------------------------------------------------------------*/
li#region-northern {
    margin:0;
    z-index:0;
}
li#region-northern a {
    width:161px;
    height:110px;
}
li#region-northern a:hover, li#region-northern a:active
{
    background: url('/style library/images/map-brazil/region-northern.png') no-repeat;
}
/* REGIÃO CENTRO-OESTE ---------------------------------------------------------------------------*/
li#region-midwest {
    margin-top: 72px;
    margin-left: 72px;
    z-index: 1;
}
li#region-midwest a {
    width:89px;
    height:96px;
}
li#region-midwest a:hover, li#region-midwest a:active
{
    background: url('/style library/images/map-brazil/region-midwest.png') no-repeat;
}
/* REGIÃO SUDESTE --------------------------------------------------------------------------------*/
li#region-southeast {
    margin-top: 112px;
    margin-left: 121px;
    z-index: 2;
}
li#region-southeast a {
    width:73px;
    height:63px;
}
li#region-southeast a:hover, li#region-southeast a:active
{
    background: url('/style library/images/map-brazil/region-southeast.png') no-repeat;
}
/* REGIÃO SUL -----------------------------------------------------------------------------------*/
li#region-southern {
    margin-top: 159px;
    margin-left: 97px;
    z-index: 3;
}
li#region-southern a {
    width:48px;
    height:64px;
}
li#region-southern a:hover, li#region-southern a:active
{
    background: url('/style library/images/map-brazil/region-southern.png') no-repeat;
}
/* REGIÃO NORDESTE ------------------------------------------------------------------------------*/
li#region-northeast {
    margin-top: 36px;
    margin-left: 148px;
    z-index: 4;
}
li#region-northeast a {
    width:77px;
    height:100px;
}
li#region-northeast a:hover, li#region-northeast a:active
{
    background: url('/style library/images/map-brazil/region-northeast.png') no-repeat;
}