﻿@charset "utf-8";
/* CSS Document */


@import url(retangulos.css);
@import url(textos.css);
@import url(particulares.css);

	
a{
	text-decoration:none;
	color:#666;
}
a:visited {
	text-decoration:none;
	color:#666;
}
a:hover {
	text-decoration:none;
	color:#000;
}
a:active {
	text-decoration:none;
	color:#000;
}

a img {
	border-width:5px;
	border-color:#FFF;
	}
	
a:hover img {
	border-width:5px;
	border-color:#CCC;
	}



body {
	margin:0;
	padding:0;
	background: url(../imagens/bgx1.jpg) repeat-x;
	text-align:center; /* hack para o IE */	
}

#geral{
	width: 900px;
	margin:0 auto;			
	/* text-align:left; /* "remédio" para o hack do IE */	
	}

#conteudo {
	text-align:center;
	padding-top:20px;
	}
	
#menu {
	height:70px;
	background: url(../imagens/menu_fundo.jpg) center center no-repeat;
	}

#menu ul li {
	display:inline;
	padding:12px;
	color:#666;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style-type:none;
	line-height:70px;
	}
	

#rodape {


	height:60px;
	color:#666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	list-style-type:none;
	}
	
div#rodape img { padding-left:50px; float:right; }
	
.clear { clear: both; }	

.centro { text-align:center; }

.blockquote { margin-left:50px; margin-right:50px; }



