@charset "utf-8";
html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg_site.png);
	background-repeat: repeat-x;
	background-position: left top;
}
img {
	/*max-width:100%;*/
	border:0px;
}
.block {
	display: block;
}
.cboth {
	clear: both;
}
.uppercase {
	text-transform: uppercase;
}
.logotipo {
	padding: 0px;
	text-align: center;
	width: 196px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.logotipo a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	letter-spacing: 0.5px;
}
.logotipo a:hover{
	text-decoration: underline;
}
.logotipo a img{
	margin-bottom: 2px;
}
.conteudo-perfil {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
}
.conteudo-perfil p {
	margin-left: 7px;
	margin-top: 10px;
	padding: 0px;
}

.conteudo-perfil h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	height: 28px;
}
.conteudo-perfil h2 strong {
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 26px;
	display: block;
	float: left;
	margin-left: 7px;
}

.conteudo-experiencia {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
.conteudo-experiencia h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	height: 28px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.conteudo-experiencia h2 strong {
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 26px;
	display: block;
	float: left;
	margin-left: 7px;
}
.conteudo-experiencia  p {
	margin-left: 7px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.conteudo-servicos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}

.conteudo-servicos h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	height: 28px;	
}
.conteudo-servicos h2 strong {
	font-weight: normal;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 26px;
	display: block;
	float: left;
	margin-left: 7px;
}
.conteudo-servicos h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	color: #0066cc;
	text-decoration: none;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}
.conteudo-servicos ul {
	color: #003271;
	list-style-type: square;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 17px;
	letter-spacing: -0.15px;
}
.conteudo-servicos  ul  .li-txt {
	color: #333333;
}
.rodape {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 10px;
}
.rodape a {
	text-decoration: none;
	color: #000000;
}
.rodape a:hover {
	color: #000000;
	text-decoration: underline;
}



.rodape  .empresa {
	float: left;
	line-height: 17px;
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.rodape .morada {
	float: left;
	line-height: 17px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e5e5e5;
	padding-left: 20px;
	margin: 0px;
	padding-top: 0px;
	font-size: 11px;
}
.rodape .manutencao {
	float: right;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
.rodape .manutencao a {
	color: #666666;
}
