




/*
     FILE ARCHIVED ON 9:49:38 jul 1, 2011 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:21:37 mar 11, 2014.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/* Normal, standard links. */
a:link
{
   color: #C0B76F;
   text-decoration: underline;
}
a:visited
{
   color: #C0B76F;
   text-decoration: underline;
}

a:hover
{
	color: #dfd269;
}

a:link img
  {
  border:0px solid transparent;
  }

a:visited img
  {
  border:0px solid transparent;
  }
  
a:hover img
  {
  border:0px solid transparent;
  }

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
   color: #C0B76F;
   text-decoration: none;
}
a.nav:hover
{
   font-weight: bold;
   color: #C0B76F;
   text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
   empty-cells: show;
}


/* COLOR DEL TEXTO DE LOS MENSAJES     By default (td, body..) use Tahoma in black. */
body, td
{
   color: #ffffff;
   font-size: small;
   font-family: Tahoma, arial, helvetica, serif;
}

/* COLOR DEL FONDO DE LA PAGINA  The main body of the entire forum. */
body
{
   background-image: url(http://www.scenespain.net/foro/Themes/default/images/portal/fondo.gif);
   background-color: #6b2709;
   background-position: center;
//   background-position: 0% 100%;
   background-repeat: repeat-y;
   width: 1005px;
   margin: 0 auto;
/*    margin: 1 auto; con esto la web se ve toda a la izquierda en lugar de el medio*/
   padding: 0;
//   border: 5px solid #4a0903;
	border-top: 0px solid #ff9999;
    border-right: 1px solid #4a0903;
    border-bottom: 0px dashed #9999ff;
    border-left: 1px solid #4a0903;
  
}


.wrapper {
   width: 960px;
   margin: 0 auto;
   padding: 0;
}

/* FONDO DE LOS INICIOS DE LAS TABLAS This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
	background: url(catbg.jpg) #88A6C0 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background: url(catbg2.jpg) #A1BFD9 repeat-x;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	border-bottom: solid 1px #375576;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
	color: white;
	text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
	color: #e0e0ff;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
   font-size: 9pt;
   color: #000000;
   font-family: Tahoma, arial, helvetica, serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
   font-size: 8pt;
   font-weight: normal;
   color: #000000;
   font-family: Tahoma, arial, helvetica, serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
   height: 1px;
   border: 1;
   color: #666666;
   background-color: #666666;
}

/* FONDO DE LAS CITAS DEL FORO             A quote, perhaps from another post. */
.quote
{
   color: #C0B76F;
   background-color: #5B5B5B;
   border: 5px;
   margin: 5px;
   padding: 5px;
   font-size: 8pt;
}

/* A code block - maybe even PHP ;). */
.code
{
   color: #000000;
   background-color: #cccccc;
   border: 1px solid #000000;
   padding: 1px;
   font-family: "courier new", helvetica, "times new roman", serif;
   font-size: x-small;
   width: 99%;
   margin: 1px auto 1px auto;
   white-space: nowrap;
   overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
   color: #000000;
   text-decoration: none;
   font-style: normal;
   font-weight: bold;
   font-size: x-small;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
   cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
   color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
   width: 96%;
}

/* COLORES EN LAS BUSQUEDAS  Highlighted text - such as search results ;). */
.highlight
{
   background-color: #580b03;
   font-weight: bold;
   color: #ffffff;
}

/* FONDO DE LAS TABLAS DEL FORO Y TEXTO DE LAS CELDAS             Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body
{
   color: #ffffff;
   background-color: #313132;
}
.windowbg2
{
   color: #ffffff;
   background-color: #313132;
}
.windowbg3
{
	color: ##ffffff;
	background-color: #313132;
}
/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
}

/* ENCABEZADO DE LOS BLOQUES PRINCIPALES             These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
   background-image: url(men.jpg);
   color: #AEA86A;
   font-style: normal;
   background-color: #AEA668;
}
.titlebg a:hover
{
   color: #242418;
}




/* COLOR DE LOS BORDES DE LAS TABLASDEL FORO This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
   background-color: #828181;
}

/* COLOR DE LOS BORDES DE LAS TABLAS DEL FORO                      This is used on tables that should just have a border around them. */
.tborder
{
   border: 1px solid #828181;
   background-color: transparent;
   padding: 0px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
   font-size: x-small;
   font-family: Tahoma, arial, helvetica, serif;
}
.normaltext
{
   font-size: small;
}
.largetext
{
   font-size: large;
}

/* FONDO DE INFORMACION DE USUARIO        This is the white header area where the title, menu bars, and header boxes are. */
#headerarea
{
   background-color: #313132;
   border-bottom: 1px solid gray;
}
/* FONDO DE LA PAGINA INTERIOR                              This is the main area of the forum, the part that's gray. */
#bodyarea
{
   background-image: url(fondo_interior.gif);
   background-color: #1e0000;
   background-repeat:repeat-y;
//   background-position: 100% 100%
}
/* And this is the bottom, where the copyright is, etc. */
#footerarea
{
   color: black;
   background-image: url(men.jpg);
   background-color: white;
   border-top: 1px solid gray;
}

/* ENCABEZADO DE LA VENTANA DE INFORMACION DE USUARIO                       This is for the special header boxes on the top (user info, key stats, news box.) */
.headertitles
{
   background-color: #AEA668;
   border: 1px solid #6B8EAE;
}
.headerbodies
{
   border: 1px solid #7A7777;
   background-color: #313132;
   background-repeat: repeat-x;
   background-position: bottom;
}



/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background: url(mirrortab_first.gif) no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background: url(mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
	background: url(mirrortab_last.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background: url(mirrortab_active_first.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background: url(mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
	background: url(mirrortab_active_last.gif) no-repeat;
	width: 8px;
}

/* IMAGENES DE LOS LINK SUPERIORES ADMIN AYUDA ETC....definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 2px 6px 6px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background: url(maintab_first.gif) left bottom no-repeat;
	width: 10px;
}
.maintab_back
{
	background: url(/web/20110701094938/http://www.scenespain.net/foro/Themes/default/images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
	background: url(/web/20110701094938/http://www.scenespain.net/foro/Themes/default/images/maintab_last.gif) left bottom no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background: url(/web/20110701094938/http://www.scenespain.net/foro/Themes/default/images/maintab_active_first.gif) left bottom no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background: url(/web/20110701094938/http://www.scenespain.net/foro/Themes/default/images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
	background: url(/web/20110701094938/http://www.scenespain.net/foro/Themes/default/images/maintab_active_last.gif) left bottom no-repeat;
	width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	color: white;
	text-transform: uppercase;
	vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
	color: white;
	text-decoration: none;
	font-size: 9px;
	vertical-align: bottom;
	padding: 6px 6px 2px 6px;
	font-family: tahoma, sans-serif;
}

.mirrortab_first
{
	background: url(/web/20110701094938/http://www.scenespain.net/foro/Themes/default/images/mirrortab_first.gif) no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background: url(/web/20110701094938/http://www.scenespain.net/foro/Themes/default/images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
	background: url(/web/20110701094938/http://www.scenespain.net/foro/Themes/default/images/mirrortab_last.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background: url(/web/20110701094938/http://www.scenespain.net/foro/Themes/default/images/mirrortab_active_first.gif) no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background: url(/web/20110701094938/http://www.scenespain.net/foro/Themes/default/images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
	background: url(/web/20110701094938/http://www.scenespain.net/foro/Themes/default/images/mirrortab_active_last.gif) no-repeat;
	width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
	color: #e0e0ff;
	text-decoration: none;
}


/* Box BBCode */
.box_bbcode { margin: 10px 50px 10px 50px; border: 1px solid #ADADAD; }
.box_bbcode legend {color: #476C8E }



/*	 seccion para el logo */
.portal_logo
{
    border: 0px solid #ffffff;
	background: url(fondo_logo.gif);
	background-color: #1e0000;
    background-repeat: no-repeat;
    background-position: top right;
//	background-position: 0% 0%;
	border-bottom: 0px solid gray;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}

/* seccion de noticas de la portada */
.barra_noticias
{
    border: 0px solid #ffffff;
	font-size: 120%;
//	background: url(titulo_noticias.gif);
	background-color: #313132;
//    background-repeat: no-repeat;
	background-position: top;
//	background-position: 0% 100%;
//	border-bottom: 0px solid gray;
//	color: #ffffff;
//	padding-left: 1px;
//	padding-right: 1px;
}

.barra_noticias a:link, .barra_noticias a:visited
{
	font-size: 110%;
	color: #C0B76F;
}

.barra_noticias a:hover
{
	color: #dfd269;
}

/* Clases para los bloques del portal*/

.titulo_blanco
{
    border: 0px solid #ffffff;
	background: url(titulo_blanco.gif) no-repeat;
	background-color: transparent;
//  background-repeat: repeat-x;
//    background-position: bottom;
	background-position: 0% 0%;
	border-bottom: 0px solid gray;
	color: #ea6669;
	padding-left: 10px;
	padding-right: 10px;
}

.cuerpo_blanco
{
//  border: 0px solid #ffffff;
//	background: url(cuerpo_blanco.gif) no-repeat;
	background-color: #fcfcf5;
//    background-repeat: repeat-x;
    background-position: bottom;
//	background-position: 0% 0%;
	border-bottom: 0px solid gray;
}

.cuerpo_blanco a:link, .cuerpo_blanco a:visited
{
	color: #000000;
}

.cuerpo_blanco a:hover
{
	color: #ea6669;
}

.titulo_negro
{
   border: 0px solid #ffffff;
	background: url(titulo_negro.gif) no-repeat;
	background-color: transparent;
//    background-repeat: repeat-x;
//    background-position: bottom;
	background-position: 0% 0%;
	border-bottom: 0px solid gray;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}

.cuerpo_negro a:hover, .cuerpo_negro a:link, .cuerpo_negro a:visited
{
	color: #C0B76F;
}

.cuerpo_negro
{
	background: url(/web/20110701094938/http://www.scenespain.net/foro/Themes/default/images/portal/cuerpo_negro.gif) no-repeat;
	background-color: #232323;
//    background-repeat: repeat-x;
    border: 0px solid #ffffff;
	border-bottom: 0px solid gray;
	color: #e1e1e1;
	background-position: bottom left;
}

.titulo_negro_2
{
   border: 0px solid #ffffff;
	background: url(/web/20110701094938/http://www.scenespain.net/foro/Themes/default/images/portal/titulo_negro.gif) no-repeat;
	background-color: transparent;
//    background-repeat: repeat-x;
//    background-position: bottom;
	background-position: 0% 0%;
	border-bottom: 0px solid gray;
	color: #c62c2c;
	padding-left: 10px;
	padding-right: 10px;
}

.cuerpo_negro_2
{
	background: url(/web/20110701094938/http://www.scenespain.net/foro/Themes/default/images/portal/cuerpo_negro.gif) no-repeat;
	background-color: #232323;
 //   background-repeat: repeat-x;
	background-position: bottom left;
    border: 0px solid #ffffff;
	border-bottom: 0px solid gray;
	color: #ffffff;

}

.cuerpo_negro_2 a:link, .cuerpo_negro_2 a:visited
{
	color: #ffffff;
}

.cuerpo_negro_2 a:hover
{
	color: #C0B76F;
}


/* Estas clases son para bloques html*/

.titulo_hilos
{
	background: url(/web/20110701094938/http://www.scenespain.net/foro/Themes/default/images/portal/titulo_hilos.gif) no-repeat;
	background-color: transparent;
	color: #ffffff;
	border-bottom: 0px solid gray;
	text-transform: uppercase; 
	text-align: center;
}

.cuerpo_hilos
{
	background: url(/web/20110701094938/http://www.scenespain.net/foro/Themes/default/images/portal/cuerpo_hilos.gif) no-repeat;
	background-color: transparent;
	border-bottom: 0px;
	color: #ffffff;
//	line-height: 103%;
// PARA MAYUSCULAS	text-transform: uppercase; 
	background-position: center;
	
}

.cuerpo_hilos a:link, .cuerpo_hilos a:visited
{
	color: #C0B76F;
	text-decoration: none;
	font-size: 110%;
}

.cuerpo_hilos a:hover
{
	color: #dfd269;
	text-decoration: underline;
}


// esto es para poder quitar el copirigth al foro
.tabla_copy 
{
	background-color: #000000;
	font-size: x-small;
	color: #ffffff;

}

.tabla_copy a:hover, .tabla_copy a:link, .tabla_copy a:visited
{
	font-size: 0%;
	color: transparent;
}

/* exterior seccion noticias                     This is used on tables that should just have a border around them. */
.tborder_noticias
{
    border: 0px solid #828181;
    padding: 5px;
    background: url(/web/20110701094938/http://www.scenespain.net/foro/Themes/default/images/portal/fondo_noticias.gif);
	background-position: top;
	background-repeat: no-repeat;
//  background-color: #000000;

}

/* interior noticias             Alternating backgrounds for posts, and several other sections of the forum. */
.interior_noticias
{
    color: #ffffff;
	background-color: #313132;

}

.ultimos_post
{
	background: url(/web/20110701094938/http://www.scenespain.net/foro/Themes/default/images/portal/fondo_noticias.gif) no-repeat;
	background-color: transparent;
 //   background-repeat: repeat-x;
	background-position: top;
    border: 0px solid #ffffff;
	border-bottom: 0px solid gray;
	color: #ffffff;
	    padding: 15px;
}

.ultimos_post a:link, .ultimos_post a:visited
{
	color: #ffffff;
	text-decoration: none;
	font-size: 120%;
}

.ultimos_post a:hover
{
	color: #dfd269;
	text-decoration: underline;
}



// fin

// Esto es para como se vera el spoiler
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 
{
	background-color: #cececc;
	color: #3e3e33;
	font: 0.9em sans-serif;
}

div.spoilerbody 
{
	color: #ffffff;
	border: 1px dotted gray;
	padding: 1em;
	margin: 1em;
}

fieldset.spoiler div.spoilerbody 
{
	border: 0px;
	padding: 0em;
}

/* Table Plus BBCodes */
.table_bbc	{ border-spacing: 1px; background: #ffffff }
.table_bbc td	{ padding: 5px; background: #1e1e24 }

