/* 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;
}

p{
    font-family:'Open Sans', Arial, Verdana, Helvetica, sans-serif;
}


#conteudo{
    width: 800px;
    height: 1150px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 0;
    overflow: hidden;
}




#mapa_presos_content{
	position: relative;
}

#mapa_presos{
	margin: 0px;
    width:560px;
    height:440px;
    float: left;
}

#mapa_presos img{
    width: 140px;
}

/*

#mapa_presos_hover {
    display: block;
    margin-top: -12px;
    position: relative;
    z-index: 12;
    list-style: none;
}
*/

#mapa_presos_hover li {
	width: 140px;
    height: 140px;
    display: block;
    float: left;
    list-style: none;
}

#mapa_presos_hover a {
    width: 140px;
    height: 140px;
    background-color: #e2412b;
    display: block;
    text-decoration: none;
    outline: none;
    /*cursor: default;*/
}

#mapa_presos_texto {
    width: 120px;
    height: 32px;
    background-color: rgba(255,255,255,0.6);
	padding: 5px 10px;
	display:none;
	position:absolute;
	color: #e2412b;
	font-size:14px;
    line-height: 16px;
    font-weight: 900;
	z-index: 11;
    text-align: center;
}

.map_hover {
    margin: 14px 0 0 0px;
    position: absolute;
}

.bg_none{
    display: none;
}

#presos_li_cleuter{
    left: 140px;
    top: 140px;
}

#presos_li_marcoaurelio{
    left: 280px;
    top: 140px;
}

#presos_li_jose{
    left: 420px;
	top: 140px;
}

#presos_li_raphael{
    left: 560px;
    top: 140px;
}

#presos_li_tiago{
    left: 140px;
    top: 280px;
}
 
#presos_li_danilo{
    left: 280px;
    top: 280px;
}

#presos_li_fabio{
    left: 420px;
    top: 280px;
}

#presos_li_cleber{
    left: 560px;
    top: 280px;
}

#presos_li_tadeu{
    left: 140px;
    top: 420px;
}

#presos_li_hugo{
    left: 280px;
    top: 420px;
}

#presos_li_leandro{
    left: 420px;
    top: 420px;
}

#presos_li_reginaldo{
    left: 560px;
    top: 420px;
}

.foto_color{
    width: 140px;
    margin: -120px 0 0 -3px;
    position: absolute;
    display: none\9; /* IE 8 and below */
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
 
    .foto_color{
        width: 140px;
        margin: -230px 0 0 -700px;
        position: relative;
    }
}

@-moz-document url-prefix() {
    .foto_color{
        margin: -231px 0 1px -700px;
        position: relative;
    }
}

.map_hover {
    margin: 14px 0 0 0px;
    position: absolute;
}

.presos_bg_none{
    display: none;
}

.mapa_presos_hover_legenda{
	margin-top: -14px;
    padding: 0;
    font-weight: 700;
}

.mapa_presos_content_detalhes{
	z-index: 2;
	margin: 0;
    margin-top: -14px;
}

.noMargin{
    margin-top: 9px;
}

.mapa_presos_content_detalhes h2{
    width: 210px;
    font-weight: 900;
    font-size: 22px;
    line-height: 26px;
    color:#e2412b;
    margin-bottom: 20px;
}

.textoGeral{
    clear: both;
    font-size: 16px;
    line-height: 24px;
    color:#000;
}

.obra_destaque{
    margin-left: 580px;
    height: 430px;
    margin-top: -7px;
}

.obra_destaque_legenda{
    font-size: 16px;
    line-height: 24px;
    color:#000;
    width: 210px;
}

b{
    font-weight: bold;
}



.sem_margin{
    margin: 0;
}

.sliderInicio{
    clear: both;
    margin-top: 25px;
}
