/* 
------------------------------------------------------------------
Municípios Digitais
------------------------------------------------------------------
*/

@import url("layout.css");

#content {
	background: url(../../img/layout/bg-home-content2.png) no-repeat 51% 410px; 	}

#boxSolucoes {
	width: 940px;
	padding: 10px	}

#boxSolucoes ul li {
	display: inline;
	margin: 0 40px;	}

#boxAtendimento, 
#boxCanais, 
#boxNovidades,
#boxNovoCliente {	margin-top: 40px;	}

#boxAtendimento {
	background: url(../../img/ico-atendimento.png) no-repeat 0 0;	}

#boxCanais {
	background: url(../../img/ico-comercial.png) no-repeat 0 0;	}

#boxNovoCliente {
	background: url(../../img/ico-desenvolvimento.png) no-repeat 0 0;	}

#boxNovidades {	width: 285px; padding-left: 15px;	}

#boxAtendimento h2.title, 
#boxCanais h2.title, 
#boxNovidades h2.title, 
#boxNovoCliente h2.title {
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: white;	}

#boxAtendimento h2.title {	border-bottom: 2px solid #9cc421;	}
#boxCanais h2.title {	border-bottom: 2px solid #ab3030;	}
#boxNovoCliente h2.title {	border-bottom: 2px solid #585760;	}
#boxNovidades h2.title {	border-bottom: 2px solid #0099cc;	}

#boxAtendimento h2.title, 
#boxAtendimento .desc, 
#boxCanais h2.title,
#boxCanais .desc, 
#boxNovoCliente h2.title,
#boxNovoCliente .desc {
	margin-left: 90px; /* para não sobrepor a imagem de fundo do box */	}

#boxAtendimento a:link, 
#boxAtendimento a:visited, 
#boxCanais a:link, 
#boxCanais a:visited, 
#boxNovoCliente a:link, 
#boxNovoCliente a:visited {
	color: white;	}


.news .title {	}

.news .desc {
	display: none;
	font-size: 8.5pt;
	margin: 0.15em 0 0;	}

.news a:link {
	color: white !important;	}
.news a:hover, 
.news a:active {
	color: white !important;	}

.news .further {
	display: block;
	margin: 4px 0 0;
	padding: 4px 0 0;
	border-top: 1px solid #dcdcdc;}
