/* CSS Document 
por Rodrigo Avilés
http://www.rodrigoaviles.cl
*/

*					{ margin: 0; padding: 0; }

img
{
   border:0;
}

body				{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background: #000;
	color: #FFF;
	}

a:link    { color: #FFCC00; }
a:visited { text-decoration: line-through;
	color: #FFCC00; }

/* bordes pixelados*/

.bl {background: url(images/bl.png) 0 100% no-repeat}
.br {background: url(images/br.png) 100% 100% no-repeat}
.tl {background: url(images/tl.png) 0 0 no-repeat}
.tr {background: url(images/tr.png) 100% 0 no-repeat; 
padding:0px} 

/* Pipe, para hacer listas horizontales*/
	
#pipe {
	margin: 5px 5px 0px 15px;
	}

#pipe ul {

	margin-left: 0;
	padding-left: 0;
	display: inline;
	}

#pipe ul li {
	margin-left: 0;
	padding: 0px 0px;
	list-style: none;
	display: inline;
	}

#pipe ul li.first {

	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
	
/* Estructura */
	
	ol					{ list-style: inside decimal; }
#header			{ width: 800px; height: 150px; margin: 3px auto; margin-top: 15px; border: 0px solid #999;
	 				  background: #7755AA url(images/banner.png); overflow: auto; }

#page-wrap			{ width: 800px; margin-top: 2px; margin: 10px auto; border: 0px solid #999;
	 				  overflow: auto; color: #eee; }
	
ul#nav				{
	list-style: none;
	width: 160px;
	height: 10px;
	float: none;
	padding: 0px 0px 0px 0px;
	color: #eee;
	background-color: #000;
}
					
#content			{
	width: 730px;
	height:	505px;
	padding: 30px;
	background-color: #7755AA;
}

#footer				{
	text-align: center;
	color: #CCCCCC;
	margin: 10px;
	position: static;
}	