/*
	Nombre: MultiVerso.css
	Descripcion: Hoja de estilos para phpBB 2.0.23
	Version: 1.0
	Autor: A. Manuel Martin

	Notas sobre valores de prueba
	Rojo normal: C03000
	Rojo oscuro: 992600
	Rojo claro: C04D26
	
	Alternativas
	Crema: FDFFE8
	Marr—n oscuro: 604E4B
	Marr—n normal: 9C8F7E
	Beige: D9CFA4
*/


 /* Estilo de p‡gina general. Los colores de la barra de scroll s—lo son visibles en IE5.5+ */
body {
	background-color: #171717;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #0A0A0A;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #292929;
	scrollbar-arrow-color:  #C03000;
	scrollbar-track-color: #171717;
	scrollbar-darkshadow-color: #98AAB1;
}

/* Familias de fuentes generales para etiquetas comunes */
font,th,td,p { font-family: "Lucida Grande", "Gill Sans", Verdana, Arial, sans-serif; font-size: 11px; color: #C5C6C9; }
a:link,a:active,a:visited { color: #C03000; outline: none; }
a:hover		{ text-decoration: none; color: #992600; }
hr	{ height: 0px; border: solid #292929 0px; border-top-width: 1px; }


/* Borde y color de fondo para la p‡gina completa */
.bodyline	{ background-color: #0A0A0A; border: 1px #98AAB1 solid; }


/* Borde y color de fondo para las tablas del foro */
.forumline	{ background-color: #0A0A0A; /*border: 1px #C03000 solid;*/ }


/* Colores para las celdas de la tabla principal (row1_forum es un addon para el sombreado) */
td.row1_forum, td.row1	{ background-color: #171717; }
td.row2	{ background-color: #363636; }
td.row3	{ background-color: #292929; }
td.row1 img.bigfolder { margin: 0 10px; }
td.row1 img.folder { margin: 0 5px; }
td.row1_forum:hover { background-color: #101010; }


/* Celdas de la tabla sobre los Topics, Posts y òltimos posts en index.php */
td.rowpic {
		background-color: #292929;
}

/* Celdas de cabecera - Gradiente de fondo */
th	{
	color: #171717; font-size: 11px; font-weight: bold;
	background-color: #292929; height: 25px;
	background: url(images/cellpic3.gif) repeat-x;
}

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


/*
  Bordes interiores para las celdas de la tabla principal.
  Los nombres indican quŽ parte del borde ser‡ visible.
*/
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: #0A0A0A; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #292929; border: #0A0A0A; border-style: solid; }

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


/* Texto grande usado en los t’tulos */
.maintitle,h1,h2	{
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS", "Lucida Grande", "Gill Sans", Verdana, Arial, sans-serif;
	text-decoration: none; line-height: 120%; color: #FEFFF7;
}


/* Texto general */
.gen { font-size: 12px; }
.genmed { font-size: 11px; }
.gensmall { font-size: 10px; }
.gen,.genmed,.gensmall { color: #FEFFF7; }
a.gen,a.genmed,a.gensmall { color: #C03000; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #992600; text-decoration: none; }


/* Enlaces en la parte superior: register, login, search, etc */
.mainmenu		{ font-size: 11px; color: #FEFFF7 }
a.mainmenu		{ text-decoration: none; color: #C03000;  }
a.mainmenu:hover{ text-decoration: none; color: #992600; }


/* T’tulos para las categor’as */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color: #FEFFF7; }
a.cattitle		{ text-decoration: none; color: #FEFFF7; }
a.cattitle:hover{ text-decoration: none; color: #FEFFF7; }


/* T’tulo del foro: Texto y enlace hacia los foros usados en index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color: #C03000; }
a.forumlink 	{ text-decoration: none; color: #C03000; }
a.forumlink:hover{ text-decoration: none; color: #992600; }


/* Texto de navegaci—n, (Page 1,2,3 etc) y barra de navegaci—n */
.nav			{ font-weight: bold; font-size: 11px; color: #FEFFF7; }
a.nav			{ text-decoration: none; color: #C03000; }
a.nav:hover		{ text-decoration: none; }


/* T’tulos para los topics: puede especificar el color de los enlaces visitados tabiŽn */
.topictitle			{ font-weight: bold; font-size: 11px; color: #FEFFF7; }
a.topictitle:link   { text-decoration: none; color: #C03000; }
a.topictitle:visited { text-decoration: none; color: #C03000; }
a.topictitle:hover	{ text-decoration: none; color: #992600; }


/* Nombre del poster en viewmsg.php, viewtopic.php, etc */
.name			{ font-size: 11px; color: #FEFFF7; }

/* Ubicaci—n, nœmero de posts, fecha de post, etc */
.postdetails		{ font-size: 10px; color: #FEFFF7; }


/* Contenido de los posts (cuerpo de texto) */
.postbody { font-size: 12px; }
a.postlink:link	{ text-decoration: none; color: #C03000 }
a.postlink:visited { text-decoration: none; color: #992600; }
a.postlink:hover { text-decoration: none; color: #992600}


/* Quote y Code */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #BF6225;
	background-color: #222222; border: #292929; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: "Lucida Grande", "Gill Sans", Verdana, Arial, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #222222; border: #292929; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright e informaci—n de pie */
.copyright		{ font-size: 10px; font-family: "Lucida Grande", "Gill Sans", Verdana, Arial, sans-serif; color: #444444; letter-spacing: -1px; }
a.copyright		{ color: #444444; text-decoration: none; }
a.copyright:hover { color: #FEFFF7; text-decoration: none; }


/* Formularios */
input,textarea, select {
	color: #FEFFF7;
	font: normal 11px "Lucida Grande", "Gill Sans", Verdana, Arial, sans-serif;
	border-color: #FEFFF7;
}

/* Color de fondo de los campos de texto */
input.post, textarea.post, select {
	background-color: #0A0A0A;
}

input { text-indent: 2px; }

/* Botones de bbCode */
input.button {
	background-color: #171717;
	color: #FEFFF7;
	font-size: 11px; font-family: "Lucida Grande", "Gill Sans", Verdana, Arial, sans-serif;
}

/* Bot—n de submit principal */
input.mainoption {
	background-color: #222222;
	font-weight: bold;
}

/* Bot—n de submit sin negrita */
input.liteoption {
	background-color: #222222;
	font-weight: normal;
}

/*
  L’nea en p‡gina de posting que muestra la l’nea de ayuda de rollover.
  Actualmente es un cuadro de texto pero si se configura con el mismo color que el fondo no se nota.
*/
.helpline { background-color: #101010; border-style: none; }

/* Color para las preguntas del FAQ */
.faq_question { color: #FDFFE8; }


/* Hack - Importar los estilos para IE (NS4.x no utiliza la funci—n @import) */
@import url("formIE.css");
