/* geral */

html,
body {
	margin:0;
	padding:0;
	height:100%;
	background: #000000;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #fff;
}

a{outline:none; border:none;}

a:link img{outline:none; border:none;}

a:visited img{outline:none; border:none;}

a:hover img{outline:none; border:none;}

a:active img{outline:none; border:none;}

a:focus img{outline:none; border:none;}

#container {
	position:relative;
	width:100%;
	height:100%;
	min-height:100%;
	background-color: #000000;
	background-image: url(../imagens/fundo.jpg);
	background-repeat: repeat-x;
	background-position: bottom;	
}

#content {
	position:absolute;
	width:850px;
	height:550px;
	top:50%;
	left:50%;
	margin-top: -275px;
	margin-left: -425px;
	padding:0;
	z-index:10;
	border:2px solid #fff;
}

#sair{
	position:absolute;
	width:854px;
	height:20px;
	top:50%;
	left:50%;
	margin-top: 280px;
	margin-left: -425px;
	padding:3px 0px 0px 0px;
	text-align:right;
	z-index:10;
}

#sair a{
	padding: 1px 5px 1px 5px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:0.85em;
}

#sair a:hover{
	background-color:#333333;
	color:#FFFFFF;
}

#sign{
	position:absolute;
	width:854px;
	height:20px;
	top:50%;
	left:50%;
	margin-top: 280px;
	margin-left: -425px;
	padding:3px 0px 0px 0px;
	text-align:right;
	z-index:10;
	font-size:0.85em;
	color:#666666;
}

#sign a{
	color:#999999;
	text-decoration:none;
}

#sign a:hover{
	color:#fff;
	text-decoration:underline;
}

.vaca {
	background-image: url(../imagens/pelevaca.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#logo {
	display:block;
	margin:50px 0px 0px 50px;
	width:135px;
	height:204px;
}

#botoes {
	margin:130px 0px 0px 50px;
	width:143px;
}

#botoes a img {
	margin-top:10px;
	width:100px;
}

#contactos {
	position:absolute;
	width:580px;
	height:300px;
	right:30px;
	bottom:150px;
	font-size:0.85em;
}

.googlemaps {
	width:300px;
	height:300px;
	border: 8px solid #FFFFFF;	
	background-color:#FFFFFF;
}

a.linkgooglemaps {
   color:#FFFFFF;
   text-decoration:none;
}

a.linkgooglemaps:hover{
   text-decoration:underline;
}

.texto_contactos {
	padding:0px 8px 12px 0px;
	font-size: 1.25em;
	line-height:1.5em;
}

.texto_contactos a {
	display:block;
	width:100px;
	height:75px;
	border: 2px solid #FFFFFF;
	margin-bottom:10px;
}

.texto_contactos a img {
	display:block;
	filter: Alpha(Opacity=80);
	opacity: 0.80;
}

.texto_contactos a:hover img {
	filter: Alpha(Opacity=100);
	opacity: 1;
}

#natal  {
	position:absolute;
	width:600px;
	height:453;	
	margin-top: -200px;
	margin-left: -200px;
	top:50%;
	left:50%;
	z-index:20;
	display:none;
}
