@import url("reset.css");

/*///////////////////////////
	GERAL
//////////////////////////////*/
html {
}
body {
	color:#636363;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	height:auto;
}
a{
	color:#636363;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p{
	display:table;
	margin:10px 0;
	color:#000000;
	float:left;
}
#geral {
	width:100%;
	position:absolute;
	display:table;
	background:url(../imagens/fundo_topo.jpg) repeat-x;
}
#geral_rodape {
	background:url(../imagens/fundo_rodape.jpg) repeat-x;
	width:100%;
	height:85px;
	top: 20px;
	position:relative;
	bottom:0;
	z-index:10;
}
#geral_rodape .contencao{
    border-top: 1px solid;
    color: #013555;
    height: 85px;
    margin: auto;
    text-align: center;
    width: 902px;
}
#geral_rodape .contencao a{
	color:#000000!important;
}
#geral_rodape .sub_contecao{
	background:url(../imagens/rodape_fundo_etiqueta.png) repeat-x;
	margin:auto;
	width:964px;
	height: 62px;
    line-height: 35px;
	font-size:14px;
	text-align:center;
}
#geral_rodape .sub_contecao p{ width:100%; }
#box_site{
    display: table;
    height: auto;
    margin: 45px auto auto;
    position: relative;
    width: auto;
}
.topo_img{
    background: url("../imagens/topo_img.png") repeat-x scroll 0 0 transparent;
    display: block;
    height: 234px;
    position: absolute;
    top: 0;
    width: 100%;
}
.barra_meio{
    background: none repeat scroll 0 0 #A4BFDC;
    display: block;
    height: 135px;
    position: absolute;
    top: 234px;
    width: 100%;
}
#geral_rodape .contencao .alc{
    display: block;
    float: left;
    margin: 10px 0;
    text-align: right;
    width: 563px;
}
/*///////////////////////////
	TESTEIRA
//////////////////////////////*/
#logo{
	width:270px;
	height:89px;
	display:block;
	position:relative;
	margin:auto;
	top: 0;
	z-index:1;
	background:url(../imagens/logo_menu.png) no-repeat;
}



/*///////////////////////////
	CORPO
///////////////////////////*/
#corpo{
	/*background:#CCC;*/
	position:relative;
	width:auto;
	min-height:450px;
	line-height: 18px;
	overflow:hidden;
	margin:45px 0 20px 0;
	display:table;
}

.box_servicos{
    display: table;
    width: 905px;
	*margin:auto;
}
.divisa{
    border-right: 1px solid #bed2e6;
    display: block;
    float: left;
    height: 250px;
	margin:0 50px;
    width: 1px;
}

.fundo_img{
	background: none repeat scroll 0 0 #FFFFFF;
  	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
    display: block;
    height: 185px;
    margin-top: 25px;
    padding: 5px 4px;
    width: 224px;
}
/************--Box_menu--****************/
.box_padrao{
	display:block;
	width:232px;
	height:auto;
	float:left;
}
/**site_1**/
.img_1{
    background: url(../imagens/img_1.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 185px;
    width: 223px;
}
.nome_1{
    background: url(../imagens/nome_1.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 38px;
    margin: 10px auto auto;
    width: 166px;
}
.box_padrao:hover .img_1{
	background:url(../imagens/img_1_hover.png) no-repeat;
}
.box_padrao:hover .nome_1{
	background: url(../imagens/nome_1_hover.png) no-repeat scroll 0 0 transparent;
}
/**site_2**/
.img_2{
    background: url(../imagens/img_2.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 185px;
    width: 223px;
}
.nome_2{
    background: url(../imagens/nome_2.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 45px;
    margin: 10px auto auto;
    width: 166px;
}
.box_padrao:hover .img_2{
	background:url(../imagens/img_2_hover.png) no-repeat;
}
.box_padrao:hover .nome_2{
	background: url(../imagens/nome_2_hover.png) no-repeat scroll 0 0 transparent;
}
/**site_3**/
.img_3{
    background: url(../imagens/img_3.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 185px;
    width: 223px;
}
.nome_3{
    background: url(../imagens/nome_3.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 58px;
    margin: 10px auto auto;
    width: 132px;
}
.box_padrao:hover .img_3{
	background:url(../imagens/img_3_hover.png) no-repeat;
}
.box_padrao:hover .nome_3{
	background: url(../imagens/nome_3_hover.png) no-repeat scroll 0 0 transparent;
}
/**************************************/
/***************Accesar****************/
.box_acessar{
    display: block;
    height: 70px;
    margin: 50px auto auto;
    width: 425px;
}
.img_portal{
	background:url(../imagens/portal.png) no-repeat;
    display: block;
    float: left;
    height: 53px;
    margin-right: 15px;
    width: 282px;
}
.img_acessar{
	background:url(../imagens/acessar.png) no-repeat;
    display: block;
    float: left;
    height: 55px;
    width: 117px;
}
/**************************************/