/* Normal, standard links. */
a:link
{
	color: #F7DDAA;
	text-decoration: none;
}
a:visited
{
	color: #F7DDAA;
	text-decoration: none;
}
a:hover
{
	color: orange;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #F7DDAA;
	text-decoration: none;
}
a.nav:hover
{
	color: orange;
}

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

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
	color: #b0b0b0;
	font-size: small;
	font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
	background-color: #000;
	margin: 0px;
	padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #d0d0d0;
	font-family: verdana, sans-serif;
	background: #303035;
	border: solid 1px #707070;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
	color: #d0d0d0;
	font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
	background: #303035;
	border: solid 1px #707070;
}
input:focus, select:focus{
	background: #383000;
	border: solid 1px #DCB780;
}
input.type_file
{
	color: #000000;
	background: #ffffff;
}
/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 90%;
	font-weight: normal;
	color: #d0d0d0;
	font-family: verdana, sans-serif;
	background: #303035;
	border: solid 1px #707070;
}

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

/* No image should have a border when linked */
a img{
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #f0f0ff;
	background-color: #223;
	border: 1px solid #666;
	border-left: 4px solid #667;
	margin: 1px;
	padding: 5px;
	font-size: x-small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

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

/* 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%;
}

/* Highlighted text - such as search results. */
.highlight
{
	background-color: yellow;
	font-weight: bold;
	color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
	color: #d0d0d0;
	background-color: #2B2B30;
}
.windowbg2
{
	color: #d0d0d0;
	background-color: #323935;
}
.windowbg3
{
	color: #ffffff;
	background-color: #423935;
}
.windowbg, .windowbg2, .windowbg3{
	border-left: solid 1px #4A4A4E;
	border-top: solid 1px #6E7270;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
}
/* the today container in calendar */
.calendar_today
{
	background-color: #403000;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
	color: #d0d0d0;
	font-style: normal;
	background-color: black;
	background-image: url(images/thin.gif);
	background-repeat: repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: #d0d0d0;
	font-style: normal;
}

.titlebg a:hover
{
	color: orange;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
	color: #aaa;
	font-style: normal;
	text-decoration: underline;
}

.titlebg2 a:hover
{
	text-decoration: underline;
}

/* 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-image: url(images/thin2.gif);
	background-color: #000;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
	background-image: url(images/thin2.gif);
	background-color: #000000;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
	background-repeat: repeat-x;
}
.catbg, .catbg2
{
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
	font-size: 95%;
	color: #aaa;
	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;
}
.catbg3{
	border-bottom: solid 2px #456E62;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
}

/* This is used on tables that should just have a border around them. */
.tborder
{
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
	font-size: 12px;
	font-family: verdana, sans-serif;
}
.middletext
{
	font-size: 90%;
}
.normaltext
{
	font-size: small;
}
.largetext
{
	font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error{
color: red;
}


/* 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
{
	background-position: left bottom;
	color: #605020;
	text-transform: uppercase;
	vertical-align: top;

}
.maintab_back, .maintab_active_back
{
	color: white;
	text-decoration: none;
	font-size:  9px;
	vertical-align: top;
	padding: 3px 6px 10px 6px;
	font-family: tahoma, sans-serif;
}

.maintab_first
{
	background-image: url(images/maintab_first.gif);
	background-repeat: repeat-x;
	width: 10px;
}
.maintab_back
{
	background-image: url(images/maintab_back.gif);
	background-repeat: repeat-x;
}
.maintab_last
{
	background-image: url(images/maintab_last.gif);
	background-repeat: no-repeat;
	width: 8px;
}
.maintab_active_first
{
	background-image: url(images/maintab_active_first.gif);
	background-repeat: no-repeat;
	width: 6px;
}
.maintab_active_back
{
	background-image: url(images/maintab_active_back.gif);
	background-repeat: repeat-x;
}
.maintab_active_last
{
	background-image: url(images/maintab_active_last.gif);
	background-repeat: repeat-x;
	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: #E7CD9A;
	text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
	color: white;
	text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
	background-position: left top;
	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-image: url(images/mirrortab_first.gif);
	background-repeat: no-repeat;
	width: 10px;
}
.mirrortab_back
{
	background-image: url(images/mirrortab_back.gif);
	background-repeat: repeat-x;
}
.mirrortab_last
{
	background-image: url(images/mirrortab_last.gif);
	background-repeat: no-repeat;
	width: 6px;
}
.mirrortab_active_first
{
	background-image: url(images/mirrortab_active_first.gif);
	background-repeat: no-repeat;
	width: 6px;
}
.mirrortab_active_back
{
	background-image: url(images/mirrortab_active_back.gif);
	background-repeat: repeat-x;
}
.mirrortab_active_last
{
	background-image: url(images/mirrortab_active_last.gif);
	background-repeat: 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;
}

/* alienation theme */
.forumname{
	padding: 8px 0 0 3ex;
	font-size: x-large;
	font-family: arial, sans-serif;
}

/* definitions for the main tab, active means the tab reflects which page is displayed */
.amaintab_first, .amaintab_back, .amaintab_last, .amaintab_active_first, .amaintab_active_back, .amaintab_active_last
{
	text-transform: uppercase;
	vertical-align: top;
}
.amaintab_back, .amaintab_active_back
{
	text-decoration: none;
	font-size:  10px;
	font-family: trebuchet, sans-serif;
	white-space: nowrap;
}

.amaintab_first
{
	background: url(images/amaintab_first.jpg) no-repeat;
	width: 40px;
}
.amaintab_back
{
	background: url(images/amaintab_back.jpg) repeat-x;

}
.amaintab_last
{
	background: url(images/amaintab_last.jpg) no-repeat;
}
.amaintab_active_first
{
}
.amaintab_active_back
{
	background: url(images/amaintab_back2.jpg) repeat-x;
	font-weight: bold;
}
.amaintab_active_last
{
}

/* how links behave in main tab. */
.amaintab_back a:link , .amaintab_back a:visited, .amaintab_active_back a:link , .amaintab_active_back a:visited
{
	padding: 15px 8px 15px 8px;
	color: white;
	text-decoration: none;
	display: block;
}

.amaintab_back a:hover
{
	padding: 15px 8px 15px 8px;
	background: url(images/amaintab_back2.jpg) repeat-x;
	color: white;
	display: block;
}
.amaintab_active_back a:hover
{
	padding: 15px 8px 15px 8px;
	background: url(images/amaintab_active_back.jpg) repeat-x;
	display: block;
}
.myborder{
	background: url(images/menuback.jpg) repeat-x;
	border-top: solid 1px #456E42;
	padding-top: 4px;
}
.myborder2{
	background: url(images/menuback2.gif) repeat-x;
}

.leftbox{
	border-top: solid 1px #404040;
	padding: 4px 1.5ex 1.5ex 1ex;
    width: 150px;
}
#footerarea{
}

/* The AJAX notifier */
#ajax_in_progress
{
	background: black;
	border: solid 1px grey;
	color: red;
	text-align: center;
	position: absolute;
	font-weight: bold;
	font-size: 14pt;
	padding: 3px;
	width: 40%;
	top: 0;
	left: 30%;
	margin-top: 10%;
}
html>body #ajax_in_progress
{
	position: fixed;
}
.bdivide{
	background: url(images/catbglong.jpg) -50px -15px no-repeat;
	height: 20px;
}


/*****************
** YSHOUT START **
*****************/
#yshout {
	font-size: 14px;
	overflow: hidden;
    text-align: left;
}
#yshout #yshout-toollinks { /* tool links (History, Commands, etc.) */
}
#yshout #shouts { /* main shouts area */
}
#yshout .shout { /* one shout */
	margin: 0 0 0; /* Top Bottom Linespacing */
	line-height: 1;
}
#yshout .shout-timestamp {
	font-style: normal;
	font-weight: normal;
}
#yshout .shout-adminlinks { /* del and ban buttons */
	font-size: 14px;
	color: #141414;
}
#yshout #shout-form {
	margin: 0;
	padding: 0;
}
#yshout #shout-form fieldset {
	border: none;
}
#yshout #forum-name {
	color: #666666;
	width: 70px;
	margin-right: 5px;
}
#yshout #shout-text {
	width: 310px;
	margin-right: 5px;
}
#yshout #shout-button {
	width: 55px;
}
#yshout .shout-invalid { /* invalid shout (shout textbox) */
	background: #FFFDD1;
}
/*****************
**  YSHOUT END  **
*****************/



/*Cosas del Snoopy*/

div.big_menu_container{
    margin: 10px 3ex 0 0;
    /*border: 1px solid #ff0000;*/
}

div.big_menu{
	font-size: x-large;
	font-family: arial, sans-serif;
    margin: 0 auto;
    width: 700px;
    height: 60px;
    /*border: 1px solid #00ff00;*/
}

div.subir{
	font-size: x-large;
	font-family: arial, sans-serif;
    margin: 0 auto;
    width: 260px;
    height: 60px;
    /*border: 1px solid #00ff00;*/
}

.offline {
	color: #b0b0b0;
	font-weight: normal;
}

.online {
	color: #ffffff;
	font-weight: bold;
}

#upshrinkHeader {
    width: 150px;
}

div.barra_gris {
    background: url(images/thin2.gif) repeat-x;
    height: 16px;
}

div.barra_oscura {
    background: url(images/thin.gif) repeat-x;
    height: 16px;
}

div.titulo_pagina {
	background: url(images/menuback.gif) repeat-x;
	border-top: solid 1px #456E42;
	padding-top: 4px;
    color: #F7DDAA;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    text-indent: 15px;
    height: 26px;
}

div.titulo_celda {
	background: transparent;
	border: none;
	padding-top: 4px;
    color: #F7DDAA;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    height: 26px;
}

p.tabulado {
    text-align: justify;
    text-indent: 15px;
    margin: 5px 0 10px 0;
}

.texto_verde {
	padding: 0 0 0 50px;
    color: #00ff00;
    text-align: left;
}


/* Used for templates in tipster popup tooltips. */
.tipBorde {
   background: #eada78;
}
.tipClass_top {
  text-decoration: none;
  font-weight: bold;
  font-size: 17px;
  line-height: 30px;
  color: #B9E9A4;
  background: #077922;
  border-top: 4px solid #66D580;
  border-right: 4px solid #66D580;
  border-bottom: 4px solid #174c24;
  border-left: 4px solid #174c24;
  padding: 0px 10px 10px 10px;
}
.tipClass {
  text-decoration: none;
  font-weight: normal;
  font-family: 'Times New Roman',Verdana,Helvetica,Arial,sans-serif;
  font-size: 18px;
  color: #05568E;
  line-height: 22px;
  background: #2cd053;
  border-top: 4px solid #B2E79F;
  border-right: 4px solid #B2E79F;
  border-bottom: 4px solid #174c24;
  border-left: 4px solid #174c24;
}
/* End tipster popup tooltips. */


div.texto_ghost {
  font-weight: bold;
  font-size: 14px;
}

div.left_titulo {
  font-weight: bold;
  font-size: 14px;
  color: green;
  text-align: center;
  margin: 5px auto 15px auto;
  padding: 5px auto;
}

.cancion {
  font-weight: bold;
  font-size: 16px;
  color: #577D25;
  text-align: center;
  margin: 5px auto;
  padding: 5px auto;
}

/********************************/
/***                          ***/
/***      navegador admin     ***/
/***                          ***/
/********************************/
div#navegador {
  margin: 0 0 0 0;
  border-top: 1px solid #e9d387;/**/
  padding: 0;
  text-align: center;
}
table.navCont {
  margin: 0 auto;
  padding: 0;
}
td.navDiv {
  /*float: left;*/
  height: 30px;
  margin: 0;
  padding: 0;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #e9d387;
  border-left: 2px solid #e9d387;
}
td.navEnd {
  width: 2px;
  height: 30px;
  /*float: left;*/
  background: #e9d387;
}

a.navlink, input.snp_button {
  vertical-align: middle;
  margin: 0;
  padding: 0 15px;
  display: block;
  line-height: 30px;
  color: #cff;
  font-weight: bold;
  text-decoration: none;
  background: #09f;
}
a.navlink:hover {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  background: #99ccff;
}
a.admin_active {
  vertical-align: middle;
  margin: 0;
  padding: 0 15px;
  display: block;
  line-height: 30px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  background: #639113;
}
a.admin_active:hover {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  background: #99ccff;
}
div.boton_solo {
  margin: 15px 0 15px 0;
  /*border-top: 1px solid #e9d387;*/
  padding: 0;
  text-align: center;
}
td.subirDiv {
  /*float: left;*/
  height: 30px;
  margin: 0;
  padding: 0;
  border-top: 2px solid #e9d387;
  border-right: 2px solid #e9d387;
  border-bottom: 2px solid #e9d387;
  border-left: 2px solid #e9d387;
}
td.guardando {
  color: #000;
  background: #ffffff;
  border: 2px solid #eada78;
}
/***       End/navegador admin       ***/

table.snp_form
{
	border: 1px solid #F7DDAA;
    margin: 5px auto;
}

table.snp_form td
{
	border: 1px solid #F7DDAA;
}

table.snp_form th
{
	border: 1px solid #F7DDAA;
    color: #fff;
    background: #639113;
    font-weight: bold;
    font-size: 16px;
}

table.snp_form label
{
	color: #F7DDAA;
	font-weight: bold;
    line-height: 20px;
}

.importante {
  color : #FFC956;
  background: transparent;
}

div.module_menu h3, div#leftcolumn div.module h3, div#leftcolumn table.moduletable th {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
    line-height: 22px;
	font-weight: bold;
    text-align: center;
	color: #7EF76E;
    background: url(images/nav_tit.png);
	margin: 0;
	padding: 0;
    height: 28px;
    width: 131px;
}

div.module_menu, div#leftcolumn div.module {
	background: transparent;
	margin: 0;
	padding: 0;
	margin-bottom: 0;
}

div.module_menu div div div, div#leftcolumn div.module div div div {
	background: none;
	padding: 0;
}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
display: block;
color: #FFCC33;
font-weight: bold;
background-image: url(images/nav_idle.png);
background-repeat: no-repeat;
width: 131px;
height: 31px;
text-indent: 35px;
text-decoration: none;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
line-height: 26px;
margin: 0;
padding: 0;
text-align: left;
vertical-align: top;
}

a.mainlevel:hover {
text-indent: 37px;
line-height: 28px;
font-size: 12px;
color: #ffff00;
background-image: url(images/nav_over.png);
}

div.module_menu div div div a#active_menu {
font-size: 12px;
  color: #ffff00;
  background-image: url(images/nav_active.png);
}

div.module_menu div div div a#active_menu:hover {
text-indent: 37px;
line-height: 28px;
font-size: 12px;
color: #ffff00;
background-image: url(images/nav_over.png);
}

asublevel:link, a.sublevel:visited {
font-size: 12px;
display: block;
color: #FFCC33;
font-weight: bold;
background-image: url(images/nav_subidle.png);
background-repeat: no-repeat;
width: 131px;
height: 31px;
text-indent: 50px;
text-decoration: none;
font-family: Verdana, Arial, sans-serif;
line-height: 26px;
margin: 0;
padding: 0;
text-align: left;
vertical-align: top;
}

a.sublevel:hover {
text-indent: 52px;
line-height: 28px;
font-size: 12px;
color: #ffff00;
background-image: url(images/nav_subover.png);
}

div.module_menu div div div div a#active_menu {
font-size: 12px;
  color: #ffff00;
  background-image: url(images/nav_subactive.png);
}

div.module_menu div div div div a#active_menu:hover {
text-indent: 52px;
line-height: 28px;
font-size: 12px;
color: #ffff00;
background-image: url(images/nav_subover.png);
}

td.nav_1 {
  /*background: url(images/nav_1.png) top left no-repeat;*/
  background: transparent;
  width: 9px;
  height: 27px;
}

td.nav_2 {
  /*background: url(images/nav_2.png) top left no-repeat;*/
  background: transparent;
  width: 131px;
  height: 27px;
}

td.nav_3 {
  /*background: url(images/nav_3.png) top left no-repeat;*/
  background: transparent;
  width: 10px;
  height: 27px;
}

td.nav_4 {
  /*background: url(images/nav_4.png) top left repeat-y;*/
  background: transparent;
  width: 9px;
  height: 100%;
}

td.nav_6 {
  /*background: url(images/nav_6.png) top left repeat-y;*/
  background: transparent;
  width: 10px;
  height: 100%;
}

td.nav_7 {
  /*background: url(images/nav_7.png) top left no-repeat;*/
  background: transparent;
  width: 9px;
  height: 28px;
}

td.nav_8 {
  /*background: url(images/nav_8.png) top left no-repeat;*/
  background: transparent;
  width: 131px;
  height: 28px;
}

td.nav_9 {
  /*background: url(images/nav_9.png) top left no-repeat;*/
  background: transparent;
  width: 10px;
  height: 28px;
}


/*********************
  Enlaces Recíprocos  
       Marquee        
*********************/
span.marquee_seperator {
	align: center;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 10px;
    background: url(images/divider2.gif) 0 0 repeat-x;
}


#marqueecontainer{
  position: relative;
  width: 154px; /*marquee width */
  height: 300px; /*marquee height */
  overflow: hidden;
  padding: 0px;
  background: transparent;
  border: none;
  /*border: 1px solid #008c42;
  background: #0099FF;
  border: 2px solid #F5CF46;*/
}

#vmarquee img {
  /*margin: 10px 8px 0px 8px;
  border: 2px solid #00ff00;*/
  border: 2px solid #456E42;
}

div#scrolldown, div#scrollup, div#scrolldown2, div#scrollup2 {
  text-align: center;
  margin: 10px auto;
}

div#scrolldown a, div#scrollup a, div#scrolldown2 a, div#scrollup2 a {
  text-align: center;
  margin: 0;
  padding: 0;
  background: transparent;
  color: #008000;
  text-decoration: none;
  font-weight: bold;
}

div#scrolldown a:hover, div#scrollup a:hover, div#scrolldown2 a:hover, div#scrollup2 a:hover {
  text-align: center;
  margin: 0;
  padding: 0;
  background: transparent;
  color: #008000;
  text-decoration: none;
  font-weight: bold;
}

div#colaMarquee {
  width: 150px;
  height: 468px;
  overflow: hidden;
  padding: 0px;
  background: transparent;
  border: none;
}
/*********************
         FIN          
  Enlaces Recíprocos  
       Marquee        
*********************/

.descripcion {
	margin: 10px 50px 0 50px;
    color: #00ff00;
    text-align: center;
}

.stats
{
  /*color: #F7DDAA;*/
  color: green;
  font-family: Arial,'Times New Roman',Verdana,Helvetica,sans-serif;
  text-align: center;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  background: #000;
}

.stats_border
{
  border: 2px solid #0068B4;
}

.stats_number
{
  background: #000;
  color: #fff;
  padding: 1px 4px;
  font-size: 14px;
  font-weight: bold;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}

div.menu_sep_1 {
  width: 150px;
  height: 10px;
}

/* contador */
div.user10 {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 20000;
  width: 174px;
  border: 2px solid #F7DDAA;
  color: #F7DDAA;
  background: #806848;
}
div.user10 table.moduletable {
  padding: 0px 0px 0px 0px;
  margin-bottom: 0px;
  width : 174px;
  /*border: 2px solid #e0d8d0;*/
  background-color : #806848;
}
div.user10 table.moduletable th {
  font-size : 14px;
  width : 174px;
  font-weight : bold;
  margin : 0;
  padding : 0px 0px 2px 0px;
  margin-bottom : 5px;
  color : #e0d8d0;
  border-bottom : 2px solid #F7DDAA;
  background : #000;
}
div.user10 table.moduletable td {
  font-size : 12px;
  width : 100%;
  font-weight : bold;
  padding : 5px 2px 5px 2px;
  color : #e0d8d0;
  text-align : center;
}
div#countnumbers {
  width: 165px;
  height: 21px;
  overflow: hidden;
  text-align: center;
  margin:0;
  padding:0;
}
div#countletras {
  width: 165px;
  overflow: hidden;
  text-align: center;
  font-family : verdana, 'Trebuchet MS', sans-serif;
  font-size: 11px;
  line-height: 11px;
  height: 11px;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  /*border: 2px solid #ECBF8A;*/
}
span.number, span.divider {
  font-family : verdana, 'Trebuchet MS', sans-serif;
  font-size : 17px;
  line-height: 20px;
  color: #ECBF8A;
  font-style: italic;
}
span.divider {
  width: 5px;
}