*{
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
	outline: none;
}

header, aside, section, footer{
	display: block;
}

body{
	font: 11pt 'Open Sans';
	line-height: 1.5em;
	margin: 0 auto;
}

.container{
	width: 960px;
	margin: 0 auto;
}

header{
	height: 270px;
}

	#headerH{
		background: url('cabeceraalt.jpg') center bottom no-repeat;
	}
	
	#headerD{
		background: url('delegaciones2.jpg') center bottom no-repeat;
	}

	header h1{
		font: 30pt 'Fauna One';
		letter-spacing: -2px;
		color: #f00;
		text-align: center;
		display: inline-block;
		vertical-align: middle;
		margin-right: 3.5em;
		margin-left: .5em;
	}
	
	header nav{
		background: #fff;
		padding: .5em;
	}
	
		header nav a{
			font: bold 10pt 'Open Sans';
			text-transform: uppercase;
			display: inline-block;
			vertical-align: middle;
			margin-left: 1.7em;
			color: #555;
		}
		
			header nav a:first-child{
				margin-left: 1em;
			}
		
			header nav a:hover{
				color: #f00;
			}



#wrapper{
	width: 960px;
	margin: 1em auto;
}


#home{
	font: 11pt 'Fauna One';
	line-height: 2em;
	margin-top: 3em;
}
	
	#home p{
		margin-bottom: 2em;
		text-align: justify;
	}
	
	#home h3{
		font: 20pt 'Fauna One';
		letter-spacing: -2px;
		color: #000;
	}
	
	#home #home-providers{
		width: 200px;
		float: right;
		text-align: center;
	}
	
		#home #home-providers img{
			width: 200px;
			margin-bottom: 2em;
		}
		
		#home #home-providers .home-providers-2{
			max-width: 120px;
			margin-bottom: .5em;
		}

	
	
	
#delegaciones{
	margin-bottom: 1em;
	font: 12pt 'Open Sans';
	line-height: 1.5em;
}

	#delegaciones h3{
		font: 20pt 'Fauna One';
		letter-spacing: -1px;
		margin: .5em 0 .2em;
	}

	#delegaciones .delegaciones-delegacion{
		display: inline-block;
		width: 100%;
		display: block;
		margin-bottom: 2em;
	}
	
		#delegaciones .delegaciones-delegacion .delegaciones-delegacion-data{
			text-align: left;
			width: 39%;
			display: inline-block;
			vertical-align: middle;
		}
		
		#delegaciones .delegaciones-delegacion .delegaciones-delegacion-map{
			width: 60%;
			display: inline-block;
			height: 310px;
			vertical-align: middle;
		}
		
	#delegaciones #delegaciones-vilaboa{
		display: inline-block;
		width: 475px;
	}
	
		#delegaciones #delegaciones-vilaboa #delegaciones-vilaboa-data{
			text-align: right;
		}
		
		#delegaciones #delegaciones-vilaboa #delegaciones-vilaboa-map{
			width: 475px;
			height: 310px;
		}
		
	#delegaciones #delegaciones-almeiras{
		display: inline-block;
		width: 475px;
	}
	
		#delegaciones #delegaciones-almeiras #delegaciones-almeiras-data{
			text-align: right;
		}
		
		#delegaciones #delegaciones-almeiras #delegaciones-almeiras-map{
			width: 475px;
			height: 310px;
		}



#providers{
	text-align: center;
}

	#providers img{
		max-width: 190px;
		margin: 2em 1.5em;
	}
		
		
		
		
		
#contact{
	margin-top: 3em;
	font: 11pt 'Fauna One';
}

	#contact #contact-intro{
		display: block;
		line-height: 1.5em;
		margin-bottom: 3em;
	}
	
		#contact #contact-intro p{
			margin-bottom: 1.5em;
		}

	#contact form{
		width: 600px;
		display: inline-block;
		clear: both;
	}

	#contact input{
		border: none;
		border-bottom: 1px solid #ccc;
		font: 10pt 'Fauna One';
		padding: 5px;
		width: 95%;
	}
	
	#contact textarea{
		border: 1px solid #ccc;
		width: 95%;
		height: 300px;
		font: 10pt 'Fauna One';
	}
	
	#contact #send{
		border: 1px solid #aaa;
		background: #eee;
		width: 200px;
		margin-left: 370px;
		margin-bottom: 2em;
	}
	
	#contact #contact-info{
		display: inline-block;
		vertical-align: top;
		width: 300px;
		line-height: 2em;
	}

		#contact #contact-info h2{
			color: #f00;
		}
		
	#contact h1{
		font: 30pt 'Fauna One';
		line-height: 2em;
		color: #333;
	}


#content{
	width: 600px;
	display: inline-block;
	vertical-align: top;
	line-height: 2em;
}

	#content p{
		margin-bottom: 1em;
	}
	





footer{
	width: 960px;
	margin: 1em auto 3em;
	border-top: 1px solid #ccc;
	font: 8pt 'Open Sans';
	color: #888;
	text-align: center;
}