/* @charset "utf-8"; */

#master {
	height: 547px; 
	width: 800px;
	left: auto; /* calcula automaticamente o resto da largura à esq., relativamente ao pai */
	right:auto; /* calcula automaticamente o resto da largura, relativamente ao pai */
	position: relative; /* relativa ao objeto pai, diferente de absolute, que relaciona-se ao Zero do Browser */
	top: 0px; /* distancia a partir do topo */
	margin-right: auto; /* impede que outros objetos se aloquem lateralmente à dir., calcula automático */
	margin-left: auto; /* impede que outros objetos se aloquem lateralmente à esq., calcula automático */
	background-image:url(../imagens/interface2baixa.jpg);

}

#master img{
		border:none;
		}








body {
	margin: 0px;
	background-image: url(../imagens/fundo.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top;
}
#master_reproducao {
	height: 400px;
	width: 760px;
	left: auto;
	right:auto;
	position: relative;
	top: 10px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url(../imagens/reproducao_fdo.jpg);
}
#top01 {
	height: 38px;
	width: 600px;
}
#top02 {
	height: 20px;
	width: 480px;
	padding-left: 119px;
}
#top03 {
	height: 20px;
	width: 600px;
}
#cont {
	height: 250px;
	width: 600px;
}
#rodape {
	height: 30px;
	width: 600px;
	font-weight: bold;
}
#colesq {
	height: 380px;
	width: 160px;
	float: left;
	margin-top: 20px;
}
#coldir {
	height: 400px;
	width: 600px;
	float: right;
}
#tituleira {
	height: 42px;
	width: 480px;
	padding-left: 119px;
}
#cont01 {
	height: 250px;
	width: 119px;
	float: left;
}
#cont02 {
	height: 250px;
	width: 355px;
	float: left;
}
#cont03 {
	height: 250px;
	width: 125px;
	float: left;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu {
	height: 240px;
	width: 160px;
	padding-top: 65px;
}

.botao {
	height: 15px;
	width: 125px;
	font-size: 10px;
	left:15px;
	position:relative;
	text-align: center;
}

.botao a:link, a:visited {
	display: block;
	background-image: url(../imagens/botao.jpg);
	color: #FFFFFF;
	font-family: Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	height: 15px;
	width: 100%;
}

/*
a:link			é o link em seu estado natural, sem ação do mouse
a:visited		é o link cujo destino tenha sido visitado (limpar histórico)
a:hover		é o link quando o mouse está em cima dele
a:active		é o link ativo (clique do mouse)
*/
.botao a:hover	{background-image:url(../imagens/botao_over.jpg); color:#FF9900;}
.botao a:active{background-image:url(../imagens/botao_down.jpg);}
#top02 .botao {
	height: 15px;
	width: 125px;
	font-size: 10px;
	float: left;
	margin-right:2px;
}
.titulo_foto {
	font-size: 9px;
	font-style: normal;
	color: #999999;
	text-align:center;
}
