/*  ------------------ Folha de Estilo (catalogo_rb.css) para o Catálogo Rea-Brasil --------------------------------------------
--------------- modelo com 2 colunas, retirado do site http://www.realworldstyle.com/  e alterado aqui e ali ---------------- */


html, body {
	width:748px;
	margin:10px 10px 10px 95px;
	padding:0px;
	background:#fff;
	color:#333;
	font-family:Comic sans ms, Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size:14px;
	}

#continent {
	width:748px;
	}	

#header {
	height:40px;
	color:#000;
	padding:20px;
	font-size:45px;
	text-align:center;
	}
	
#headermed {
	height:30px;
	color:#000;
	padding:10px;
	font-size:20px;
	text-align:center;
	}	
	
#headerinf {
	height:30px;
	color:#000;
	padding:10px;
	font-size:15px;
	text-align:right;
	}		


#nav {
	width:160px;
	float:left;
	margin-left:0px;
	padding:8px;
	text-align:left;
	}
	
#nav p {
	margin:10px;
	padding:5px;
	font-size:11px;
	text-align:left;
	}	
	
	
#content {
	padding:15px;
	margin-left:180px;
	text-align:justify;
	background-color:#94d6e7;
	}
	
.subtitulo {
	text-align:right;
	font-size:18px;
	border-bottom:3px double #807a73;
	}			
	
#const {
	font-size:11px;
	color:blue;
	}	
	
#footer {
	clear:both;
	font-size:11px;
	text-align:center;
	border-top:1px solid #000;
	}
	
#footer .date {
	float:left;
	text-align:left;
	}	
	
#footer .contact {
	float:right;
	text-align:right;
	}	
	
a:link, a:visited {
	text-decoration: none;
	/*color: #009;*/
	color:red;
	background: transparent;
	}

a:hover {
	text-decoration:underline;
	background: transparent;
	color:red;
	}
	
a:active {
	text-decoration: none;
	color: #a50;
	background: transparent;
	}
	
hr {
	width:60%;
	color:blue;
	text-align:center;
}	

ul, li {
	font-size:14px;
	}
	
th, td {
	font-size:11px;
	text-align:center;
	}	
	
p {
	margin:0px 0px 14px 0px;
	padding:5px;
	text-indent:20px;
	}

h1 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
	}
	
h2 {
	font-size: 18px;
	margin-top: 25px;
	margin-bottom: 0;
	}	

h3 {
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 0;
	}
	
/* ------------------------------------------------------------------------------------- fim do arquivo catalogo_rb.css ----- */

