@charset "utf-8";
/* CSS Document */
body{
	color: #444;
	font-family: Trebuchet MS;
	font-size: 15px;
	background-color: #e4f3fa;
	margin: 0;
}

input{
	background-image: url(../img/bginput.jpg);
	border: 1px solid #4471b8;
	color: #4471b8;
	font-size: 10px;
}

textarea{
	background-image: url(../img/bginput.jpg);
	background-repeat:repeat-x;
	border: 1px solid #4471b8;
	color: #4471b8;
	font-size: 10px;
}

a{
	color: #333;
	text-decoration: underline;
}

a:hover{
	color: #4471b8;
	text-decoration:none;
}

#total{
	width: 960px;
	margin: 0 auto;
	border: 1px solid #4471b8;
}

#topo{
	width: 100%;
	height: 150px;
	background-image:url(../img/topo.jpg);
	background-repeat: no-repeat;
	background-color: #4471b8;
}

#chamadaACidTech{
	width: 100%;
	height: 50px;
	background-image: url(../img/back.jpg);
	z-index: 1;
	
}

#corpo{
	width: 100%;
	background-image: url(../img/bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}


#menu{
	width: 100%;
	height: 20px;
}

li{
	list-style-type:none;
	list-style-position:inside;
	float: left;
	margin-left: 50px;
	margin-top: -12px;
	width: 150px;
	height: 20px;
	font-size:15px;
	font-weight:bolder;
	text-align: center;
	border: 1px #0a3a84 dashed;
}

	li a{
		color: #333;
		text-decoration: none;
	}

	li a:hover{
		color: #fff;
		text-decoration: none;
	}

	li:hover{
		background-color: #3d6bb2;
		border: 1px #0a3a84 solid;
		color: #FFF;
	}
	
#imgMao{
	background:url(../img/auto.jpg);
	width: 398px;
	height: 175px;
	float: right;
	z-index: 2;
}

#imgAjuda{
	width: 400px;
	height: 175px;
	margin: 0 auto;
}

#textoAjuda{
	width: 550px;
	height: 280px;
	overflow: auto;
}


#boxC{
	width:100%;
	background-color:#fff;
	font-size:11px;
}

.box{
	width:249px;
	height: 300px;
	background-color:#fff;
	color: #2250b9;
	font-weight: normal;
	float:left;
}
	.box a{
		color: #2250b9;
		font-weight: bolder;
		text-decoration: underline;
	}
	.box a:hover{
		color: #C00;
		font-weight: bolder;
		text-decoration: underline;
	}
	
#rodape{
	width: 100%;
	height: 30px;
	/*border: 1px solid #4471b8;*/
}

.bordaLB{
	border-bottom: 1px #7A9AC1 solid;
	border-left: 1px #7A9AC1 solid;
	font-size: 15px;
	font-weight: bolder;
	color: #7A9AC1;
}

.bordaL{
	border-left: 1px #7A9AC1 dashed;
	font-size: 12px;
}

.listaPS{
	float: none;
	height: 15px;
	border: none;
	margin-left: -5px;
	font-size: 12px;
	font-weight:normal;
}

.negHand :hover{
	cursor: wait;
}