/* Estilo Principal */
* {
     margin: 0px auto;
     border: 0px;
     padding: 0px;
}

body {
	background: #82ccf1 url(../img/cielov3.jpg) top center no-repeat;
	color: #00396b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
}

a, a:visited, a:link {
	color: #00396b;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* Divisões Principais */

#geral {
     width: 100%;
}

#topo {
	width: 960px;
	height: 136px;
}

#topo img {
	margin: 25px 0px 0px -10px;
}

.logo {
	margin: 30px 0px 0px 0px;
}

#menu {
	width: 960px;
	height: 70px;
}

#conteudo {
	width: 960px;
	margin-top: 15px;
}

#principal {
	width: 666px;
	float: left;
}

#lateral {
	width: 280px;
	margin-left: 12px;
	float: left;
}

div.bloco {
	width: 94%;
	border-top: 5px solid #fff;
	margin-bottom: 12px;
	padding: 5px 3% 10px 3%;
	background-image: url(../img/fundo-br.png);
}

img.bloco222 {
	margin-left: -8px;

}

p.bloco {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 1.5em;
}

p.bloco2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.6em;
}

p.blococontacto {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	line-height: 1.6em;
	font-weight: bold;
	font-style: italic;
	color: #333;
}

#principal div.bloco {
	width: 96%;
	padding-top: 5px;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 2%;
}

#rodape {
	width: 100%;
	height: 261px;
	clear: both;
	background-image: url(../img/parteabajo.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#rodape_conteudo {
	width: 960px;
	position: relative;
	top: 206px;
}


/* Menu */

#menu ul {
	list-style: none;
	float: left;
}

#menu li {
	display: inline;
}

#menu li a {
	display: block;
	width: 170px;
	height: 50px;
	background: url(../img/fundo-pr.png);
	float: left;
	border-top: 5px solid #82ccf1;
	margin-right: 12px;
	text-decoration: none;
	padding: 6px;
	color: #ccc;
	font-size: 1.2em;
	line-height: 1em;
}

#menu li a.ult {
	margin-right: 0px;
}

#menu li a.inactivo {
	background: url(../img/fundo-br.png);
	border-top: 5px solid #418cd0;
	color: #369;
}

#menu li a:hover {
	background: url(../img/fundo-br.png);
	border-top: 5px solid #418cd0;
	color: #369;
}

#menu li a span {
	font: italic 1.8em Georgia, Garamond, 'Times New Roman', Times, Serif;
	color: #fff;
}

#menu li a:hover span {
	font: italic 1.8em Georgia, Garamond, 'Times New Roman', Times, Serif;
	color: #036;
}


/* Destaques */

img.destaque {
	margin-right: 20px;
	border: 1px solid #fff;
	padding: 3px;
	float: left;
	margin-bottom: -12px;
	text-align: center;
}

img.destaque2 {
	margin-right: 12px;
	border: 1px solid #fff;
	padding: 3px;
	float: left;
	margin-bottom: 6px;
	text-align: center;
}


#FlashID2.destaque {
	margin-right: 20px;
	border: 1px solid #fff;
	padding: 3px;
	float: left;
	margin-bottom: -12px;
	text-align: center;
}

.clear {
	clear: both;
	margin-bottom: 10px;
}


/* Tipografia */

h1 {
	font: italic 2.2em Georgia, Garamond, 'Times New Roman', Times, Serif;
	border-bottom: 1px solid #9bd3ed;
	margin-bottom: 16px;
	padding-bottom: 2px;
}

h2 {
	font-size: 1.9em;
	margin-bottom: 0.6em;
}

h3 {
	font-size: 1.5em;
	margin-bottom: 0.4em;
	line-height: 1em;
	letter-spacing: -0.02em;
}

p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 0.8em;
}

code {
	font-style: normal;
	font-size: 1.1em;
	font-weight: bold;
}

li {
	list-style-type: square;
}

#conteudo ul {
	margin-bottom: 1.2em;
	list-style-position: inside;
}

#conteudo li {
	font-size: 1.4em;
	line-height: 1.2em;
}

#rodape_conteudo ul {
	list-style: none;
	font-size: 0.9em;
	margin-bottom: 7px;
}

#rodape_conteudo li {
	font-size: 1.4em;
	display: inline;
	margin-right: 5px;
	padding-right: 5px;
}

#rodape_conteudo a {
	color: #fff;
}

#rodape_conteudo p {
	font-size: 1.2em;
	color: #fff;
}




/* Tabelas */

table {
     width: 100%;
     font-size: 1.3em;
     line-height: 1.2em;
     padding: 3px 0px 0px 0px;
     margin-bottom: 20px;
}

table.provin {
	width: 206px;
	font-size: 1.2em;
	line-height: 1.2em;
	background-color: #c0e5f7;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

td {
	height: 16px;
	background: #c0e5f7;
}

thead td {
     background: #82ccf1;
     color: #000;
     height: 22px;
     text-align: center;
     font-weight: bold;
     font-size: 1.1em;
}

td p {
	font-size: 1em;
	margin-bottom: 0em;
}


/* Outras classes */

.vcenter {
	vertical-align: middle;
}

.semmargem {
	margin-bottom: 0em;	
}

.mleft {
	margin-left: 10px;
}

p.erro {
     color: #f00;
     padding: 5px 0px 5px 30px;
     margin-bottom: 0px;
     background: url(../img/erro.gif) 5px 5px no-repeat;
}

.Map {
	background-image: url(../img/mapa-provincias-mio2.gif);
	float: left;
	margin-right: 32px;
	margin-top: 52px;
	margin-left: 12px;
}


	/*-----------------*/
	/*---- Contact	---*/
	
	#pg-ttl-contact {
		width:125px;
		height:27px;
		text-indent:-2000px;
		overflow:hidden;
		margin:55px 0 30px 0;
		}			
	
	#contact-form {
	margin:0 0 0 2px;
	line-height:1.2em;
	background-image: url(../img/Contacto.jpg);
	background-repeat: no-repeat;
	background-position: right center;
		}
		
		.contact-intro {margin-bottom:0;}
		
		#c-form {
	padding:0 0 0 2px;
	position:relative;
	top:6px;
	right:10px;
	width:94%;
	height:516px;
			}
			
		.error {
			color:#fff;
			font:normal .9em/25px Arial;
			padding:2px 6px 2px 15px;
			margin-left:6px;
			height:26px;
			line-height:26px;
			}	
					
		label {
	display:block;
	margin:3px 0 0 0;
	height:22px;
	line-height:26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #00396b;
			}
			
					
		input.tbox, textarea {
	border:0;
	padding: 2px 4px 0 4px;
	margin:0;
	color:#333;
	overflow:auto;
				}	
				
		input.tbox {
	width:340px;
	height:20px;
	outline: none;
	background-color: #f9f9f9;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
			}	
			
		 textarea {
	width:340px;
	padding-bottom: 18px;
	height:200px;
	outline: none;
	background-color: #f9f9f9;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
		 }
		 
		#subFormBut {
	margin:6px 0 0 0;
}		 		

		#fld-8050 {display:none;}				
				
		#contact-conf {
			margin-top:30px;
			text-align:center;
			width:512px;
			height:207px;
			padding-top:150px;
			}
			
		#loading {
			height:207px;
			padding-top:10%;
			text-align: center;		
			}	

input.botao {
	width: 100px;
	height: 30px;
	cursor: pointer;
	font: italic 1.6em Georgia, Garamond, 'Times New Roman', Times, Serif;
	color: #00396b;
	border-right-width: 0px;
	border-left-width: 0px;
	background-color: #f9f9f9;
	background-image: none;
}
