@charset "UTF-8";
/* CSS Document */

body {
	font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
	line-height: 20px;
	font-size: 16px;
	color: black;
	background-color: #A3BFB6;	
}

/* Definições Globais */



/* Inicio do Topo da Pagina */

.topo {
	background:url(../_imagens/barra_topo.png);
	width: 960px;
	height: 150px;
	border-bottom: 10px solid #009980;
	margin: auto;
}

.logo {
	float: left;
	background:url(../_imagens/logo_branco_120px.png);
	width: 170px;
	height: 120px;
	position: relative; 
	margin: 15px 0 0 15px;
}

.logo_bandeira_p{
	float: right;
	width: 30px;
	height: 30px;
	position: relative; 
	margin: 10px 10px 0 10px;
	background: url(../_imagens/portugal_flags_redonda_30x30.png);
}

.logo_bandeira_e{
	float: right;
	width: 30px;
	height: 30px;
	position: relative; 
	margin: 10px 10px 0 10px;
	background: url(../_imagens/inglaterra_flags_redonda_30x30.png);
}


.button {
	float: right;
	background-color: #5B5D60;
	border: solid #5B5D60;
	border-radius: 8px;
	color: #ffffff;
	width: 15%;
	padding: 10px 5px 10px 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	margin: 100px 0px 0px 0px;
}

.button:hover {
	border: solid #009C80;
	color: #ffffff;
}

.button:active{
	background-color: #009980;
  	border: solid #009C80;
	color: #C7C7C7;
	opacity: 0.8;
}

.disabled {
	background-color: #5B5D60;
  	border: solid #5B5D60;
	color: #ffffff;
	border-radius: 8px;
  	opacity: 0.6;
  	cursor: not-allowed;
}

/* Inicio da Pagina Inicial */

#fundo_inicial {
	width: 960px;
	height: 600px;
	margin: 10px auto 10px auto;
	background-color: #A3BFB6;
	clear: both;
}

#fundo_inicial h1 {
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
}

#fundo_inicial a {
	font-size: 18px;
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"
}

.box_img1 {
	float: left;
	position: relative;
	width: 400px;
	height: 600px;
	margin: 0 15px 0 0;
	box-shadow: 2px 2px 10px rgba(51,51,51,1);
	background: url(../_imagens/foto_1.jpg); 
}

.box_txt1 {
	float: left;
	position: relative;
	width: 510px;
	height: 600px;
	margin: 0 0 0 10px;
}

.box_txt1 p {
	text-align: justify;
}

/* Inicio da Pagina Areas */

#fundo_areas {
	width: 960px;
	height: 825px;
	margin: 10px auto 10px auto;
	background-color: #A3BFB6;
	clear: both;
}

#fundo_areas h1 {
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
}

#fundo_areas a {
	font-size: 18px;
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"
}

#fundo_areas .box_txt1 {
	float: left;
	position: relative;
	width: 450px;
	height: 600px;
	border: 10px;
	margin: 0 10px 0 10px;
}

#fundo_areas .box_txt1 p {
	text-align: inherit;
}

#fundo_areas .box_txt2 {
	float: left;
	position: relative;
	width: 450px;
	height: 600px;
	border: 10px;
	margin: 0 15px 0 25px;
}

#fundo_areas .box_txt2 p {
	text-align: inherit;
}



/* Inicio da Pagina Equipe */

#fundo_equipe{
	width: 960px;
	height: 400px;
	margin: 0 auto 10px auto;
	background-color: #A3BFB6;
	clear: both;
}

#fundo_equipe .box_equipe_img1{
	float: left;
	position: relative;
	width: 960px;
	height: 350px;
	margin: 30px auto 0 auto;
	/*box-shadow: 2px 2px 10px rgba(51,51,51,1);*/
	background: url(../_imagens/pagina_em_construcao_960x350_sem_fundo.png);
	
}


/* Inicio da Pagina On-line */

#fundo_online{
	width: 960px;
	height: 600px;
	margin: 0 auto 10px auto;
	background-color: #A3BFB6;
	clear: both;
}

#fundo_online h1 {
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
}

#fundo_online a {
	font-size: 18px;
	color: #000000;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"
}

#fundo_online .box_online_txt1 {
	float: left;
	position: relative;
	width: 450px;
	height: 600px;
	margin: 0 0 0 10px;
}

#fundo_online .box_online_txt1 p {
	text-align: justify;
}

#fundo_online .formulario {
	float: left;
	position: relative;
	width: 450px;
	height: 600px;
	margin: 0 0 0 50px;
}


/* Inicio da Pagina Contactos */

#fundo_contactos {
	width: 960px;
	height: 600px;
	margin: 0 auto 20px auto;
	background-color: #A3BFB6;
	clear: both;
}

.mapa{
	float: left;
	position: relative;
	width: 960px;
	height: 350px;
	margin: 30px auto 0 auto;
	box-shadow: 2px 2px 10px rgba(51,51,51,1);
}

.box_contactos_img1 {
	float: left;
	position: relative;
	width: 470px;
	height: 300px;
	margin: 30px auto 30px auto;
	box-shadow: 2px 2px 10px rgba(51,51,51,1);
	background: url(../_imagens/foto_local1_460x300.jpg); 
}

.box_contactos_img2 {
	float: right;
	position: relative;
	width: 470px;
	height: 300px;
	margin: 30px auto 30px auto;
	box-shadow: 2px 2px 10px rgba(51,51,51,1);
	background: url(../_imagens/foto_local2_460x300.jpg); 
}

/* Inicio do Rodapé da Pagina */

#rodape {
	/*background:url(../_imagens/barra_fundo.png);*/
	background: #25A489;
	width: 960px;
	height: 150px;
	border-top: 10px solid #5B5D60;
	margin: auto;
	clear: both;
}

#rodape h2{
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}

#rodape h5{
	font-size: 14px;
	color: #000000;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}

#rodape .box_rodape_txt1 {
	float: left;
	position: relative;
	width: 300px;
	height: 120px;
	border: 15px;
	margin-top: 5px;
	margin-left: 25px;
}

#rodape .box_rodape_txt2 {
	float: left;
	position: relative;
	width: 275px;
	height: 120px;
	border: 15px;
	margin-top: 5px;
	margin-left: 60px;
}

#rodape .box_rodape_txt3 {
	float: left;
	position: relative;
	width: 280px;
	height: 120px;
	border: 10px;
	margin-top: 5px;
	margin-left: 0px;
}

#rodape .box_rodape_txt3 a {
	text-decoration: none;
	color: #000000;
}

#rodape .box_rodape_txt3 a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

