@charset "utf-8";

/* Formatação Geral ==================================================== */

body {
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:14px;
	color:#555;
	text-align:center;
	background:url(../img/bg.jpg) fixed center center no-repeat;
	line-height:1.2em;
}

a {
	color:#2a75ad;
	text-decoration:none;
}

a:visited{

}

a:hover {
	color:#ff931e;
	text-decoration:none;
}

h1, h2, h3{
	padding:0.5em 0 0;	
	font-weight:bold;
}

h1{
	font-size:2em;
}

h2{
	font-size:1.5em;
	color:#2a75ad;
}

h2 a{
	color:#2a75ad;
}

h3{
	font-size:1.1em;
}

p{
	padding:8px 0;
}

strong{
	font-weight:bold;
}

.hide{
	display:none;
}

.bgBox {
	background:url(../img/bgBox.png) no-repeat;	
	padding:8px 0 10px 18px;
}

.spanBlock{
	display:block;	
}

.bullet{
	padding-left:15px;
	background:url(../img/bullet.jpg) 0 0.7em no-repeat;
}

.textLaranja{
	color:#ff931e;
}

.textAzul{
	color:#2a75ad;	
}

.tituloMarginBotton{
	margin-bottom:0.3em;	
}

.linkText{
	color:#555;	
}

/* Main ==================================================== */
#main {
	width:970px;
	margin:0 auto;
	text-align:left;
}

/* Header ==================================================== */

#header{
	height:60px;
	padding:16px 0;
	background:url(../img/bgHeader.png) repeat-y center;
}

#logo{
	background:url(../img/logoComuniClick.png) no-repeat;
	height:58px;
	width:263px;
	display:block;
	float:left;
}

#menuGlobal{
	margin:16px 50px 0 0;
	float:right;
}

#menuGlobal li{
	display:inline;
}

#menuGlobal a{
	font-size:1.15em;
	padding:8px 3px 35px;
	display:inline-block;
	margin:0 6px;
	color:#2a75ad;

}

#menuGlobal a:hover{
	text-decoration:none;
}

.selectMenu{
	background:url(../img/borderBottonMenuSelect.png) repeat-x 0 27px;
}

.noSelectMenu{
	background:url(../img/borderBottonMenu.png) repeat-x 0 27px;
}

.noSelectMenu:hover{
	background:url(../img/borderBottonMenuSelect.png) repeat-x 0 27px;
}

#sombraTop{
	height:12px;
	width:970px;
	background:url(../img/sombraTop.png) no-repeat top center;
}

#sombraBottom{
	height:12px;
	width:970px;
	background:url(../img/sombraBottom.png) no-repeat bottom center;
	clear:both;
}

/* Container ==================================================== */

#container{
	margin-top:20px;
}

#container li{
	list-style:url(../img/bulletSmall.jpg) inside;
}

#left{
	width:900px;
	margin:0 40px 0 0;
}

#destaque {
	height:240px;
	/*margin:7px 0 0 6px;*/
	margin:4px 0 0 3px;
}

#ultimasBlog{
	margin:30px 0 20px;
}


#ultimasBlog div p{
	padding-top:2px;
}



/* Footer ==================================================== */

#footer{
	clear:both;
	text-align:center;
	padding:15px 0 10px;
	background:url(../img/bgHeader.png) repeat-y center;
}

#footer ul li{
	display:inline;
}

#footer ul{
	border-bottom:#ddd solid 1px;
	margin:0 auto 5px;
	width:460px;
	display:block;
}

#footer ul li a{
	color:#555 !important;
	padding:5px 6px;
	font-size:0.8em;
	display:inline-block;
}
#footer ul li a:hover{
	color:#2a75ad !important;
}

#footer p{
	font-size:0.7em;
	padding: 5px 0 8px;
	display:block;
}
