/*#############################################################
Name: Light
Date: 2006-08-20
Description: Bright and smooth.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #567;
}
a:hover {
	color: #28E;
}
body {
	background:url(img/bg.gif);
	color: #555A60;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
p,cite,code,ul {
	font-size: 1.3em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
	font-weight:bold;
	color:#0099FF;
}
#rubro{
	list-style: url(img/li2.gif);
	margin-left: 18px;
	font-weight:bold;
	color:#F5A510;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F6F6F6;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(img/quote.gif) no-repeat;
	color: #456;
	display: block;
	font: normal 1.4em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #579;
	padding-top: 6px;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	margin: 0 auto;
	width: 730px;
}

/* title */
.title {
	float: left;
	margin-top: 0px;
	text-align: center;
	width: 713px;
}
/* navigation */
.navigation {
	background: url(img/holder.jpg) no-repeat;
	height: 270px;
	padding: 0 9px;
}
/* holders */
.holder {
	background: url(img/bgholder.jpg) repeat-y;
	padding: 0 60px;
}
.holder_top {
	clear: both;
	background: url(img/holder.jpg) no-repeat;
	height: 40px;
}
.footer {
	clear: both;
	background: url(img/holder.jpg) no-repeat;
	height: 75px;
}
/* footer */
.footer {
	background-position: left bottom;
	color: #666;
	font-size: 1.1em;
	text-align: center;
}
