/* 
 * BODY
 */
body
{
	font-family: Sans-Serif;
	background-color: white;
}


/* 
 * LAYERS
 */

#topo, #noticias, #destaque
{
	display: none;
}

#titulo, #rodape
{
	clear: both;
}

#titulo
{
	margin: 0;
	width: 100%;
}

#titulo h1
{
	height: auto;
}

#titulo h1 span, #titulo h2 span
{
	display: block;
	margin-top: 0;
}

#titulo h1 span
{
	margin-bottom: 0;
	font-size: 18pt;
}

#titulo h2 span
{
	font-size: 11pt;
	border-bottom: solid #ccc 1px;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

#texto a:link:after, #texto a:visited:after
{
	content: " (" attr(href) " )";
	text-decoration: none;
	color: black;
	font-size: 90%;
}

#texto
{
	margin-left: 0;
}

#texto h3 a:link:after, #texto h3 a:visited:after
{
	font-size: 60%;
}

#texto h3
{
	font-size: 15pt;
}

#texto h3 a
{
	text-decoration: none;
	color: black;
}

#texto h4
{
	font-size: 12pt;
}

#texto h4 a
{
	text-decoration: none;
	color: black;
}

#texto p
{
	clear: both;
	text-align: justify;
	font-size: 10pt;
	line-height: 150%;
}

#texto hr
{
	border: none;
	margin-bottom: 4%;
}

#texto ul
{
	padding-left: 20px;
	margin-left: 0;
}

#texto li
{
	font-size: 10pt;
}

#rodape
{
	padding-top: 5px;
}

#rodape p
{
	margin: 0;
	font-size: 10pt;
}

#rodape a
{
	text-decoration: none;
	color: black;
}

#principalHome, #principalNews, #principalQuemSomos, #principalSisFuttura, #principalClientes, #principalServicos, #principalPortfolio, #principalContato, #principalErro
{
	height: auto;
}


/* 
 * TAGS
 */

img
{
	border: 0;
}

code, pre
{
	clear: both;
	display: block;
	font-family: monospace;
	color: navy;
	margin-top: 5%;
	margin-bottom: 5%;
}

acronym
{
	border-bottom: dotted black 1px;
}

.space
{
	margin-top: 20px;
}

