@charset "UTF-8";

/* CSS reset */
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	margin:0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Style */

body{
	font-family: "open_sansregular", Arial, Helvetica, sans-serif; /*open_sansregular*/
	letter-spacing:-0.5px;
	font-size: 14px;
	margin: 0;
}

b{
	font-family: "open_sansbold", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#mainContent{
	width: 970px;
	height: 700px;
	margin: 0 auto;
	background: transparent url("../img/main-bg.jpg") no-repeat 0 0;
}

#mapContent a{
	font-family: "open_sansbold", Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: absolute;
	display: block;
	width: 28px;
	height: 28px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	text-decoration: none;
}

.textContentEach{
	width: 340px;
}

.textContentEach.comImg{
	width: 720px;
	height: 230px;
	background-color: #fff;
}

.textNumber{
	font-family: "open_sansbold", Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	width: 28px;
	height: 28px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	margin-right:5px;
	float: left; 
}

.textImg{
	height: 230px;
	float: left;
}

.textImg span{
	position: absolute;
	margin-top: 4px;
	font-size: 11px;
	line-height: 12px;
}

.textImg img{
	width: 300px;
	height: 200px;
	margin-right: 10px;
}

.textText{
	text-align: left;
	color: #000;
	font-size: 14px;
	line-height: 21px;
	margin-left: 33px;
}

.textText span{
	display: block;
	margin: 2px 0;
}

.textTitle{
	font-family: "open_sansbold", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #000;
	font-size: 18px;
	line-height: 24px;
	padding-top: 2px;
	padding-bottom:4px;
}

.obraExistente{background: transparent url("../img/ball-azul.png") no-repeat center center;}
.obraConstrucao{background: transparent url("../img/ball-laranja.png") no-repeat center center;}

#mapContent a.obraConstrucao{
	background: transparent url("../img/ball-laranja.png") no-repeat center center;
}

#mapContent a.obraConstrucao.hover{
	background: transparent url("../img/ball-laranja-hover.png") no-repeat center center;
}

#mapContent a.obraConstrucao.active{
	background: transparent url("../img/ball-laranja-active.png") no-repeat center center;
}

#mapContent a.obraExistente{
	background: transparent url("../img/ball-azul.png") no-repeat center center;
}

#mapContent a.obraExistente.hover{
	background: transparent url("../img/ball-azul-hover.png") no-repeat center center;
}

#mapContent a.obraExistente.active{
	background: transparent url("../img/ball-azul-active.png") no-repeat center center;
}
#legenda{
	position: absolute;
	margin-left: 866px;
	width: 102px;
	height: 68px;
	background: transparent url("../img/legenda.png") no-repeat center center;
}

#obra_1{margin:480px 0 0 136px;}
#obra_2{margin:456px 0 0 191px;}
#obra_3{margin:403px 0 0 286px;}
#obra_4{margin:286px 0 0 267px;}
#obra_5{margin:371px 0 0 482px;}
#obra_6{margin:346px 0 0 487px;}
#obra_7{margin:355px 0 0 514px;}
#obra_8{margin:316px 0 0 532px;}
#obra_9{margin:368px 0 0 587px;}
#obra_10{margin:340px 0 0 704px;}
#obra_11{margin:315px 0 0 733px;}
#obra_12{margin:536px 0 0 878px;}

.textContentEach{
}
