@charset "utf-8";
/* CSS Document */

body{
	background-image:url(imagens/back_home.jpg);
	background-repeat:repeat-x;
}
.conteudo{
	height:816px;
	width:1024px;
}
.solicite{
	width:760px;
	height:auto;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: thin solid #999;
	background-color:#FFF;
	padding-left:10px;
	text-indent:50px;
}
.coment{

	width:500px;
	margin-top:10px;
}


*{outline: none;}
img {border: 0;}
.container {
	width: 1024px;
	padding: 0;
	margin: 0 auto;
}
.folio_block {

}


/*--Main Container--*/
.main_view {
}
/*--Window/Masking Styles--*/
.window {
	height:270px;	width: 1024px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	margin-top:-40px;
	margin-left:800px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 0px;
	padding-left:3px;
	padding-right:3px;
	text-decoration: none;
	color:#09F;
}
.paging a.active {
	font-weight: bold; 
	background: #1a2952; 
	border: 1px solid #1a2952;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.paging a:hover {font-weight: bold;}
