* {
 margin: 0px;
 padding: 0px;
}

body {
 background: #f8f8f8;
 font-family: Verdana, Arial, sans-serif;
 font-size: 16px;
 color: #000;}
 
a img{ border: 0px; }

a { text-decoration: none;}

#top {
 background: #222 url(/img/headergrunge.jpg) repeat-x 0px 71px;
 height:100px;
 position: relative;
 }

#top h1 span {
	position: absolute;
	top: -10000px;
}

#logo {
	float: left;
	position: relative;
}

#banner {
	float: left;
	margin-left: 10px;
	margin-top:12px;
	position: relative;
}
	


/**** Span class's *****/

.hidden { text-indent: -9000px;}
.br { clear: both;}
.blue { color: #6694c5;}
.small { font-size: x-small;}
.large { font-size: xx-large;}
.right { float: right;}
.left { float: left;}
.center { margin: 0 auto; text-align: center;}


/**** Site Container ****/

#container {
 width: 778px;
 background: #fff;
 border-right: 3px solid #222;
}


/***left Side Bar***/

#navlist { float: left; width: 145px; margin-top: 25px;}

 
#navlist ul {
 list-style: none;
}

#navlist li a{
 display: block;
 height: 30px;
 margin: 3px;
 padding-top: 6px;
 width: 134px;
 background: #222;
 border-right: 4px solid #444;
 color: #fff;
 font-size: 0.7em;
 text-indent: 6px;}
 
#navlist li a:hover {
 color: #f4f4f4;
 background: #999;
 border-right: 4px solid #267de8;}
 
#navlist li .active {
 color: #999;
 background: #333;
 border-right: 4px solid #444;}

/***right Side Bar***/

#sector { float: right; width: 160px; margin-top: 25px;}


/***Content***/

#content { float: left; width: 468px; margin-top: 30px;}

#content a { color:#000000;}

#content a:hover { 
  color: #267de8; text-decoration:underline;
 }
 
#content p {line-height: 1.4em; font-size: 0.7em; margin-bottom: 20px; color: #000000;}

 
#content h3 {
text-indent: 20px;
color: #999;
letter-spacing: -0.1em;
margin-bottom: 4px;
background-color:#f2f2f2;
}

 /***addurl***/
 
#addurl {
	width:400px;
	margin-left:30px;
	background-color:#f8f8f8;
	font-size:0.9em;
	padding:15px;
}

#addurl Input, select{
	font-size:0.9em;
}
 
 /***Directory***/
 
 #category { float:left; width: 49%; font-size:0.65em; padding-bottom:8px; margin:2px;}

 
 #category h3 {
 background: url(/img/categoria.gif) no-repeat;
 text-indent: 25px;
 color: #50579d;
 letter-spacing: 0em;
 font-size: 1.2em;
 margin-bottom: 8px;
 }
 
 #category h3 a{
 	color:#50579d;
}
 
/***Footer***/

#footer {
 text-align: center;
 color: #000;
 margin-top: 15px;
 font-size: 0.7em;
 background: #222 url(/img/headergrunge2.jpg) repeat-x 0px 0px;
 height: 30px;
 padding-top: 30px;
 }
 
#footer p { color: #fff;}
 
#footer a { color: #fff;}
 
#footer a:hover { color: #267de8;}
	

 