@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);

html {
	
}
	 
/* Main Layout */
	 
body{
	background:url(../images/bg.jpg);
	font-family: "Liberation Sans", Arial, sans-serif;
}
	 
#wrapper{
	margin:0 auto;
	width:960px;
}
	
/* HEADERS */

h1 {
	color:#fff;
	margin-top:40px;
	position:relative;
	font-family: 'Yanone Kaffeesatz', arial, sans-serif; 
	font-size:16pt;
}

h2 {
	position:relative;
	z-index:100;
	color:#fff;
}

h3 { 
	margin-top:10px;
	margin-bottom:30px;
	font-size:16pt;
	color:#fff;
}

.floatright {
	float:right;
	}
	
.floatleft {
	float:left;
	}
	
.image {
	border:2px solid #c80000; 
	position:relative;
	margin-right:20px;
	}


/* LAYOUT *********************/

.header {
	height:210px;
	}
	
ul.nav {
	width:550px;
	height:61px;
	background:url(../images/nav-bg.jpg) repeat-x;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	behavior: url(border-radius.htc);
	padding-left:310px;
	margin-left:50px;
	}

ul.nav li {
	width:340px;
	display:inline;
	background:url(../images/div.jpg) center right no-repeat;
	line-height:61px;
	text-shadow:0 1px 1px #4b0000;
	padding-right:25px;
	margin-right:15px;
	}
	
ul.nav a {
	font-family: 'Yanone Kaffeesatz', arial, serif; 
	color:#fff;
	font-size:16pt;
	text-decoration:none;
	
	}
	
ul.nav a:hover {
	color:#000;
	text-shadow:0 1px 1px #ff0000;
	}
	
ul.nav a.active {
	color:#000;
	text-shadow:0 1px 1px #ff0000;
	}
	
.texto {
	position:relative;
	color:#fff;
	margin-right:100px;
	font-size:10pt;
	line-height:16px;
	text-align:justify;
	
	}
	
.servicos {
	width:266px;
	height:188px;
	position:relative;
	margin-top:40px;
	float:left;	
	margin-right:25px;
	border:2px solid #c80000; 

	}
	
.servicos span {
	background:url(../images/trans.png) repeat-x;
	height:50px;
	position:absolute;
	bottom:0px;
	width:266px;
	color:#fff;
	text-align:center;
	font-weight:bolder;
	font-size:16pt;
	line-height:50px;
	text-shadow:0 1px 2px #000;
	}

.servicos-box {
	width:243px;
	height:185px;
	position:relative;
	float:left;
	background:url(../images/serv-bg.png);
	margin-right:20px;
	margin-bottom:20px;
}

.servicos-box  span{
	background:url(../images/servicos.png) no-repeat;
	width:243px;
	height:31px;
	position:absolute;
	top:-10px;
	text-align:center;
	font-weight:bolder;
	line-height:31px;
	color:#000;
	text-shadow:0 1px 1px #ff0000;
	}

.servicos-box  ul {
	margin:35px 10px 0 10px;
	color:#ccc;
	display:block;
	font-size:11pt;
	}
	
.servicos-box li {
	margin-bottom:5px;
	line-height:18px;
	text-align:justify;
	}
	
.footer {
	background:url(../images/footer-bg.png) repeat-x;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	behavior: url(border-radius.htc);
	width:860px;
	height:34px;
	position:relative;
	clear:both;
	float:left;
	margin-top:40px;
	margin-left:50px;
	margin-bottom:20px;
	
	}
	
span.left {
	line-height:34px;
	font-size:10pt;
	color:#fff;
	margin-left:20px;
	text-shadow:0 1px #390000;
	float:left;
	}
	
span.right {
	line-height:34px;
	position:absolute;
	right:0px;
	margin-right:20px;
	font-size:10pt;
	color:#390000;
	text-shadow:0 1px #ff0000;
	}
		
.right img {
	float:right;
	margin-top:3px;
	margin-left:10px;
	}
	
/* CONTACTO ****/



.morada-tit {
	color:#fff;
	font-size:16pt;
	text-shadow:0 1px #000;
	line-height:34px;
	
	}

.morada-error {
	font-family:Arial;
	font-size:8pt;
	top:245px;
	left:-30px;
	position:relative;
	}

.mapa {
	width:530px;
	height:280px;
	float:right;

	margin-right:50px;
	position:relative;
	}
	
.mapa-tit {
	color:#fff;
	font-size:16pt;
	text-shadow:0 1px #000;
	line-height:34px;
	position:absolute;
	top:0;
	left:0;
	}
	
.morada {
	width:275px;
	position:relative;
	margin-left:60px;
	height:130px;
	float:left;
	
	}
	
.morada table {
	color:#fff;
	font-size:10pt;
	margin-top:40px;
	left:0px;
	position:relative;
	}
	
.morada p {
	margin-top:40px;
	color:#fff;
	font-size:14px;
	line-height:18px;
}
	
.red {
	color:#c50000;
	}
	
.morada ul {
	top:40px;
	position:relative;
	color:#fff;
	font-size:9pt;
	}
	
.morada li {
	margin-bottom:5px;
	}
	
	