/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 100%;
    outline:none;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    background-color: #fff;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

img{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
}

b{
    font-weight: bold;
}


#conteudo{
    font-family: 'Josefin Sans', 'Open Sans', Arial, Verdana, Helvetica, sans-serif;
    width: 800px;
    height: 770px;
    margin: 0 auto;
    background-color: #fff;
    padding: 0;
    margin: 20px auto;
    overflow: hidden;
}


.mapa_mulheres_hover li{
    float: left;
}

.mapa_mulheres_hover img{
    width: 160px;
}

.mapa_mulheres_content_detalhes{
    clear: both;
}

.imgPb{
    position: absolute;
    margin-left: -160px;
    /*opacity: 0;*/
}

#mapa_mulheres_texto {
    width: 140px;
    height: 16px;
    background-color: rgba(109,31,109,0.8);
    padding: 5px 10px;
    display:none;
    position:absolute;
    color: #FFF;
    font-size:16px;
    line-height: 16px;
    font-weight: 700;
    z-index: 11;
}

.mulheres_bg_none{
    display: none;
}

.destaque{
    height: 350px;
}

.destaque h1{
    font-size:40px;
    line-height: 40px;
    font-weight: 700;
    color: #6d1f6d;
    padding: 30px 0 10px 0;
}

.destaque h2{
    font-size:20px;
    line-height: 20px;
    font-weight: 700;
    padding: 0 0 20px 0;
}

.introducao{
    position: absolute;
    width: 800px;
    margin-top: 209px;
    text-align: right;
}

.introducao a{
    font-size:20px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
}

.destaque p{
    font-size:20px;
    line-height: 30px;
    font-weight: 400;
    padding: 0 0 20px 0;
}

.imgOpacity{
    opacity: 0;
}

.categoria{
    font-size:20px;
    line-height: 30px;
    background-color: #6d1f6d;
    color: #FFF;
    font-weight: 700;
    padding: 5px 0 5px 10px;
}


.displayBlock{
    display: block;
}