

/* SITE inXure ---------------------------- CSS Document */

* { margin: 0; padding: 0; }

body {
	background: #fff url(../imagens/fundo_topo.gif) repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	
a { color: #003578; text-decoration: none; outline: none; }
	
#header {
	width: 920px;
	height: 106px;
	margin: 0 auto;
	background: transparent url(../imagens/fundo_header.gif) no-repeat;
	}
	
#header h1 {
	display: block;
	position: absolute;
	left: -2000px;
	top: -300px;
	}
	
#carrocel {
	height: 295px;
	}
	
#conteudos {
	width: 300px;
	margin: 0 auto;
	}
	
.caixaClientes {
	margin: 0 10px;
	padding: 30px 10px 0 30px;
	background: transparent url(../imagens/fundo_boxclient.gif) no-repeat;
	width:340px;
	height:262px;
	float: left;
	font-size: 10px;
	}
.caixaFuncionalidades {
	margin: 0 10px;
	padding: 0px 10px 0 30px;
	/*background: transparent url(../imagens/fundo_boxclient.gif) no-repeat;*/
	width:360px;
	height:292px;
	float: left;
	font-size: 10px;
	}	
	
.caixaContactos {
	margin: 0 10px;
	padding: 10px 10px 0 0;
	background: transparent url(../imagens/fundo_contactos.gif) no-repeat;
	width:714px;
	height:282px;
	float: left;
	font-size: 10px;
	}

.caixaApoio {
	margin: 0 10px;
	padding: 10px 10px 0 0;
	width:600px;
	height:282px;
	float: left;
	font-size: 10px;
	}
.caixaApoio img { display: block; margin: 0 auto; }


.caixaDownload {
	margin: 0 10px;
	padding: 30px 10px 0 0;
	background: transparent url(../imagens/fundo_youtube.gif) no-repeat;
	width:264px;
	height:262px;
	float: left;
	font-size: 10px;
	}



.caixaClientes p {
	padding-top: 15px;
	}

.caixaClientes a {
	display: block;
	margin-top: 15px;
	text-indent: 20px;
	font-size: 12px;
	font-weight: bold;
	}
	
.caixaClientes a.linkClientes {
	background: transparent url(../imagens/link.gif) no-repeat;
	}
.caixaClientes a.mailClientes {
	background: transparent url(../imagens/mail.gif) no-repeat;
	}

#contactosTop {
	font-size:12px;
}


h2 {
	color:#003578;
	font-size: 26px;
	font-weight:lighter;
	display:block;
	margin-bottom:10px;
	margin-top:15px;
	line-height: 28px;
}
.txtblue {
	color:#003578;
	font-size:12px;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
	margin-top:5px;
}

#contactosTop p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0 0 5px 5px;
	}
#galeriaFunc a {
	margin:0 0 0 0;
	
	}
	
#clientes, #funcionalidades, #contactos, #download, #apoio, #quemsomos {
	font-size:13px;
	letter-spacing:0em;
	word-spacing: 0em;
	line-height:20px;
	background: url(../imagens/certificado.png) no-repeat top right;
	overflow: hidden;
}

p {
	display:block;
	margin-bottom:10px;
	}
.negrito {
	font-weight:bold;
}
#listLeft {
	float:left;
	width:410px;	
	padding:10px;
	margin:10px;
	margin-left:0px;
	}
#listRight {
	float:left;
	width:410px;
	padding:10px;
	margin:10px;
	margin-left:0px;
	background: transparent;
	}
#listLeftDown {
	float:left;
	width:310px;	
	padding:10px;
	margin:10px;
	margin-left:0px;
	}
#listRightDown {
	float:left;
	width:310px;
	padding:10px;
	margin:10px;
	margin-left:0px;
	}
		

.clear {
	clear:both;
	}			
	
/* Contactos form */
/* Form styles */
div.form-container {
	width: 500px;
	margin: 10px auto 0 auto;
	padding: 5px;
/*	background-color: #FFF;
	border: #EEE 1px solid;*/
}
p.legend {
	margin-bottom: 1em;
}
p.legend em {
	color: #C00;
	font-style: normal;
}
div.errors {
	margin: 0 0 10px 0;
	padding: 5px 10px;
	border: #FC6 1px solid;
	background-color: #FFC;
}
div.errors p {
	margin: 0;
}
div.errors p em {
	color: #C00;
	font-style: normal;
	font-weight: bold;
}
div.form-container form p {
	margin: 0;
}
div.form-container form p.note {
	margin-left: 170px;
	font-size: 90%;
	color: #333;
}
div.form-container form fieldset {
	margin: 10px 0;
	padding: 10px;
	border: #DDD 1px solid;
}
div.form-container form legend {
	font-weight: bold;
	color: #666;
}
div.form-container form fieldset div {
	padding: 0.25em 0;
}
div.form-container label, div.form-container span.label {
	margin-right: 10px;
	padding-right: 10px;
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	position: relative;
}
div.form-container label.error, div.form-container span.error {
	color: #C00;
}
div.form-container label em, div.form-container span.label em {
	position: absolute;
	right: 0;
	font-size: 120%;
	font-style: normal;
	color: #C00;
}
div.form-container input.error {
	border-color: #C00;
	background-color: #FEF;
}
div.form-container input:focus, div.form-container input.error:focus, div.form-container textarea:focus {
	background-color: #FFC;
	border-color: #FC6;
}
div.form-container div.controlset label, div.form-container div.controlset input {
	display: inline;
	float: none;
}
div.form-container input, div.form-container textarea {
	margin: 1px 0 2px 0;
	border: 1px solid black;
}
div.form-container input.button {
	margin: 1px 0 0 0;
	border: 1px solid black;
	background:white;
	font-size: 11px;
	font-weight:bold;
	padding:2px;
	letter-spacing:1px;
}
div.form-container div.controlset div {
	margin-left: 170px;
}
div.form-container div.buttonrow {
	margin-left: 170px;
}
	
.numero {
	color:#9CABB5;
	display:block;
	float:left;
	font-size:40px;
	font-weight:lighter;
	height:30px;
	padding:15px 0pt 0pt;
	width:30px;
	}
	
.contactos {
	font-size: 14px;
	display: block;
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	}
	
.contactos img {
	vertical-align: middle;
	}
.resposta {
	display:block;
	margin:50px 0 0 100px;
}
#verifica {
	position:absolute;
	z-index:10;
	top:95px;
	float:right;
	right:60px;
	font-weight:bold;
}
#verificacao {
	position:absolute;
	z-index:10;
	float:right;
	right:5px;
	width:60px;
}

.streaminglink {
	display:block;
	width:300px;
	height:300px;
	}

/* Div anuncio do evento - Fase experimental */

#evento {
	display:block;
	width:100%;
	height:30px;
	overflow:hidden;
}
