/**/
.black{
	color:#000;
	background:inherit;
	}
.clear {
   clear:both;	
}
.justificado {
 text-align:justify;	
}
.bold {
  font-weight:bold;
} 
.txtgris {
 color:#CCC;	
}
/**/

body,html{
	margin:0px;
	padding:0px;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:90%;
	color:#484848;
	background:#fff;
	}
html,body,#container{
	min-height:100%;
	width:100%;
	height:100%;
	}
html>body,html>body #container{
		height:auto;
    }
ul{ 
  padding-top:0px;
  margin-top:0px;
  }
#container{
	position:absolute;
	top:0px;
	left:0px;
	}
#base{
	width:690px;
	margin:10px auto 10px;
	}
#header{
	background:#af0000;
	color:#fff;
	font-family:Newtown,Arial,Helvetica,sans-serif;
	margin-bottom:-10px;
	}
#header h1{
	font-size:250%;
    padding-left:180px;
    margin-bottom:-12px;
	}
#header h2{ 
    padding-left:230px;
	padding-bottom:3px;
	font-size:150%;
	}

#navigation{
	background:#af0000;
	color:inherit;
	padding:3px 10px 10px 30px;
	}
#navigation li{
	display:inline;
	padding-left:10px;
	}
#navigation ul{
	list-style:none;
	margin:0;
	padding:4px 0 0 5px;
	}
#navigation a:link,#navigation a:visited{
	color:#fff;
	background:#af0000;
	text-decoration:none;
	border-bottom:10px solid #af0000;
	}
#navigation a:hover{
	color:#fff;
	background:#af0000;
	border-bottom:10px solid #fff;
	}
#navigation .selected {
	font-weight:bold;
	color:#fff;
	background:#af0000;
	text-decoration:none;
	border-bottom:10px solid #af0000;

   }
/* ------ CONTENT -------*/
#content{
	border-top:5px solid #fff;
	}
#content a:link,#content a:visited{
	color:#0059AE;
	background:inherit;
	font-weight:bold;
	text-decoration:none;
	}
#content a:hover,#content a:focus,#content a:active{
	color:#0059AE;
	background:inherit;
	text-decoration:underline;font-weight:bolder;
	}
#content h1{
	background:#af0000;
	color:#fff;
	font-size:130%;
	padding-left:10px;
	font-weight:200;
	font-family:Arial,Helvetica,sans-serif;
	margin-bottom:-5px;
}
#leftpanel{
	float:left; display:inline;
	width:280px;
	}
#rightpanel {
	float: right; display:inline;
	width:400px;
}
#bottomcontent{
	}
#bottomcontent img{
	float:right; display:inline;
	margin: 17px 0 5px 14px;
	
	}
#bottomleft{
	float:left; display:inline;
	width:330px;
	}
#bottomright{
	width:330px;
	float:right; display:inline;
	}
/**/
#footer{
	bottom:0px;
	position:static;
	background:#af0000;
	color:#fff;
	width:690px;
	height:70px;
	text-indent:10px;
	padding-right:8px;
	padding-left:8px;
	padding-bottom:5px;
	padding-top:5px;
	clear:both;
	margin-top:5px;
	border-bottom:8px solid #fff;
	border-top:5px solid #fff;
	font-size:85%;
	}
#footer a:link,#footer a:visited{
	color:#fff;
	background:inherit;
	text-decoration:none;
	}
#footer a:hover,#footer a:focus,#footer a:active{
	color:#fff;
	background:inherit;
	text-decoration:underline;
}
#footer a img{
	
}