/*#############################################################
Name: Blackbox
Date: 2006-06-01
Description: A mystic dark lightweight Design.
Author: Viktor Persson
URL: http://templates.arcsin.se

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

/* standard elements */
* {
	margin: 0;
	padding: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
a {
	color: #F00;
	text-decoration: none;
}
body {
	background: #000 url(img/bg.png) repeat-x fixed left bottom;
	color: #555;
	font: normal 0.7em sans-serif,Arial;
	margin: 20px 0;
	text-align: center;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	background: url(img/bgcode.gif);
	color: #FF0;
	display: block;
	margin-bottom: 12px;
	padding: 3px 6px;
	white-space: pre;
	font-family: sans-serif, Arial;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

cite {
	background: url(img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding-left: 28px;
}


/* main structure */
.main {
	background: #000;
	border: 3px double #EEE;
	border-color: #141414 #202020 #222 #202020;
	text-align: left;
	width: 790px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
}


/* header-*/
.gfx {
	height: 240px;
	background-color: #222;
	background-image: url(img/cabecera.PNG);
	background-repeat: no-repeat;
}
.gfx h1 {
	color: #111;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 16px 20px;
}


/* menu */
.menu a {
	background: #000 url(img/bgmenu.png) repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #0F0;
	float: left;
	font-size: 1.5em;
	padding-top: 4px;
	width: 149px;
	height: 36px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #F00;
}
.menu a#last {
	border-right: none;
	width: 150px;
}


/* content */
.content {
	background: #1A1A1A;
	border-top: 1px solid #1A1A1A;
	clear: both;
	color: #F0F;
}
.content h1 {
	color: #FF0;
	font: bold 1.1em sans-serif,Arial;
	margin: 0 0 4px;
}
.content p {
	margin: 0 0 12px;
	font-size: 1.0em;
	color: #999;
}
.item {
	background: #030303 url(img/bgitem.gif) repeat-x;
	padding: 8px 10px;
	text-align: justify;
	font-size: 1.1em;
}


/* footer */
.footer {
	background: #0A0A0A;
	color: #0F0;
	padding: 5px;
	text-align: center;
} 
.main .content .item table tr th {
	color: #FF0;
}
.main .content .item img {
	text-align: center;
}
