/*
@media (min-width:2500px){
    html, body{
background: url(/assets/images/bg.jpg) no-repeat center top fixed #190303;
background-size:100% auto;
    }
}


@media (min-width:1367px) and (max-width:1920px){
html, body{
background: url(/assets/images/bg_1920.jpg) no-repeat center top fixed #190303;
background-size:100% auto;
    }
}


@media (min-width:769px) and (max-width:1366px){
html, body{
background: url(/assets/images/bg_1366.jpg)  no-repeat center top fixed #190303;
background-size:100% auto;
    }
}

@media (max-width:768px){
html, body{
background: url(/assets/images/bg_768.jpg)  no-repeat center top fixed #190303;
background-size:100% auto;
    }
}


@media handheld, only screen and (max-width: 640px) {
html, body{
background:#190303;
    }
}*/

html, body {
	height: 100%;
	width: 100%
}
html { 
	background: url(/assets/images/bg.jpg) no-repeat center center fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./assets/images/bg.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/bg.jpg', sizingMethod='scale')";
 
}
body
{	
margin:0;padding:0;
 
}
a{text-decoration:none; color:inherit;}
a:link {text-decoration:none;color:#FFFFFF}
a:visited {text-decoration:none;color:#FFFFFF}
a:hover {text-decoration:none;color:#FFFFFF}
a:active {text-decoration:none;color:#FFFFFF}
a img{
border:none;
}
#wrapper{
	width:100%;
	margin: auto;
	position:absolute;
	
}

#header{
	margin: auto;
	width:1000px;
	height:157px;
	position: relative;
	
}
#lang{
	top:50px;
	text-align: right;
	color: #4A5353;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	width:1000px;
	height:70px;
	position: absolute;
	z-index: 10;
}
#lang a{
	text-decoration:none;
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.00;
    -khtml-opacity: 1.0;
    opacity: 1.0;
	position: relative;
	top:0px;
	right:30px;
	padding:10px;
	font-weight:900;
	font-size:14px;
	
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;;
}
#menu{
	background: url(/assets/images/textura.png) repeat-x;
	-webkit-box-shadow: 1px 7px 16px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 7px 16px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 7px 16px rgba(50, 50, 50, 0.75);
	behavior: url(/assets/css/ie-css3.htc);
	top:87px;
	text-align: right;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #FFFFFF;
	width:1000px;
	height:70px;
	position: absolute;
	z-index: 10;
	
}
#layer{
	position: absolute;
    background-color: #59b263;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 15;
  }
#menu a:link {text-decoration:none;}
#menu a:visited {text-decoration:none;}
#menu a:hover {
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.00;
    -khtml-opacity: 1.0;
    opacity: 1.0;
	text-decoration:none; 
	color: #9f3738; 
	background:	transparent url('/assets/images/underline.png');
    background-position:0 40px;
    background-repeat:repeat-x;
    }
#menu a:active {
	text-decoration:none;
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.00;
    -khtml-opacity: 1.0;
    opacity: 1.0;
	color: #9f3738; 
	background:	transparent url('/assets/images/underline.png');
    background-position:0 40px;
    background-repeat:repeat-x;
	}
#menu a{
	text-decoration:none;
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.00;
    -khtml-opacity: 1.0;
    opacity: 1.0;
	position: relative;
	top:20px;
	right:30px;
	padding:20px;
	font-weight:900;
	font-size:18px;
	
	
}
a.current {	
	color: #9f3738; 
	background:	transparent url('/assets/images/underline.png');
    background-position:0 40px;
    background-repeat:repeat-x;
}
a.current_lang {	
	color: #9f3738; 
	background:	transparent url('/assets/images/underline.png');
    background-position:0 30px;
    background-repeat:repeat-x;
}
#logo{
	 -webkit-box-shadow: 1px 7px 16px rgba(50, 50, 50, 0.40);
	-moz-box-shadow:    1px 7px 16px rgba(50, 50, 50, 0.40);
	box-shadow:         1px 7px 16px rgba(50, 50, 50, 0.40);
	behavior: url(/assets/css/ie-css3.htc);
	top:0px;
	left:10px;
	width:181px;
	height:157px;
	position: absolute;
	z-index: 99;
}
#logo a img:hover
{
opacity:0.6;
filter:alpha(opacity=60); /* For IE8 and earlier */
}

#content{
	background:  url('../images/bgcontent.png') repeat-y ;
	margin: 0 auto ;
	width:1000px;
	height: auto;
	min-height: 300px;
	position: relative;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	
}

#left{
	
    float:left;
    width:400px;

	
}
#chegar{
	display:none;
	margin-right:80px;
	float:right;
    width:400px;
}
.text-home{
	margin-top: 20px;
	margin-left:80px;
	
	font-weight:650;
}
.images{
	padding-top:10px;
}
.text{
	margin-top: 20px;
	margin-left:80px;
	margin-right:80px;
	font-weight:650;
}
a.text, a.text-home {text-decoration:none;color:#000000}
.gal{
	cursor: pointer;
	margin-top:5px;
	margin-left:80px;
	margin-right:80px;
	font-weight:900;
}
.gal:hover{
	color:#86928C;
	
}
#push {
   padding:0px;
   padding-bottom:105px;   /* Height of the footer */
}

#footer_bg {
	background: #000000 ;
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    -khtml-opacity: 0.50;
    opacity: 0.50;
    width:100%;
    height: auto;
    height: 100%;
   
}
#footer{
	
	background: #000000 ;
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    -khtml-opacity: 0.70;
    opacity: 0.70;
	margin: auto;
	width:1000px;
	color:#FFFFFF;
	font-weight:900;
	padding-top: 20px ;
	padding-bottom: 5px;
	position: relative;
	
}
.menu_lang{
	
	
}
#result{
display: none;
}
#loading{
display: none;
}
#loading-image {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 100px;
	margin-left: -50px;
	z-index: 1000;
}
