#foto1{
	width:100%;
	height:90px;	
}


#logo{
	position: absolute;
	top: 5px;
	left: 50%;
	width: 200px;
	height: 91px;	
	margin-left: -100px; /* half of width */
}
#logo2{
	position: absolute;
	top: 40px;
	width: 200px;
	height: 235px;
	margin-left:20px;
}

#ivo1{
	position:absolute;
	top:160px;
	background-image:url(../img/ivo1.png);
	width:191px;
	height:300px;
	left: 122px;
}

#texto{
	position:absolute;
	top:270px;
	margin-left:220px;
	width:290px;
	height:202px;
	text-align:center;
	color:#FFFFFF;
}

.frm_text{
	border:1px solid #999999;
}

.frm_botao{
	border: #999999 1px solid;
    color: black;
	background-color: #f0f0f0;
}


#titulo{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:absolute;
	width:220px;
	margin-top:40px;
	background-color:#FF0000;
	color:#FFFFFF;
	padding:5px 5px 5px 5px;
	font-weight:bold;
	font-family:Tahoma, Verdana, Arial;
	font-size:14px;
	text-align:right;
	z-index:98;
}


/* texto pequeno */
#txt_quadro{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:620px;
	padding-top:20px;	
	padding-left:220px;
	padding-bottom:20px;		
}

#txt_top{
	background-image:url(../img/txt_top.png);
	width:100%;
	height:18px;
}
#txt_cnt{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	background-color:#FFFFFF;
	padding-top:1px;
	padding-bottom:1px;
	padding-left:13px;
	padding-right:13px;
	font-size:10px;
}
#txt_bot{
	background-image:url(../img/txt_bot.png);
	width:100%;
	height:18px;
}

/* texto grande */
#txt_quadro2{
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:750px;
	padding-top:20px;	
	padding-left:220px;
	padding-bottom:20px;		
}

#txt_top2{
	background-image:url(../img/txt_top2.png);
	width:100%;
	height:18px;
}

#txt_bot2{
	background-image:url(../img/txt_bot2.png);
	width:100%;
	height:18px;
}


#tabela{
	border:1px solid #999999;
	border-collapse:collapse;
	width:100%;
}

.tbHead{
	background-color:#FFCC00;
	font-weight:bold;
}

#tabela th{
	border:1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#E0E0E0;
}
#tabela td{
	border:1px solid #999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
}

h1 {
	font-size:12px;
	font-weight:bold;
	border-bottom:2px dotted #0000CC;

}

.tbH1{
	width:100%	
}

.tbH1 td{
	font-size:12px;
	font-weight:bold;
	border-bottom:2px dotted #0000CC;
	padding:2px 2px 2px 0px;
}

.tbH1 td a {
	color:#990000;
	text-decoration:none;
}

#menu{
	z-index:100;
	position:absolute;
	top: 114px;
	width: 780px;
}

#menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left:160px;
	font-family:Tahoma;
	font-size:10px;
	font-weight:bold;
}

#menu ul li {
	display: inline;
}

#menu ul li a {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	display: block;
	float: left;
	height: 34px;
	background-position: 0 0;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	line-height:34px;
}

#menu ul li a:hover {
	background-image: url(../img/faixa_verm2_hv.png);
	background-position: 0 0;
	height: 34px;	
}

.aSelected {
	background-image: url(../img/faixa_verm2_cl.png);
	background-position: 0 0;
	height: 34px;	
	display: block;	
	float: left;	
}
