﻿/*
----------------------------------------
GENERIC ELEMENTS
----------------------------------------
*/
	body	{
		font-family: Verdana;
		font-size: small;
		line-height: 1.1em;
		color: #000;
		padding: 0;
		background: #fff;
		width:100%;
		margin:0;	
		}	
	p	{
		text-indent: 0em;
		margin: 0;
		padding: 0;
		}
	a	{
		text-decoration: none;
		}
	a:link	{
		color: #BF0000;
		border-bottom: 1px solid #bfbfbf;
		text-align: center;
		}
	a:visited	{
		color: #BF0000;
		border-bottom: 1px dotted #bfbfbf;
		}
	a:hover	{
		color: #600;
		border-bottom: 1px solid #600;
		}
	a:active	{
		color: #ccc;
		border-bottom: 1px solid #bfbfbf;
		}
/*
----------------------------------------
GLOBAL WRAPPER
----------------------------------------
*/
	#wrap	{
		max-width: 54em;
		min-width: 670px;
		margin: 5px auto;
		}

/*
----------------------------------------
NAVIGATION
----------------------------------------
*/
	#nav	{
		float: left;
		width: 20%;
		
		}
	#listamenu {
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #CCCCCC #C0C0C0 #C0C0C0 #CCCCCC;
	background: url("../../../images/fine_speck.gif");
	width: 80%;
	list-style: none;
	font-family: Verdana;
	font-size: .9em;
	color: #003E82;
	text-transform: uppercase;
	letter-spacing: .2em;
	text-align: center;
	padding: 0;
	margin: 0 auto 0 auto;
}
	#listamenu a {
		display: block;
		text-indent: 1px;
		text-align:center;
		background: url("../../../nav_right.gif") no-repeat bottom right;
		padding: 1em 0 1.4em 0;
		border: 0;
		}
	#listamenu a:hover	{
		color: #bfbfbf;
		}
/*
----------------------------------------
Menu de números anteriores
----------------------------------------
*/
	#anteriores	{
	border-style: solid;
	border-width: 0px 2px 0px 1px;
	border-color: #CCCCCC #C0C0C0 #C0C0C0 #CCCCCC;
	background: url("../../../images/fine_speck.gif");
	float: none;
	width: 80%;
	font-family: "Verdana";
	font-size: .8em;
	text-transform: none;
	color: #003E82;
	letter-spacing: .2em;
	padding: 0;
	margin: 0 auto;
}
	#anteriores a	{
		display: block;
		text-indent: 1px;
		text-align:center;
		padding: .1em 0 .1em 0;
		border: 0;
		}
	#anteriores a:hover	{
		color: #ffffff;
		font-weight: bold;
		background-color:#eaf0eb;
		border-bottom: 1px solid #600;
		}
	#anteriores a:link	{
		color: #666666;
		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: 77%;
	padding: .5em 1% 2em 1%;
	border-left: 1px solid #000066;
	border-right: 1px solid #000066;
	margin-bottom: 2em;
	text-align: left;
	background: url("../../../images/fine_speck.gif");
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 2px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	border-right-color: #999999 ;
	border-left-color: #CCCCCC ;
}
	p.first:first-letter	{
		float: left;
		font-size: 6em;
		line-height: .75em;
		margin: 0 .1em .1em 0;
		}
/*
----------------------------------------
FOOTER
----------------------------------------
*/
	#footer	{
	clear: both;
	width: 80%;
	color: #666;
	text-align: center;
	font-size: 1em;
	font-weight: normal;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: .1em;
	background: url("../../../footer.gif") no-repeat bottom center;
	padding: 10px 0 50px 0;
	border-top: 2px solid #666;
	margin: 0 auto 3em auto;
	z-index: 2;
}


