/*#############################################################
Name: Blackbox
Date: 2006-06-01
Author: Viktor Persson
URL: http://arcsin.se

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

/* Standard elements */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #FFCC33;
	text-decoration: none;
}

.listados li {
	margin-left: 18px;
}

body {
	background: #000 url(images/bg.png) repeat-x fixed left bottom;
	color: #666;
	margin: 15px 0;
	text-align: justify;
	font: normal 0.7em sans-serif,Arial;
}


.code {
	font: normal 1em "Lucida Sans Unicode",serif;
	background: url(images/bgcode.gif);
	color: #999;
	display: block;
	padding: 3px 15px;
	margin-bottom: 12px;
}


/* Misc */


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


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


/* Header */
.gfx {
	background: #222 url(images/header.jpg) no-repeat;
	height: 240px;
}
.gfx h1 {
	color: #333;
	font: bold 2.6em Tahoma,sans-serif;
	padding: 14px 16px;
}



/* Content */
.content {
	border-top: 1px solid #1A1A1A;
	background: #1A1A1A;
	clear: both;
}

.content h1 {
	margin: 0 0 4px;
	font: bold 1.1em sans-serif,Arial;
	color: #FFCC33;
}

.content p {
	margin: 0 0 12px;
}

.item {
	background: #030303 url(images/bgitem.gif) repeat-x;
	padding: 8px 10px 8px;
	text-align: justify;
}

.fondo {
	background: #030303;
	padding: 8px 10px 8px;
}


/* Footer */
.footer {
	padding: 5px;
	background: #0A0A0A;
	color: #777;
} 

/* Menu */
.menu {
	background: url(images/bgmenu.png) repeat-x; 
	border-right: 1px solid #222;
	border-bottom: 1px solid #1A1A1A;
	text-align: center;
	color: #555;
	font-size: 1.2em;
}

.menu_select {
	background: url(images/bgmenu.png) repeat-x; 
	border-right: 1px solid #222;
	border-bottom: 1px solid #1A1A1A;
	text-align: center;
	color: #FFCC33;
	font-size: 1.2em;
}

.menu_last {
	background: url(images/bgmenu.png) repeat-x; 
	border-bottom: 1px solid #1A1A1A;
	text-align: center;
	color: #555;
	font-size: 1.2em;
}

.menu_last_select {
	background: url(images/bgmenu.png) repeat-x; 
	border-bottom: 1px solid #1A1A1A;
	text-align: center;
	color: #FFCC33;
	font-size: 1.2em;
}

.menu a, .menu_last a {
	color: #555;
	text-decoration: none;
}



.menu_select a, .menu_last_select a, .menu_select a:hover, .menu a:hover, .menu_last a:hover, .menu_last_select a:hover {
	color: #FFCC33;
	text-decoration: none;
	}


.seccion_enlaces {

	color: #999;
}