/*..................................CONTEUDO DA PAGINA MASTER............................................*/

.topo{
background-color:blue;
top:0px;
left:0px;
height: 235px;
width: 900px;
overflow: hidden;
position: relative;
}
#master{
	top:0px;
	left:0px;
	background-color:#cccccc;
	height: 1220px;
	width: 900px;
	overflow: hidden;
	position: relative;
}
.menu{
background-color:blue;
top:0px;
left:0px;
height:80px;
width: 900px;
overflow: hidden;
position: relative;
}

#box_esq{
    background-color:#ffffff;
	top:315px;
	left:1px;
	width:202px;
	height:1000px;
	position:absolute;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;	
}

#box_meio {
	background-color:#ffffff;
	top:315px;
	left:204px;
	height: 1000px;
	width: 492px;
	font-size: 16px;
	font-style: normal;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
}

.texto{
background-image:url(marcadagua.jpg);
background-repeat:no-repeat;
background-color:#;
	top:100px;
	left:10px;
	width:460px;
	height:550px;
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: red;
	text-decoration: none;
	text-align: center;
	padding:5px;
	border-style: groove;
}

#box_dir{
background-color:#ffffff;
top:315px;
left:698px;
width:201px;
height:1000px;
position:absolute;
}

.sejambemvindos{
background-image:url(sejam_bem_vindos.jpg);
background-repeat:no-repeat;
top:5px;
left:0px;
width:200px;
height:330px;
position:relative;
}
.texto_bemvindos{
background:#;
top:70px;
left:0px;
width:180px;
height:315px;
position:absolute;
    padding-left:6px;
	padding-right:6px;
	font-style: normal;
    font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
    text-decoration:none;
	text-align:center;
}

.publicidadeaateb{
background:#ffffff;
top:20px;
left:0px;
width:200px;
height:350px;
position:relative;
    font-style: normal;
    font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
    text-decoration:none;
	text-align:center;
}

.endereco{
background:#ffffff;
top:1150px;
left:0px;
width:900px;
height:80px;
position:absolute;
   	font-style: normal;
    font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
    text-decoration:none;
	text-align:center;
}
/*.....................................MENU DO RODAPÉ..........................................*/
#box_rodape{
background-color:#ffffff;
top:0px;
left:0px;
width:900px;
height:45px;
position:relative;
}

#rodape{
background-image:url(faixa_rodape.png);
background-repeat:no-repeat;
width:900px;
height:45px;
position:relative;
}
#rodape_ref{
background-color:#;
position: relative;
top:5px;
left:0px;
width:900px;
height:40px;
}
.barnav a{
font-family: arial;
font-size: 10pt;
color: #ffffff;
background-color:#;
text-decoration: none;
}
.barnav a:hover{
color: #000000;
background: #;
}


