body {
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial;
	font-size: 14px;
	color: #606060;
}

a{
	/*text-decoration: none;*/
	color: #606060;
}

.inputTexto{
	border: 1px inset silver;
	width: 100%;
}

.topo{
	height: 400px;
	background-image: url('../img/fundoTopo.jpg');
}

.contentorPopup{
	position: absolute;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	margin-top: 50px;
	overflow: hidden;
	height: 435px;
}

.contentorPopupMenu{
	height: 50px;
	margin-top: 30px;
}

.contentorPopupMenuEsquerda{
	float: left;
	width: 45px;
	height: 50px;
	background-image: url('../img/contentorPopupMenuEsquerda.png');
}

.contentorPopupMenuCentro{
	float: left;
	height: 50px;
	width: 910px;
	background-image: url('../img/contentorPopupMenuCentro.png');
}

.contentorPopupMenuDireita{
	float: right;
	width: 45px;
	height: 50px;
	background-image: url('../img/contentorPopupMenuDireita.png');
}

.menuSuperior li{
	float: left;
	padding-top: 15px;
	margin-right: 40px;
}

.menuSuperior a{
	color: #edeff4;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	text-decoration: none;
}

.contentorCentral{
	position: relative;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
	margin-top: 180px;
}

.contentorEsquerda{
	float: left;
	width: 500px;
	padding-left: 90px;
	overflow hidden;
}

.contentorDireita{
	float: right;
	width: 270px;
	padding-right: 90px;
}

.contentorCentro{
	width: 820px;
	padding-left: 90px;
	padding-right: 90px;
}

.titulo{
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 20px;
	padding-right: 40px;
}

.subTitulo{
	font-weight: bold;
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 40px;
}

.texto{
	font-size: 14px;
	line-height: 20px;
	color: gray;
	padding-right: 40px;
}

.solucoesTitulo{
	margin-top: 50px;
}

.solucoesTexto{
	line-height: 24px;
	margin-top: 20px;
}

.solucoesMaisInfo{
	margin-top: 25px;
	text-align: right;	
	margin-right: 15px;
}

.solucoesMaisInfo span{
	background-color: #a1f601;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
}

/* Direita */

#ilustracao{
	margin-top: 150px;
}

#ilustracao img{
	border: 1px solid silver;
}










/* Rodape */

.rodape{
	background-image: url('../img/fundoRodape.jpg');
	height: 220px;
	margin-top: 100px;
}

.rodapeConteudos{
	position: relative;
	width: 1000px;
	left: 50%;
	margin-left: -500px;
}

.rodapeMorada{
	float: left;
	width: 455px;
	line-height: 24px;
	padding-top: 60px;
	padding-left: 90px;
}

.rodapeMenu{
	padding-top: 70px;
	line-height: 24px;
}

.rodapeMenu a{
	font-weight: bold;
}

.campoContactos{
	width: 400px;
}

.textareaContactos{
	width: 400px;
	height: 100px;
}



/* POPUP proposta */

.proposta{
	position: absolute;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	/*height: 500px;*/
	/*top: 50%;
	margin-top: -275px;*/
	background-color: white;
	-moz-border-radius-topLeft: 15px;
	-moz-border-radius-bottomRight: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-box-shadow: 30px 10px 60px white;
	-webkit-box-shadow: 30px 10px 60px white;
	box-shadow: 30px 10px 60px white;
	border: 1px solid silver;
	padding-bottom: 15px;
	z-index: 10001;
}

.propostaTitulo{
	/*background-color: #606060;*/
	padding-left: 30px;
	height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	-moz-border-radius-topLeft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-box-shadow: 1px 5px 5px #606060;
	-webkit-box-shadow: 1px 5px 5px #606060;
	box-shadow: 1px 5px 5px #606060;
	color: #edeff4;
	font-weight: bold;
	font-size: 18px;
	background-image: url('../img/contentorPopupMenuCentro.png');
	background-repeat: repeat-x;
}

.propostaTexto{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	font-size: 14px;
	color: gray;
	line-height: 20px;
}

.propostaEsquerda{
	width: 50%;
	border-right: 1px dashed silver;
}

.propostaLegenda{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	font-size: 16px;
	font-weight: bold;
	color: gray;
}

.propostaCampo{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	color: gray;
	font-size: 14px;
}

.inputProposta{
	border: 1px inset silver;
	padding: 3px;
	width: 250px;
}

.textareaProposta{
	border: 1px inset silver;
	padding: 3px;
	width: 300px;
	height: 100px;
}

.fechar{
	float: right;
	margin-right: 15px;
	top: 0px;
}

/* Porfolio */

.portfolioEsquerda{
	font-weight: bold;
	padding-right: 15px;
}

.portfolioDireita{
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
}

.portfolioDireita a{
	color: white;
	text-decoration: none;
}


#arriscoCurtainContentor{
	position: relative;
	clear: both;
	height: 300px;
	width: 997px;
	border: 1px solid gray;
	overflow: hidden;
	background-color: #d9e5f3;
}

#arriscoCurtainImagens{
	width: 997px;
	height: 300px;
}

.slideMosaicCelulas{
	position: absolute;
	margin-top: 125px;
}

/* Veu */

#veu{
	position: absolute;
	z-index: 10000; 
	text-align: center;
	background-image: url('../img/fundoVeu.png');
}

.erroFormulario{
	color: red;
	font-size: 12px;
}

#retornoMensagem{
	font-size: 16px;
	font-weight: bold;
	color: black;
	padding: 15px;
}

#retornoMensagem li{
	font-size: 12px;
}

.nota{
	font-weight: bold;
	color: red;
}

.downloadsTitulo{
	font-weight: bold;
	font-size: 16px;
}

.portugues{
	
}


.ingles{
	color: orange;
}

.ingles a{
	color: inherit;	
}

.downloadsSubTitulo{
	font-weight: bold;
}

.botaoDemo{
	float: right;
	background-color: #a1f601;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.codigo{
	border: 1px solid silver;
	padding: 5px;
	background-color: #f8f8ff;
	font-family: monospace;
	font-size: 10px;
	line-height: 15px;
	margin-top: 15px;
}

.opcoes{
	width: 100%;
	line-height: 18px;
}

.opcoes th{
	background-color: #f8f8ff;
	border: 1px solid silver;
	text-align: center;
	vertical-align: middle;
}

.opcoes td{
	border: 1px solid silver;
	text-align: left;
	padding: 3px;
	vertical-align: middle;
}
