@charset "UTF-8";

img#full-screen-background-image{
  z-index: -999;
  min-height: 100%;
  min-width: 1280px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  
}


.stripe{
	position:absolute;
	margin-top: 25px;
	width:100%;
	height:65px;
	background-color: rgba(255,255,255,0.5);
	z-index: 1;
}		
	
		
.logo{
	position: absolute;
	width:310px;
	height: 127px;
	margin-left: 5px;
	-ms-interpolation-mode: bicubic;
  -moz-box-shadow: 1px 1px  5px black; 
  -webkit-box-shadow: 1px 1px 5px black;
  box-shadow: 1px 1px 5px black;

}
.resultados{
	text-align: center;
	float:left;
	position: relative;
	left: 400px;
	top:40px;
}




.resultados a{
	margin: 10px 0 50px 0;
	color: white;
	background-color: #2a1e97;
	border: none;
	padding:5px;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
}

.searchbox{
	position: absolute;
	right: 0px;
	top:35px;
}
.searchbox input{
	width:200px;
}
.searchbox [type="submit"]{
	width:70px;
}

nav{
	position: absolute;
	top:150px;
	background-color: rgba(255,255,255,0.5);
	width: 950px;
	margin-left: 5px;

}

nav li{
	list-style: none;
	margin: 0;
	
}
.menu a{
	text-decoration: none;
	color: #2a1f9a;
	
}


.menu li{
	width:112px;
	height: 40px;
	float: left;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	padding:10px 0 5px 0;
}

.menu a:hover{
	color: white;

}
.menu li:hover{
	background-image: url("images/hover.jpg");
	color: white;
	-moz-box-shadow: 0 0  1px black; 
	-webkit-box-shadow: 0 0 1px black; 
	box-shadow: 0 0 1px black;

}
.current_page_item{
	background-image: url("images/hover.jpg");
	-moz-box-shadow: 0 0  1px black; 
	-webkit-box-shadow: 0 0 1px black; 
	box-shadow: 0 0 1px black;


}
.current_page_item a{
	color: white;
}

.main{
	position: absolute;
	top:250px;
	
}

.main img{
	-ms-interpolation-mode: bicubic;
  -moz-box-shadow: 1px 1px  5px black; 
  -webkit-box-shadow: 1px 1px 5px black;
  box-shadow: 1px 1px 5px black;
}
.pos_mail{
	position:absolute;
	top:150px;
}

h1{
	font-size: 25px;
	font-weight: lighter;
	
}
h2{
	margin-bottom: 5px;
	
}
h3{
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: inherit;
	text-align: justify;
}
h4{
	margin-bottom: 5px;
	font-size: 12px;

}
ul{
	list-style: circle;
	list-style-position: outside;
	margin-left: 15px;
	padding-bottom: 5px;
	font-size: 12px;
}

ol{

	list-style: decimal;
}
li{
	margin-bottom: 5px;
}
i{
	font-size: 12px;
}
p{
	margin-bottom: 15px;
	font-size: 25px;
}

h2.trigger{ 
	cursor: pointer; 
	background: url("images/hide_open.png") no-repeat;
	padding-left: 30px;
	
}
h2.trigger a{
	text-decoration: none;
	color: #2a1f9a;
	display: block;	
}
h2.active{
	background-position: left bottom;
}
input, textarea{
	width:100%;
	margin: 10px 0 10px 0;
}


.post a{
	float: right;
	top:-50px;
	position: relative;
	background-image: url("images/Adobe_PDF.png")  ;
	background-repeat: no-repeat;
	padding-top: 40px;
	width:40px;
	margin-right: 20px;
	font-weight: bolder;
	color: #2a1f9a;

}
input[type=submit], .voltar{
	margin: 10px 0 50px 0;
	color: white;
	background-color: #2a1e97;
	border: none;
	padding:5px;
	text-align: center;
}
input[type=submit] :hover{

	background-color: #4a4dca;
}

.sidebar li{
		list-style: none;
}



footer i {
	font-size: 12px;
}

.rgd{
	position: fixed;
	bottom: -20px;
	left: 10px;	
	
}
.rgd img{
	

}
.rgd a {
	display:block; 
	width:50px; 
	height:50px; 
} 
.rgd a:hover img {
	position:absolute; 
	top:-1000px;
} 
.rgd a:hover{
	background:url("images/rgd_hover.png") left top no-repeat;

}
	/* ie6 needs his fix*/ 
.rgd a:hover {
	zoom:1;
} 
