#div_box1{
	width:594px;
	height:220px;
	background:url(../imagens/fundo_box1.png) no-repeat;
	float:left;
	position:relative;
}

#div_box_divulgacao{
	width:352px;
	height:220px;
	background:url(../port/home/box_divulgacao.swf) no-repeat;
	float:right;
	position:relative;

}

#div_box2{
	width:352px;
	height:220px;
	background:url(../imagens/fundo_box2.jpg) no-repeat;
	float:right;
	position:relative;

}

#div_box3{
	width:950px;
	height:260px;
	background:url(../imagens/fundo_box3.png) no-repeat;
	position:absolute;
	top:237px;
	left:0;

}

#div_box3A{
	position:absolute;
	width:280px;
	height:230px;
	left: 10px;
	top: 15px;
}

#div_box3B{
	position:absolute;
	width:285px;
	height:230px;
	left: 317px;
	top: 10px;
	background:url(../imagens/fundo_box3B.png) no-repeat;
	margin-top:5px;
}

#div_box3B a{
	color:#666;
}

#div_box3B a:hover{
	color:#666;
	text-decoration:underline;
}

#div_box3C{
	position:absolute;
	width:310px;
	height:230px;
	left: 629px;
	top: 10px;
	background:url(../imagens/fundo_box3C.png) no-repeat;
	margin-top:5px;
}

#div_box3C a{
	color:#666;
}

#div_box3C a:hover{
	color:#666;
	text-decoration:underline;
}

#div_enquadra_home {
	position:relative;
	width:960px;
	height:480px;
}


.divInput {
	float:left;
	margin-top:3px;
}

.divInput span{
	float:left;
	height:17px;
	
}
.divInput span.esq{
	background:url(../imagens/bgSelectEsq.png) no-repeat;
	width:7px;
	font-size:0;
	line-height:0;
}

.divInput span.dir{
	background:url(../imagens/bgSelectDir.png) no-repeat;
	width:7px;
	font-size:0;
	line-height:0;
}

.divInput span.meio{
	background:url(../imagens/bgSelectMeio.gif) repeat-x;
	line-height:17px;
	width:110px;
}

.divInput span.meio input{
	border:none;
	height:14px;
	color:#999;
	background-color:#fff;
}

.input_home{
	width:103px;
}

a {
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}



.calendario-home
{
	position: relative;
}
.calendario-home-esq, .calendario-home-dir
{
	position: absolute;
	background: url(../imagens/calendario_home.png) no-repeat left top;
	height: 40px;
}
.calendario-home-esq
{
	top: 35px;
	left: -5px;
	width: 145px;
}
.calendario-home-dir
{
	top: 35px;
	left: 150px;
	width: 140px;
}
.calendario-home span.dia
{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 34px;
	color: #940001;
	font-size: 18px;
	text-align: center;
}
.calendario-home span.mes
{
	position: absolute;
	display: block;
	left: 0;
	top: 22px;
	width: 34px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.calendario-home span.evento
{
	position: absolute;
	display: block;
	text-align: left;
	left: 40px;
	top: 6px;
	font-size: 11px;
}
