@import url("../internas.css");

#site {
	background: url(imagens/fundo.jpg) #fff;
}


#topo {
	background: url(imagens/topo.jpg);
}

#corpo {
	clear: both;
	background: url(imagens/banner_topo_menu.jpg)  no-repeat left top;
	padding: 0 0 0 25px;
	min-height: 300px;
	height: 100%;
}

#menu { 
	background: url(imagens/rodape_menu.jpg) #D35354 no-repeat left bottom;
}

#menu li {
	background: #A92C2C;
}

#menu ul li a, #menu ul li a:hover {
	color: #fff;
}

#menu ul li a:hover {
	background: #731E1E;
}

#atalhos h3, #atalhos a, #atalhos a:hover {
	color: #D35354;
}

#rodape {
	background: url(../imagens/rodape.jpg) bottom center no-repeat;
}

#rodape h2 span {
	background: url(../imagens/logo_rodape.jpg) no-repeat;
}

#rodape_interno li a, #rodape_interno li a:hover {
	background: url(../imagens/marcador_rodape.jpg) no-repeat left top;
}

#conteudo h2 {
	font-size: 14px;
	color: #D35354;
	padding: 10px 0 0 0; 
}

div a {
	text-decoration: none;
}

div a:hover {
	text-decoration: underline;
	color: #D35354;
}

span a {
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}


.galerias {
	border: 1px solid #eee;
	background: #f7f7f7;	
}
