﻿/*
----------------------------------------
GENERIC ELEMENTS
----------------------------------------
*/
	body	{
		font-family: Verdana;
		font-size: small;
		line-height: 1.1em;
		color: #000;
		padding: 0;
		background: #e3e3e3;
		width:100%;
		margin:0;	
		}		
	p	{
		text-indent: 0em;
		margin: 0;
		padding: 0;
		}
	a	{
		text-decoration: none;
		}
	a:link	{
		color: #181873;
		border-bottom: 0px solid #bfbfbf;
		text-align: center;
		}
	a:visited	{
		color: #181873;
		border-bottom: 0px dotted #bfbfbf;
		}
	a:hover	{
		color: #BF0000;
		border-bottom: 0px solid #600;
		}
	a:active	{
		color: #181873;
		border-bottom: 0px solid #bfbfbf;
		}
/*
----------------------------------------
GLOBAL WRAPPER
----------------------------------------
*/
	#wrap	{
		max-width: 54em;
		min-width: 670px;
		margin: 5px auto;
		background-color:#ffffff;
		}

/*
----------------------------------------
NAVIGATION
----------------------------------------
*/
	#nav	{
		float: left;
		width: 25%;
		}
	#listamenu {
	background: url("../Images/fine_speck.gif");
	border-width: 1px 2px 2px 1px;
	border-color: #CCCCCC #C0C0C0 #C0C0C0 #CCCCCC;
	border-style: solid;
	width: 80%;
	list-style: none;
	font-family: Verdana;
	font-size: .9em;
	color: #003E82;
	text-transform: uppercase;
	letter-spacing: .2em;
	text-align: center;
	margin: 5px auto 0 auto;
	}
	#listamenu a {
		display: block;
		text-indent: 1px;
		text-align:center;
		padding: 0.8em 0 0.8em 0;
		}
	#listamenu a:hover	{
		color: #bfbfbf;
		}
/*
----------------------------------------
Menu de números anteriores
----------------------------------------
*/
	#anteriores	{
	background: url("../Images/fine_speck.gif");
	width: 80%;
	font-family: "Verdana";
	font-size: .8em;
	text-transform: none;
	color: #003E82;
	letter-spacing: .2em;
	margin: 0 auto;
}
	#anteriores a	{
		color: #003E82;
		margin: .1em 0 .1em 0;
		}
	#anteriores a:hover	{
		color: #BF0000;
		font-weight: bold;
		background-color:#eaf0eb;
		border-bottom: 1px solid #600;
		}
	#anteriores a:link	{
		color: #003E82;
		border-bottom: 1px solid #bfbfbf;
		text-align: center;
		}
	#anteriores a:visited	{
		color: #666666;
		border-bottom: 1px dotted #bfbfbf;
		}
	#anteriores a:active	{
		color: #666666;
		border-bottom: 1px solid #bfbfbf;
		}

/*
----------------------------------------
MAIN CONTENT
----------------------------------------
*/
	#main	{
	float: left;
	width: 74%;
}
/*
----------------------------------------
MAIN CONTEUDO
----------------------------------------
*/
#main1	{
	border-style: solid;
	border-width: 1px 2px 0px 1px;
	border-color: #CCCCCC #999999 #999999 #CCCCCC;
	padding: 0px 1% 0em 1%;
	border-left: 1px solid #000066;
	border-right: 1px solid #000066;
	margin: 0px 5px 0em 5px;
	text-align: left;
	background: url("../Images/fine_speck.gif");
}
/*
----------------------------------------
FOOTER
----------------------------------------
*/
	#footer	{
	clear: both;
	width: 90%;
	color: #666;
	text-align: center;
	font-size: 1em;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: .1em;
	padding: 10px 0 5px 0;
	border-top: 2px solid #666;
	margin: 0 auto 0.2em auto;
}




