﻿@font-face {
    font-family: 'SansationRegular';
    src: url('Fontes/Sansation_Regular-webfont.eot');
    src: url('Fontes/Sansation_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fontes/Sansation_Regular-webfont.woff') format('woff'),
         url('Fontes/Sansation_Regular-webfont.ttf') format('truetype'),
         url('Fontes/Sansation_Regular-webfont.svg#SansationRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationLight';
    src: url('Fontes/Sansation_Light-webfont.eot');
    src: url('Fontes/Sansation_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fontes/Sansation_Light-webfont.woff') format('woff'),
         url('Fontes/Sansation_Light-webfont.ttf') format('truetype'),
         url('Fontes/Sansation_Light-webfont.svg#SansationLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationBold';
    src: url('Fontes/Sansation_Bold-webfont.eot');
    src: url('Fontes/Sansation_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fontes/Sansation_Bold-webfont.woff') format('woff'),
         url('Fontes/Sansation_Bold-webfont.ttf') format('truetype'),
         url('Fontes/Sansation_Bold-webfont.svg#SansationBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationLightLightItalic';
    src: url('Fontes/Sansation_Light_Italic-webfont.eot');
    src: url('Fontes/Sansation_Light_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fontes/Sansation_Light_Italic-webfont.woff') format('woff'),
         url('Fontes/Sansation_Light_Italic-webfont.ttf') format('truetype'),
         url('Fontes/Sansation_Light_Italic-webfont.svg#SansationLightLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationItalic';
    src: url('Fontes/Sansation_Italic-webfont.eot');
    src: url('Fontes/Sansation_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fontes/Sansation_Italic-webfont.woff') format('woff'),
         url('Fontes/Sansation_Italic-webfont.ttf') format('truetype'),
         url('Fontes/Sansation_Italic-webfont.svg#SansationItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationBoldItalic';
    src: url('Fontes/Sansation_Bold_Italic-webfont.eot');
    src: url('Fontes/Sansation_Bold_Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fontes/Sansation_Bold_Italic-webfont.woff') format('woff'),
         url('Fontes/Sansation_Bold_Italic-webfont.ttf') format('truetype'),
         url('Fontes/Sansation_Bold_Italic-webfont.svg#SansationBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
  margin: 0px;
  padding: 0px;
  border: none;
}
body {
  background-image: url(imgs/bg_conteudo.png);
  background-repeat: repeat-x;
  background-color: #0f3e5f;
  font-family: 'SansationRegular', sans-serif;
  font-size: 0.8em;
  color: #ffffff;
  text-align: center;
}
#conteudo {
  margin: auto;
  width: 850px;
  margin-bottom: 80px;
}
#cab {
  background-image: url(imgs/bg_cab.png);
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  width: 100%;
  height: 141px;
  background-color: #ffffff;
  text-align: center;
}
#nav{
  padding: 0;
  background-repeat: no-repeat;
  height: 46px;
  width: 100%;
}
#nav ul {
  list-style-type: none;
  float: right;
  padding: 0;
  margin: 0;
}
#nav li{
  display: inline;
  padding: 0;
  margin: 0;
  width: 125px;
  height: 46px;
 }
#nav li#contactos {
  width: 118px;
  height: 46px;
 }
#nav a {
	display: inline-block;
    float: left;
    width: 125px;
    height: 46px;
	overflow: hidden;
	text-indent: -9999px;
	}
#nav li#home a {
  background-image: url(imgs/li_home.png);
}
#nav li#empresa a {
  background-image: url(imgs/li_empresa.png);
}
#nav li#servicos a {
 background-image: url(imgs/li_servicos.png);
}
#nav li#portfolio a {
 background-image: url(imgs/li_portfolio.png);
}
#nav li#contactos a {
 background-image: url(imgs/li_contactos.png);
 width: 118px;
 height: 46px;
}
#nav li#home a:hover {
  background-image: url(imgs/li_home_hover.png);
}
#nav li#empresa a:hover {
  background-image: url(imgs/li_empresa_hover.png);
 }
#nav li#servicos a:hover  {
 background-image: url(imgs/li_servicos_hover.png);
}
#nav li#portfolio a:hover  {
 background-image: url(imgs/li_portfolio_hover.png);
 }
#nav li#contactos a:hover  {
 background-image: url(imgs/li_contactos_hover.png);
 width: 118px;
 height: 46px;
 }

a img {
	border: none;
	}
.inform_empresa {
  margin-top: 40px;
  margin-right: 20px;
  width: 385px;
  height: 550px;
  float: left;
}
.inform_text {
  margin-top: 40px;
  margin-right: 20px;
  width: 400px;
  float: left;
}
p {
  text-align: left;
  line-height: 1.8em;
  font-size: 1em;
}
h2 {
	text-align: left;
	margin-right: 4em;
	font-family: 'SansationBold',sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	color: #ffffff;
	margin-bottom: 20px;
}
h3 {
	text-align: left;
	margin-top: 15px;
	font-family: 'SansationBold',sans-serif;
	font-size: 0.85em;
	color: #ffffff;
	margin-bottom: 10px;
}
.visao {
	margin-top: 35px;
}
.txt_mais {
	font-family: 'SansationLight',sans-serif;
	font-size: 0.9em;
}
#img_right {
  margin-top: 40px;
  float: right;
  height: 300px;
  width: 420px;
  border: 2px solid #ffffff;
}
#img_top {
  margin-top: 35px;
  height: 330px;
}
#left {
  width: 500px;
  float: left;
  margin-right:13px;
  border: 2px solid #ffffff;
}
#right {
  width: 325px;
  border: 2px solid #ffffff;
}
#text_home {
  margin-top:25px;
  text-align: left;
  line-height: 1.8em;
  font-size: 1em;
}

#portfolio{
  margin: auto;
  padding: 0;
  width: 550px;
  height: 380px;
}
#portfolio ul {
  padding: 0;
  margin-top: 40px;
}
#portfolio li {
  list-style-type: none;
  float: left;
  width: 150px;
  height: 180px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 2px solid #ffffff;
}
#portfolio li a:link, #portfolio li a:visited {
  float: left;
  width: 150px;
  height: 180px;
  overflow: hidden;
}
#portfolio li a:hover {
  text-indent:-150px;
}
.mapa {
	font-family: 'SansationLight',sans-serif;
	font-size: 1em;
	line-height: 2.5em;
}
.text_galeria {
  margin-top: 55px;
  margin-right: 20px;
  width: 340px;
  float: left;
 
}
.tit {
 text-transform: capitalize;
}
#li_galeria {
  padding: 0;
  width:100%;
  font-size: 0.85em;
}
#li_galeria ul {
  list-style-type: none;
  float: left;
  padding: 0;
  margin-top: 40px;
}
#li_galeria li{
  display: inline;
  margin: 0;
 }
#li_galeria a {
	display: inline-block;
	overflow: hidden;
	float:left;
	margin: 0 10px 0 0;
	text-decoration: underline;
	color: #ffffff;
	font-family: 'SansationLight',sans-serif;
	}
#li_galeria a:hover {
	text-decoration: none;
	}
#galeria {
	width: 400px;
	margin: 40px auto;
	height: 400px;
	float:right;
}
#galeria li {
	list-style-type: none;
	display: inline;
	}

#galeria li a{
	display: block;
	float:left;
	height:112px;
	margin: 0 10px 13px 0;
}
#galeria img{
    border: 2px solid #ffffff;
}

a img {
	border:none;
}

#rod {
	font-size: 0.85em;
	color: #226896;
	background-image: url(imgs/bg_rod.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 53px;
	bottom: 0px;
	position: fixed;
	}
#rod p {
	vertical-align: middle;
	text-align: center;
	margin-top: 21px;
	}
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

