/*
  subBlack theme for phpBB version 2+
	Created by Gamerhaven
	http://www.gamerhaven.com
	Based on the original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #000000;
	scrollbar-face-color: #212121;
	scrollbar-highlight-color: #404040;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #616161;
	scrollbar-arrow-color:  #A1A1A1;
	scrollbar-track-color: #000000;
	scrollbar-darkshadow-color: #000000;
}

/* General font families for common tags */
/*ALVAROfont,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }*/
font,th,td,p { font-family: Thahoma, Verdana, Arial, sans-serif;};
/*ALVAROa:link,a:active,a:visited { color : #FFFFCC; text-decoration: none; }*/
a:link,a:active,a:visited { color : #FFFFFF; text-decoration: none; }
a:hover		{ text-decoration: underline; color : #FFFFCC; }
hr	{ height: 0px; border: solid #CCCCCC 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #000000; border: 1px #212121 solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #000000; border: 2px #212121 solid; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #000000; }
td.row2	{ background-color: #212121; }
td.row3	{ background-color: #000000; }


/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated black background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #000000;
		background-image: url(images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the black gradient backgrounds */
th	{
	/*ALVAROcolor: #CC9900; font-size: 12px; font-weight : bold;*/
	color: #E3E41E; font-size: 12px; font-weight : bold;
	background-color: #000000; height: 25px;
	background-image: url(images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-color:#000000; border: #FFCC66; border-style: solid; height: 28px;
}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFCC66; border-style: solid; height: 25px; }
td.row3Right,td.spaceRow {
	background-color: #000000; border: #FFCC66; border-style: solid; }

th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
th.thTop	 { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
/*ALVARO.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #FFFFCC;
}*/
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #E3E41E;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
/*ALVARO.gen,.genmed,.gensmall { color : #FFFFCC; text-decoration: none; }
a.gen,a.genmed,a.gensmall { color: #FFCC00; text-decoration: none; }*/
.gen,.genmed,.gensmall { color : #FFFFFF; text-decoration: none; }
a.gen,a.genmed,a.gensmall { color: #E3E41E; text-decoration: none; }
/*ALVAROa.gen:visited,a.genmed:visited,a.gensmall:visited	{ color: #FFCC00; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FFFFCC; text-decoration: none; }*/
a.gen:visited,a.genmed:visited,a.gensmall:visited	{ color: #E3E41E; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #FFFFCC; text-decoration: none; }


/* The register, login, search etc links at the top of the page */
/*ALVARO.mainmenu		{ font-size : 11px; color : #CC9900; }
a.mainmenu		{ text-decoration: none; color : #CC9900;  }
a.mainmenu:visited { text-decoration: none; color : #CC9900; }
a.mainmenu:hover{ text-decoration: none; color : #FFFFCC; }*/
.mainmenu		{ font-size : 11px; color : #E3E41E; }
a.mainmenu		{ text-decoration: none; color : #E3E41E;  }
a.mainmenu:visited { text-decoration: none; color : #E3E41E; }
a.mainmenu:hover{ text-decoration: none; color : #FFFFCC; }


/* Forum category titles */
/*ALVARO.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #FFCC00}
a.cattitle		{ text-decoration: none; color : #FFCC00; }
a.cattitle:visited { text-decoration: none; color : #FFCC00; }
a.cattitle:hover{  color: #FFFFCC; text-decoration: none; }*/
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #E3E41E}
a.cattitle		{ text-decoration: none; color : #E3E41E; }
a.cattitle:visited { text-decoration: none; color : #E3E41E; }
a.cattitle:hover{  color: #FFFFCC; text-decoration: none; }


/* Forum title: Text and link to the forums used in: index.php */
/*ALVARO.forumlink		{ font-weight: bold; font-size: 12px; color : #CC9900; }
a.forumlink 	{ text-decoration: none; color : #CC9900; }
a.forumlink:visited { text-decoration: none; color : #CC9900; }
a.forumlink:hover{ text-decoration: none; color : #FFFFCC; }*/
.forumlink		{ font-weight: bold; font-size: 12px; color : #E3E41E; }
a.forumlink 	{ text-decoration: none; color : #E3E41E; }
a.forumlink:visited { text-decoration: none; color : #E3E41E; }
a.forumlink:hover{ text-decoration: none; color : #FFFFCC; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
/*ALVARO.nav			{ font-weight: bold; font-size: 11px; color : #FFCC00;}
a.nav			{ text-decoration: none; color : #FFCC00; }
a.nav:visited { text-decoration: none; color : #FFCC00; }
a.nav:hover		{ text-decoration: none; color : #FFFFCC; }*/
.nav			{ font-weight: bold; font-size: 11px; color : #E3E41E;}
a.nav			{ text-decoration: none; color : #E3E41E; }
a.nav:visited { text-decoration: none; color : #E3E41E; }
a.nav:hover		{ text-decoration: none; color : #FFFFCC; }


/* titles for the topics: could specify viewed link colour too */
/*ALVARO.topictitle			{ font-weight: bold; font-size: 11px; color : #CC9900; }
a.topictitle:link   { text-decoration: none; color : #FFFFCC; }
a.topictitle:visited { text-decoration: none; color : #FFFFCC; }
a.topictitle:hover	{ text-decoration: underline; color : #FFFFCC; }*/
.topictitle			{ font-weight: bold; font-size: 11px; color : #CC9900; }
a.topictitle:link   { text-decoration: none; color : #FFFFCC; }
a.topictitle:visited { text-decoration: none; color : #FFFFCC; }
a.topictitle:hover	{ text-decoration: underline; color : #FFFFCC; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #FFCC00;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #FFFFCC; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px; color: #FFFFCC;}
a.postlink:link	{ text-decoration: none; color : #FFCC00; }
a.postlink:visited { text-decoration: none; color : #FFCC00; }
a.postlink:hover { text-decoration: none; color : #FFFFCC; }


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #00CC33;
	background-color: #616161; border: #BFBFBF; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; line-height: 125%;
	background-color: #616161; border: #BFBFBF; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
/*ALVARO.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFCC; letter-spacing: -1px;}
a.copyright		{ color: #FFCC00; text-decoration: none;}
a.copyright:link   { color : #FFCC00; text-decoration: none;}
a.copyright:visited { color : #FFCC00; text-decoration: none;}
a.copyright:hover { color: #FFFFCC; text-decoration: underline;}*/
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; letter-spacing: -1px;}
a.copyright		{ color: #E3E41E; text-decoration: none;}
a.copyright:link   { color : #E3E41E; text-decoration: none;}
a.copyright:visited { color : #E3E41E; text-decoration: none;}
a.copyright:hover { color: #FFFFCC; text-decoration: underline;}


/* Form elements */
textarea, select {
	color : #000000;
	/*ALVAROcolor : #FFFFCC;*/
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #FFFFCC;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #000000;
	/*ALVAROcolor : #FFFFCC;*/
	color : #FFFFFF;
}

input { text-indent : 2px; 
	color : #000000; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #000000;
	color : #FFFFFF;
	/*ALVAROcolor : #FFFFCC;*/
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #000000;
	color : #FFFFCC;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #000000;
	/*ALVAROcolor : #FFFFCC;*/
	color : #FFFFFF;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { color : #FFFFCC; background-color: #212121; border-style: none; }


/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");

/* INICIO Añadido por Alvaro el 09/05/2006*/

/* Menu de navegacion */

ul#navegacion 
{  
	height: 30px;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul#navegacion li 
{
	float: left;
	list-style-type: none;
	margin-left: 10px;
	font-size: 1em;
	letter-spacing: 0.1em;
	font-weight: bold;
}

ul#navegacion.admin
{  
}

.menu_principal
{
	width: 850px;
	background: url("menu/separador_menu.png") no-repeat top center;
}
/* ************************************ */
/* Estilos de MENUS de la EXTRANET **** */
/* ************************************ */

/* Biografia */

body#body-biografia li#biografia a 
{
	background: url("menu/menu_biografia.png") no-repeat 0 0;
}

li#biografia a:link, li#biografia a:visited 
{
	background: url("menu/menu_biografia.png") no-repeat 0 -30px;
	width: 90px;
	height: 30px;
	text-indent: -10000px;
	display: block;
	text-decoration: none;
}

li#biografia a:hover 
{
	background: url("menu/menu_biografia.png") no-repeat 0 0;
}

h2#titulo-biografia
{
	text-indent: -10000px;
	background: url("menu/menu_biografia.png") no-repeat 50% 0;
	width: 100%;
	height: 50px;
	display: block;
}

/* ************************************ */

/* Componentes */

body#body-componentes li#componentes a 
{
	background: url("menu/menu_componentes.png") no-repeat 0 0;
}

li#componentes a:link, li#componentes a:visited 
{
	background: url("menu/menu_componentes.png") no-repeat 0 -30px;
	width: 90px;
	height: 30px;
	text-indent: -10000px;
	display: block;
	text-decoration: none;
}

li#componentes a:hover 
{
	background: url("menu/menu_componentes.png") no-repeat 0 0;
}

h2#titulo-componentes
{
	text-indent: -10000px;
	background: url("menu/logo_componentes.png") no-repeat 50% 0;
	width: 100%;
	height: 50px;
	display: block;
}

/* ************************************ */

/* Noticias */

body#body-noticias li#noticias a 
{
	background: url("menu/menu_noticias.png") no-repeat 0 0;
}

li#noticias a:link, li#noticias a:visited 
{
	background: url("menu/menu_noticias.png") no-repeat 0 -30px;
	width: 90px;
	height: 30px;
	text-indent: -10000px;
	display: block;
	text-decoration: none;
}

li#noticias a:hover 
{
	background: url("menu/menu_noticias.png") no-repeat 0 0;
}

h2#titulo-noticias
{
	text-indent: -10000px;
	background: url("menu/menu_noticias.png") no-repeat 50% 0;
	width: 100%;
	height: 50px;
	display: block;
}

/****************************************/


/* ************************************ */

/* Proximas actuaciones */

body#body-actuaciones li#actuaciones a 
{
	background: url("menu/menu_actuaciones.png") no-repeat 0 0;
}

li#actuaciones a:link, li#actuaciones a:visited 
{
	background: url("menu/menu_actuaciones.png") no-repeat 0 -30px;
	width: 90px;
	height: 30px;
	text-indent: -10000px;
	display: block;
	text-decoration: none;
}

li#actuaciones a:hover 
{
	background: url("menu/menu_actuaciones.png") no-repeat 0 0;
}

h2#titulo-actuaciones
{
	text-indent: -10000px;
	background: url("menu/logo_actuaciones.png") no-repeat 50% 0;
	width: 100%;
	height: 50px;
	display: block;
}


/* Fotos */

body#body-fotos li#fotos a 
{
	background: url("menu/menu_fotos.png") no-repeat 0 0;
}

li#fotos a:link, li#fotos a:visited 
{
	background: url("menu/menu_fotos.png") no-repeat 0 -30px;
	width: 90px;
	height: 30px;
	text-indent: -10000px;
	display: block;
	text-decoration: none;
}

li#fotos a:hover 
{
	background: url("menu/menu_fotos.png") no-repeat 0 0;
}

h2#titulo-fotos
{
	text-indent: -10000px;
	background: url("menu/logo_fotos.png") no-repeat 50% 0;
	width: 100%;
	height: 50px;
	display: block;
}

/* ************************************ */

/* Descargas */

body#body-descargas li#descargas a 
{
	background: url("menu/menu_descargas.png") no-repeat 0 0;
}

li#descargas a:link, li#descargas a:visited 
{
	background: url("menu/menu_descargas.png") no-repeat 0 -30px;
	width: 90px;
	height: 30px;
	text-indent: -10000px;
	display: block;
	text-decoration: none;
}

li#descargas a:hover 
{
	background: url("menu/menu_descargas.png") no-repeat 0 0;
}

h2#titulo-descargas 
{
	text-indent: -10000px;
	background: url("menu/logo_descargas.png") no-repeat 50% 0;
	width: 100%;
	height: 50px;
	display: block;
}

/* ************************************ */

/* Contratación */

body#body-contratacion li#contratacion a 
{
	background: url("menu/menu_contratacion.png") no-repeat 0 0;
}

li#contratacion a:link, li#contratacion a:visited 
{
	background: url("menu/menu_contratacion.png") no-repeat 0 -30px;
	width: 90px;
	height: 30px;
	text-indent: -10000px;
	display: block;
	text-decoration: none;
}

li#contratacion a:hover 
{
	background: url("menu/menu_contratacion.png") no-repeat 0 0;
}

h2#titulo-contratacion 
{
	text-indent: -10000px;
	background: url("menu/logo_contratacion.png") no-repeat 50% 0;
	width: 100%;
	height: 50px;
	display: block;
}

/* Foro */

body#body-foro li#foro a 
{
	background: url("menu/menu_foro.png") no-repeat 0 0;
}

li#foro a:link, li#foro a:visited 
{
	background: url("menu/menu_foro.png") no-repeat 0 -30px;
	width: 90px;
	height: 30px;
	text-indent: -10000px;
	display: block;
	text-decoration: none;
}

li#foro a:hover 
{
	background: url("menu/menu_foro.png") no-repeat 0 0;
}

h2#titulo-foro 
{
	text-indent: -10000px;
	background: url("menu/logo_foro.png") no-repeat 50% 0;
	width: 100%;
	height: 50px;
	display: block;
}

#clearpie 
{
	clear: both;
	height: 80px;
	overflow: hidden;
}

#pie 
{
	/*height: 65px;*/
	height: 80px;
	/*background-color: #FFF;*/
	background-color: #000;
	margin: 0;
	padding: 0;
	margin-top: -80px;
	text-align: center;
	overflow: hidden;
}
/*FIN Añadido por Alvaro 09/05/2006*/
/* ************************************ */
