/* CSS Document */

a.borda-interna, a.borda-interna img { float: left; overflow:hidden; }
a.borda-interna:hover { border: 4px solid #CC0000; }
a.borda-interna:hover img { margin: -4px; }
.imgborder {border: 1px solid #cc0000;}

/* corpo e o topo */
body	{
    background:  url(images/fundodgd.jpg);
	background-repeat:repeat-x;
	margin-left:0px;
	margin-top:0px;
	margin-top:0px;

	scrollbar-3dlight-color:#f5f5f5;
	scrollbar-arrow-color:#cc0000;
	scrollbar-base-color:#ffffff;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#cccccc;
	scrollbar-shadow-color:#f5f5f5;

		}	

#pagina	{
    background: url(images/branco.jpg);
	width:750px;
	height:auto;
	margin: 0 auto; /* centraliza a pagina */	
		}	

/* o meio */
#topo	{
	width:750px;
	height:750px;
	margin: 0 auto; /* centraliza a pagina */	
		}
		
/* área esquerda */
#esquerda	{
	width:301px;
	float: left;
		}
	
/* o conteúdo */		
#conteudo	{
    background:  url(images/fundotraco.jpg) repeat x bottom left;
	width:449px;
	height:619px;
	float:left;
		}
#conteudo2	{
	width:447px;
	float: right;
		}
#publicidadetop	{
	width:447px;
	height:150px;
	float: right;
		}

#newsesq	{
	width: 750px;
	height: 560px;
	float: left;
		}
		
#listarfotos	{
	position:relative;
	width:320px;
	height:auto;
	float:left;
	padding-right:3px;
		}
#maisfotos	{
	position:absolute;
	width:320px;
	height:750px;
	float:left;
		}
#publicidadedir	{
	width:125px;
	float:right;
		}
#menu	{
	width:447px;
	float: right;
		}
#menu2	{
	width:447px;
	height:60px;
	float: right;
		}		
#montaalbum	{
	position:relative;
	width:620px;
	float:left;
		}

/* rodape */
#espaco	{
	position:relative;
	width:750px;
	height:20px;
		}
	
/* rodape */
#rodape	{
    background:  url(images/rodape.jpg) no-repeat left;
	margin: 0 auto; /* centraliza a pagina */		
	width:750px;
	height:20px;
	clear: both;
		}

