.popuptext{color:white;}
/*Menu*/
#kbmenu3 a {
color:black;
background-color:white;
text-decoration:none;
text-indent:1ex;
}
#kbmenu3 a:hover {
color:black;background-color:#FFFF99;
}
#kbmenu3 a:active	{color:black;text-decoration:none;}
#kbmenu3 a:visited	{color:black;text-decoration:none;}


#kbmenu3 {
top:150px;
position:fixed;
overflow:visible;
z-index:100;
left:0;
}
#kbmenu3 div {
border-width:0px; 
border-style:none;
position:absolute;
color:black;
background-color:transparent;
}
#kbmenu3 table {
border:1px solid black; 
font-family:verdana, sans-serif; 
font-size:80%;
border-collapse:collapse;
background-color:black;
width:21.484em;
}
#kbmenu3 td {
border-bottom:1px solid black;
border-left:1px solid black;
height:1.25em;
padding:0;
margin:0;
text-align:left;
}
#kbmenu3 #kbmenu3bar {
width:1.719em;
background-color:#444444;
color:white;
font-weight:bold;
text-align:center;
border-width:0;
cursor:default;
}
#kbmenu3 .heading { 
height:1.719em;
color:white;
font-weight:bold;
text-indent:1ex;
background-color:#444444;
width:19.453em; 
vertical-align:middle;
text-align:left;
border-left-color:#444444;
border-left-style:solid;
}
#kbmenu3 #kbmenu3lastrow {
border-bottom-width:0;
margin:0 0 1px 1px;
}
#kbmenu3 a {
width:100%;
height:100%;
display:block;
padding-top:0em;
}


/*Menu Scroll*/
/*#menuScrollable {
position: fixed;

width: 350px;
height: 159px;
margin-left: -325px;
font-size:12px
}
#menuScrollable ul {
    list-style: none;
    margin: 0px 0 0 110px;
    position: absolute;
    font-weight:bold;
}
    #menuScrollable ul li a {
        padding:5px 5px 5px 25px;
        display:block;
        border:1px solid #999;
        background-color:#222;
        border-left:8px solid #999;
        text-decoration:none;
        color:#ccc;
    }
    #menuScrollable ul li a:hover {
        color:#fff;
        background-color:#333333;
        border-color:#09f;
    }

#menuScrollable img {
border: 0;
}

#etiquetaMenu {
margin: 0px 0 0 0px;
font-size:12px;
font-weight:bold;
float:right;
}*/

.navieras{padding:5px 5px 5px 0px;border: none;}

/*carrousel*/
#carousel
{
	width: 700px;
	height: 150px;
         margin-top:10px;
}
#carousel a
{
	position: absolute;
	width: 110px;
}

#ImageBoxOverlay
{
	background-color: #000;
	z-index: 1000;
}
#ImageBoxOuterContainer{
	z-index: 1000;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaption{
color: #000;
margin-left:10px;

}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
	background-image: url(images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage
{
	background-image: url(images/imagebox/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover
{
	background-image: url(images/imagebox/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover
{
	background-image: url(images/imagebox/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
}

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

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

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}
#legend{background-color: #bed2f7;}

/* By default (td, body..) use verdana in black. */
/*body, */td, th , tr
{
	color: #FEFEFE;
	font-family:verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
        font-size:10pt;
}

/* The main body of the entire forum. */
body
{
	background: #191919 url(./images/bg.png) repeat-x top left;
	margin: 0px;/*
        height:100%; overflow-y:auto;*/
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	color: #ffffff;
	background: black;
	font-family: verdana, sans-serif;
	border: solid 1px #666;
}
input, button
{
	font-size: 90%;
}

textarea
{
	font-size: 100%;
}

/* 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: 90%;
	font-weight: normal;
	color: #fff;
	background: #000;
	font-family: verdana, sans-serif;
	border: solid 1px #666;
}

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

/* No image should have a border when linked */
a img
{
	border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #D7DAEC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	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: #5e5e5e;
	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: #FFF;
	background-color:#4A4A4A;
}
.windowbg2{
	color: #D3D3D3;
	background-color: #373737;
        
}

.smallfont{font-size:11px;}

.windowbg2 a{color:#8F8F8F;text-decoration: underline;}

.windowbg2 a:hover{color:#FFFFFF;}


.windowbg3
{
	color: #FFF;
	background-color: #202020;
}
/* the today container in calendar */
.calendar_today
{
	color: cornflowerblue;
	text-align: center;
	font-weight: 700;
	font-style: italic;
	border-left: 3px solid #5e5e5e;
	background: #191919;
}

/* 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: white;
	font-style: normal;
	background: url(images/titlebg.gif) repeat-x;
	border-top: solid 1px #202020;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold;
	color: white;
	font-style: normal;
}

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

.titlebg2 a:hover
{
	color: #5e5e5e;
	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: url(images/catbg.gif) #303031 repeat-x;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #000;
}
.catbg2 , tr.catbg2 td
{
	background: url(images/catbg.gif) #303031 repeat-x;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #000;
}
.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: #ccc;
}
/* 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: x-small;
	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,
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
	color: #ccc;
	vertical-align: top;
}
.maintab_back, .maintab_active_back,
.mirrortab_back, .mirrortab_active_back {
	color: #ccc;
	text-decoration: none;
	font-size:  9px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 10px 5px 10px;
}
.maintab_first,.mirrortab_first {
	display: none;
}
.maintab_back,.mirrortab_back {
	background: #2a2a2a;
	color: #ccc;
}
.maintab_last,.mirrortab_last {
	display: none;
}
.maintab_active_first, .mirrortab_active_first {
	display: none;
}
.maintab_active_back, .mirrortab_active_back {
	background: #383838;
}
.maintab_active_last, .mirrortab_active_last {
	display: none;
}

/* how links behave in main tab. */
.maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited,
.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
	color: #bfbfbf;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.maintab_back a:hover, .maintab_active_back a:hover,
.mirrortab_back a:hover, .mirrortab_active_back a:hover {
	color: #ffffff;
	text-decoration: none;
}
/* The AJAX notifier */
#ajax_in_progress
{
	background: #000 url(images/ajaxloading.gif) no-repeat 10%;
	color: #ffffff;
	text-align: left;
	font-size: 20px;
	font-family: "Trebuchet MS", sans-serif;
	padding: 10px;
	padding-left: 65px;
	position: absolute;
	left: -150px;
	width: 29px;
	height: 29px;
	border: 1px solid cornflowerblue;

}
#ajax_center
{
	top: 45%;
	width: 105px;
	position: absolute;
	left: 50%;
}
.inputs {
	background: #383838 url(images/bg_input.gif) repeat-x;
	border: 1px solid #000;
	padding: 2px;
	color: #FEFEFE;
}
.button1 {
	width:67px;
	height:22px;
	color:#EEE;
	font-family: verdana,sans-serif;
	text-align: center;
	background: url(images/button1.gif) no-repeat;
	font-size: 8pt;
}
.nav_first
{
	background: no-repeat;
	width: 6px;
}
.nav_back
{
	background: repeat-x;
}
.nav_last
{
	background: no-repeat;
	width: 8px;
}
.nav_active_first
{
	background: no-repeat;
	width: 6px;
}
.nav_active_back
{
	background: repeat-x;
}
.nav_active_last
{
	background: no-repeat;
	width: 8px;
}
.nav_first, .nav_back, .nav_last, .nav_active_first, .nav_active_back, .nav_active_last
{
	color: white;
	text-transform: capitalize;
	vertical-align: top;
}
.nav_back, .nav_active_back
{
	color: #5e5e5e;
	text-decoration: none;
	font-size:  11pt;
	vertical-align: top;
	padding: 4px 2px 4px 2px;
	font-family: tahoma, sans-serif;
}
.nav_back a:link , .nav_back a:visited, .nav_active_back a:link , .nav_active_back a:visited
{
	color: white;
	text-decoration: none;
}

.nav_back a:hover, .nav_active_back a:hover
{
	color: #5e5e5e;
	text-decoration: none;
}
.normal
{
  background: #1c1c1c;
  border: 2px solid #0C0C0C;
  padding: 2px;
}
.topper
{
  background-image:url(images/bg_top.png);
  height: 200px;
}
.copy
{
  background: #141414 url(./images/titlebg.gif) repeat-x bottom left;
  border-top: 1px solid #282828;
  margin-top: 6px;
}
.logo {
	 display: block;/*
	 background: url(./images/logo.gif) no-repeat;*/
         background: url("./images/logo.png");
         width: 750px;
	 height: 73px;
         margin-bottom:25px;
}


