/* Hoja de estilos para WebNoruega */

/* Disposición CSS */

#toplogo {
 text-align: center;
 /*padding: 10px 0px;*/
 }

#outbox {
 background-color: #333;
 text-align: left !important;
 }

#sidepanel {
 float: left;
 font-family: verdana, arial;
 font-size: 11px;
 width: 15.1em;
 background-color: #333;
 border-right: 1px solid #CCC; 
 padding-bottom: 3px;
 margin-bottom: 1px;
}

#mainarea {
 background-color: #E8EDA3;
 margin-left: 15px;
 margin-right: 15px;
 }

#copynote {
 clear: both;
 text-align: center;
 vertical-align: middle;
 font-family: verdana, arial;
 font-weight: bold;
 font-size: 10px;
 /*background-color: #E8EDA3;*/
 padding-bottom: 10px;
 }
 
body {
	margin:0px 0px; padding:0px;
	text-align:center;
	}
	
#Content {
	width:750px;
	margin:0px auto;
	text-align:left;
	background-color: #E8EDA3;
	/*padding:15px;*/
	}
	
#suplinks {
	/*background-color: #E8EDA3;*/
	text-align: center;
}

/* Estilos básicos */
.sc       {font-size: xx-small;}
.hb       {font-weight: bold; padding: 4px; text-decoration: none !important; color: #003300 !important;}
.hb:hover {border-bottom: 4px solid #CC9900; color: #CC9900 !important; text-decoration: none; background: none; }
.sh       {color: #FF6600; font-size:small; font-weight: bold; border-bottom: 3px solid #FF6600;}
a         {color: #3366FF; text-decoration: underline;}
a:hover   {color: #3300FF; text-decoration: underline;}

* {font-family: Georgia, "Times New Roman", Times, serif;}