/* Normal, standard links. */
a:link, a:visited
{
	color: #FFCC00;
	background-color: transparent;
	text-decoration: none;
}
a:hover
{
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
}
a.nav:hover
{
	font-weight: bold;
	color: #FFCC00;
	background-color: transparent;
	text-decoration: underline;
}

/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}

/* By default (td, body..) use Verdana in black. */
body{
	background:#000000;
}
body, td, th
{
	color: #FFFFFF;
	font-size: small;
	font-family: verdana, sans-serif;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	font-size: 9pt;
	color: #CCCCC1;
	font-family: verdana, sans-serif;
	background-color: #330000;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	font-family: verdana, sans-serif;
	background-color: #330000;
}

/* Standard horizontal rule.. */
hr
{
	color: #FFCC00;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #AAAAAA;
	background-color: #330000;
	border: 1px solid green;
	margin: 1px;
	padding: 1px;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #AAAAAA;
	background-color: #660000;
	border: 1px solid green;
	margin: 1px;
	padding: 1px;
	line-height: 1.3em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #FFFFFF;
	width: 25%;
	background-color:#330000;
	border: 1px dashed green;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: red;
	background-color: transparent;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
	width: 100%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds... */
.windowbg
{
	color: #CCCCCC;
	background-color: #000000;
	border: #990000 1px solid;
}
.windowbg2
{
	color: #CCCCCC;
	background-color: #000000;
	border: #990000 1px solid;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited
{
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	background-color: #330000;
}
.titlebg a:hover, .titlebg2 a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg, .catbg3
{
	font-weight: bold;
	color: #FFFFFF;
	background:#550000;
}

/* The borders around things. */
.bordercolor
{
	background-color: green;
}
.tborder
{
	border: 1px solid red;
}

/* Default font sizes. */
.smalltext
{
	font-size: x-small;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}
/* No image should have a border when linked */
a img{
	border: 0;
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: #32CD32;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
.avatar
{
	width:auto;
	height:auto;
}

div#menu li, div#menu ul {
	padding:0px;
	margin:0px;
	color:#330000;
	display:inline;
}

div#menu a {
	float:left;
	padding: 5px;
	font: bold 1em Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
	color: #FFCC00;
	background: #330000;
	border-right: 1px dotted #FF9900;
	border-left: 1px dotted #FF9900;
	border-top: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
	TEXT-DECORATION: none;
}

div#menu a:hover {
	color: #FFFFFF;
	background: #110000;
	border-right: 1px double #FF0000;
	border-left: 1px solid #FF0000;
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
}

fieldset.spoiler 
{
	border: 1px dashed gray;
}

fieldset.spoiler > legend
{
	font-size: 1.2em;
}

div.spoilerheader a
{
	font-family: sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

div.spoilerheader input 
{
	font: 0.9em sans-serif;
}

div.spoilerbody 
{
	border: 1px dotted gray;
	padding: 1em;
	margin: 1em;
}

fieldset.spoiler div.spoilerbody 
{
	border: 0px;
	padding: 0em;
}

.cabecera{
	background-image:url(templates/spanish_red/images/fondo.jpg);
	background-color: #330000; 
	border: 1px solid #FF9900;
	width: 100%;
	text-align:center;
}