﻿/* ruimarchante - 009-10 */


BODY {
background-color: #aaaaaa;
/* background: url(./imagens/FundoGeral2.jpg) no-repeat;
background-position: 0 0;
display: block; */
}

#bloco {
display: block;
width: 1000px;
height: 600px;
background: url(./imagens/Fundo01.jpg) no-repeat;

/* border: 1px dashed yellow;*/

}

#blocoS {
display: block;
width: 1000px;
height: 600px;
background: url(./imagens/Fundo02.jpg) no-repeat;

/* border: 1px dashed yellow;*/

}

#blocoP {
display: block;
width: 1000px;
height: 600px;
background: url(./imagens/Fundo03.jpg) no-repeat;

/* border: 1px dashed yellow;*/

}

#blocoC {
display: block;
width: 1000px;
height: 600px;
background: url(./imagens/Fundo04.jpg) no-repeat;

/* border: 1px dashed yellow;*/

}

#blocoCC {
display: block;
width: 1000px;
height: 600px;
background: url(./imagens/Fundo05.jpg) no-repeat;

/* border: 1px dashed yellow;*/

}


#nav {
display: block;
width: 220px;
height: 137px;
position: relative;
top: 50px;
left: 810px;
z-index: 3;

/* border: 1px dashed red; */
}

.TabelaInicial {
display: block;
position: absolute;
margin-top: 5%;
text-align: left;
/* border: 1px dashed blue;*/
}

a.botao {
display: block;
width: 190px;
height: 34px;
margin-left: 33px;
margin-bottom: 5px;
color: #ffffff;
text-decoration: none;
/* border: 1px dashed white;*/
}

a:hover.botao {
display: block;
width: 190px;
margin-left: 33px;
color: #333333;
text-decoration: none;
font-weight: bold;
/* border: 1px dashed white;*/
}

#blocoTxtHome {
font-family: Arial;
display: block;
width: 500px;
height: 300px;
color: #ffffff;
position: relative;
top: 200px;
left: 70px;
font-size: 12px;
line-height: 25px;
}

#blocoTxtServicos {
font-family: Arial;
display: block;
width: 600px;
height: 300px;
color: #ffffff;
position: relative;
top: 200px;
left: 70px;
font-size: 12px;
line-height: 25px;
}

#blocoTxtProjectos {
font-family: Arial;
display: block;
width: 600px;
height: 300px;
color: #ffffff;
position: relative;
top: 200px;
left: 70px;
font-size: 12px;
line-height: 20px;
}

#blocoTxtClientes {
font-family: Arial;
display: block;
width: 600px;
height: 300px;
color: #ffffff;
position: relative;
top: 200px;
left: 70px;
font-size: 9px;
line-height: 16px;
}

#blocoTxtContactos {
font-family: Arial;
display: block;
width: 600px;
height: 300px;
color: #ffffff;
position: relative;
top: 200px;
left: 70px;
font-size: 11px;
line-height: 16px;
}



.titulo {
display: block;
font-size: 24px;
margin-bottom: 18px;
}

.tabelaClientes {
border-left: 1px solid #ff00ff;
padding-left: 20px;

}

.tabelaServicos {
border-left: 1px solid #00ffff;
text-align: justify;
padding-left: 20px;
}

.contactos {
border-top: 1px solid #666666;
}

a.mail {
color: #ffffff;
text-decoration: underline;
}

a:hover.mail {
color: #ffffff;
text-decoration: none;
}

.tituloProjectos {
color: red;
display: block;
font-weight: bold;
font-size: 14px;

}

.mapa {
border: 1px solid #ffffff;
}

.copy {
font-size: 9px;
}

.gf {
font-size: 10px;

}
.TBC {
font-size: 8px;
}
