@charset "utf-8";
/* CSS Document */

body {
	margin:0px; 
	width:100%; 
	height:100%; 
	background:#626262 url(../../imagens/bg_img1.gif) scroll 0 0; 
	background-repeat:repeat-x;
}

#box {
	background-image:url(../../imagens/bg_box_consclic.gif);
	background-repeat:no-repeat;
	height:272px;
	left:50%;
	margin:-134px 0 0 -272px;
	position:relative;
	top:50%;
	width:544px;
}

.menubox {
	width: 100%;
	vertical-align:top;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	color: #656565;
	font-size:14px;
	font-weight:900px;
	position: absolute;
	bottom: 80px;
}

.requisito {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 10px;
	text-align: center;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	bottom: 10px;
	left: 0px;
}

.menubox ul{
	padding: 0px 10px 0px 0px; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of 		"ul li a" below*/
	margin: 0px;
	text-align: right;
}

.menubox ul li{
	display:inline;
}

.menubox ul li a{
	color: #494949;
	padding: 0px 0px 0px 0px; /*top padding is 6px, bottom padding is 4px*/
	margin-right: 21px; /*spacing between each menu link*/
	text-decoration: none;
}

.menubox ul li a:hover, .menubox ul li a.selected{
	color: #0038a7;
}

@font-face {
	font-family: "Century Gothic";
	src: url("GOTHIC.TTF");
}

#linebox {
	float:left;
	background:#666666;
	opacity:0.85;
	-moz-opacity: 0.85;
	filter: alpha(opacity=85);
	width:100%;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	text-align:center;
	color: #ffffff;
	position: absolute;
	bottom: 50px;
}

#linebox a{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:right;
	color: #ffffff;
	font-weight:900px;
	text-decoration:none;
	padding-right:43px;
}

#linebox a:hover, .linebox a.selected{
	color: #e1e1e1;
}
