@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-color: #fff;
}
.txt1{	
	width:195px;	
}
.footer {
	background-image: url(../images/bg_footer.jpg);
	width: 950px;
	height: 90px;
	position: absolute;
	left: 50%;
	margin-left:-475px;
	margin-top: 626px;
	z-index: 2;
}
#header{
	width: 950px;
	height: 110px;
	position: absolute;
	left: 50%;
	top: 0%;
	margin-left: -475px;
	margin-top: 0px;
}
.buttonNavigation{
	background-image: url(../images/circle_normal.png);
	background-repeat: no-repeat;	
}
/* LINKS NOS LOGOS */
.link_tool1{
	width: 360px;
	height: 70px;
	margin-top: 12px;
	margin-left: 5px;
	cursor:pointer;
}
.link_tool2{
	width: 153px;
	height: 35px;
	margin-top: 17px;
	margin-left: 5px;
	cursor:pointer;
	float:left;
	display:inline;
}
.link_dlc{
	width: 90px;
	height: 40px;
	margin-top: 21px;
	margin-left: 380px;
	cursor:pointer;
	float:left;
	display:inline;
}
.link_alfamind{
	width: 85px;
	height: 40px;
	margin-top: 21px;
	margin-left: 15px;
	cursor:pointer;
	float:left;
	display:inline;
}
.link_ootb{
	width: 115px;
	height: 40px;
	margin-top: 21px;
	margin-left: 15px;
	cursor:pointer;
	float:left;
	display:inline;
}
/*.login{
	background-image:url(../images/barra_login.png);
	width:986px;
	height:96px;
	position:fixed;
	left:50%;
	bottom:0%;
	margin-left:-494.5px;
}*/
.g-button-entrar {/*CINZA*/
	/*texto*/
   color:#FFF;
	font-weight:bold;
   text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	text-align: center;
	font-size:12px;
	/*geral*/
	min-width: 90px;
	width: 90px;
	cursor:pointer;
	padding: 5px;
	margin:0;
	background-color:#FF6000;
	border: 1px solid #CBC9CA;
}
.g-button-inscrever {/**/
	/*geral*/
	min-width: 170px;
	width: 170px;
	cursor:pointer;
	padding: 63px;
	margin:0;
	background-image:url(../images/inscrever_btn.png);
	border: 0;
}
.g-button-toolx {/**/
	/*geral*/
	min-width: 170px;
	width: 170px;
	cursor:pointer;
	padding: 63px;
	margin:0;	
	background-image:url(../images/solucoes_btn.png);
	border: 0;
}
.g-button-recuperar {/*cinza*/	
	/*texto*/
   color:#666;
   text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	white-space:normal;
	/*geral*/
	min-width: 145px;
	width: 145px;
	padding: 2px 10px 2px 10px;
	/*top right bottom left*/
	cursor:pointer;
	margin:0;
}
.g-button-ajuda {/*cinza*/
	/*texto*/
   color:#666;
   text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	white-space:normal;
	/*geral*/
	min-width: 145px;
	width: 145px;
	cursor:pointer;
	padding: 2px;
	margin:0;
}
#container{/*moldura das imagens*/
	width: 925px;
	height: 398px;
	position: absolute;
	left: 50%;
	top: 0%;
	margin-left: -462.5px;
	margin-top: 121px;
	z-index: -2;
}
#flashcontent {
	width: 950px;
	height: 300px;
	position: absolute;
	left: 50%;
	margin-left: -475px;
	top: 0%;
	margin-top: 0px;
	z-index:-1;
}
#login{
	background-image: url(../images/bg_login.png);
	background-repeat: no-repeat;
	width: 924px;
	height: 196px;
	position: absolute;
	left: 50%;
	margin-left: -462px;
	margin-top: 300px;
	z-index: 4;
}
#buttons{
	 line-height: 74px;
	 float:right;
	 margin-right: 30px;	 
}
.normal{
	 margin-left:2px;
	 margin-right:2px;
}
.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px
	border: 2px #0099CC solid;
}