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

*{
	margin: 0; 
	padding: 0;
}
img{
	border:none;
}
body {
	text-align: center;
	background-image:url(../img/bg.jpg);
	background-color: #FFFFFF;
	font-size: 12px;
	font-family:"Trebuchet MS", Verdana, "Arial Narrow";
}
a{
	text-decoration:none;
	color:#000000;
	outline: none;
}
#geral{
	margin:3% auto;
	width:944px;
	text-align: left;
	z-index:1;
}
#container {
	background-image:url(../img/ajax-loading.gif);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	position:relative;
	text-align: left;
	width:800px;
	z-index:1;
}
#container-cv {
	background:#FFF;
	float:left;
	position:relative;
	text-align: left;
	width:800px;
	z-index:1;
}
#container-cv input, textarea, select{
	background:#DDD;
}
#menu {
	float:left;
	margin:0 15px 0 0;
	position:relative;
	text-align:center;
	z-index:100;
	width:129px;
}
#menu-botoes{
	background:#FFF;
	padding:45px 15px;
}
#menu-social{
	margin:15px 0 15px 0;
}
#menu-vuvuzela{
	position:relative;
}
#logo {
	width:108px;
	height:29px;
	margin:0 0 30px 0;
}

.botao {
	margin: 1px auto 0;
	z-index:1;
	width:73px;
	height:29px;
	text-align:center;
}
.botao:hover {
	background: #EEE;
	/*background:#F69D52;*/
}
.botao_press{
	margin: 1px auto 0;
	background:#F69D52;
	z-index:1;
	width:73px;
	height:29px;
	text-align:center;
}
#apDiv1 {
	position:absolute;
	left:241px;
	top:4px;
	width:327px;
	height:427px;
	text-align: left;
	z-index:40;
}
#over_con {
	position:absolute;
	left:408px;
	top:9px;
	width:320px;
	height:420px;
	z-index:1;
}
#over_cli {
	position:absolute;
	left:408px;
	top:9px;
	width:320px;
	height:420px;
	z-index:1;
}

#contato {
	position:absolute;
	left:-175px;
	top:243px;
	width:321px;
	height:180px;
	z-index:2;
	border: #FF0000 thick;
	/*border:double #FF0000;*/
}
#trabalhe{
}
#formulario{
	position:relative;
	margin:10px 0 0 20px;
	/*border:double #FF0000;*/
}
#formulario input{
	/*border:1px solid #333;*/
	background:#EEE;
	font-style:italic;
}
#formulario select{
	/*border:1px solid #333;*/
	background:#EEE;
}
.linha-head{
	color:#666;
	font-weight:bold;
	font-size:13px;
}
#xis {
	position:absolute;
	left:132px;
	top:-11px;
	width:9px;
	height:8px;
	z-index:3;
	background-image:url(../img/btn_close_contato.png);
	background-repeat:no-repeat;
}
#texto {
	position:absolute;
	left:52px;
	top:15px;
	width:140px;
	height:85px;
	z-index:1;
	font-family:"Trebuchet MS", Verdana, "Arial Narrow";
	font-size:11px;
}
.hideInitially{
	visibility: hidden;
}
.alert{
	display:none;
	color:#F00;
	font-size:10px;
}
