body {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background-image: url(images/web/fondo.gif);
	background-color: #222222;
	scrollbar-track-color: #222222;
	scrollbar-face-color: #3A4751;
	scrollbar-3dlight-color: #3A4751;
	scrollbar-highlight-color: gray;
	scrollbar-shadow-color: gray;
	scrollbar-arrow-color: #BBBBBB
}

/* General font families for common tags */
font,th,td,p { font-family: Tahoma,Helvetica,sans-serif }
a:link,a:active,a:visited { color : #eeeeee; text-decoration: none;}
a:hover		{ text-decoration: none; color : #ff0000; }

/* This is the border line & background colour round the entire page */
.bodyline	{ background-color: #223344; border: 0px #aaaaaa solid; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #223344; border: 2px #aaaaaa solid; }

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #204060; }
td.row2	{ background-color: #204060; }
td.row3	{ background-color: #204060; }

/*
  This is for the table cell above the Topics, Post & Last posts on the foro.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #223344;
		background-image: url(images/);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #000000; font-size: 12px; font-weight : bold;
	background-color: #cfcfbb; height: 25px;

}

td.cat,td.catHead,td.catLeft,td.catRight {
			background-image: url(images/);
			background-color:#3A4751; border: #204060; border-style: solid; height: 28px;
}


td.catSides,td.catBottom {
			background-image: url(images/);
			background-color:#204060; border: #204060; 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: #223344; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
	background-color: #3A4751; border: #204060; border-style: solid;
}

th.thHead,td.catHead { font-size: 13px; 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; }

/* The largest text used in the index page title and toptic title etc. */
.maintitle	{
	font-weight: bold; font-size: 18px; font-family: "Tahoma,Helvetica,sans-serif",Tahoma,Helvetica,sans-serif;
	text-decoration: none; line-height : 120%; color : #dddddd;
}

/* General text */
.gen { font-size : 13px; }
.genmed { font-size : 12px; }
.gensmall { font-size : 11px; }
.gen,.genmed,.gensmall { color : #bbbbbb; }
a.gen,a.genmed,a.gensmall { color: #eeeeee; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #ff0000; text-decoration: none; }

/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 12px; color : #dddddd }
a.mainmenu		{ text-decoration: none; color : #eeeeee;  }
a.mainmenu:hover{ text-decoration: none; color : #ff0000; }

/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 13px ; color : #eeeeee}
a.cattitle		{ text-decoration: none; color : #eeeeee; }
a.cattitle:hover{ text-decoration: none; }

/* Forum title: Text and link to the forums used in: foro.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #eeeeee; }
a.forumlink 	{ text-decoration: none; color : #eeeeee; }
a.forumlink:hover{ text-decoration: none; color : #ff0000; }

/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 12px; color : #dddddd;}
a.nav			{ text-decoration: none; color : #eeeeee; }
a.nav:hover		{ text-decoration: noine; }

/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2	{ font-weight: bold; font-size: 12px; color : #dddddd; }
a.topictitle:link   { text-decoration: none; color : #eeeeee; }
a.topictitle:visited { text-decoration: none; color : #eeeeee; }
a.topictitle:hover	{ text-decoration: none; color : #ff0000; }

/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 12px; color : #eeeeee;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 11px; color : #dddddd; }

/* The content of the posts (body of text) */
.postbody { font-size : 13px; line-height: 18px; color : #cccccc;}
a.postlink:link	{ text-decoration: none; color : #eeeeee }
a.postlink:visited { text-decoration: none; color : #eeeeee; }
a.postlink:hover { text-decoration: none; color : #ff0000}

/* Quote & Code blocks */
.code {
	font-family: Tahoma,Helvetica,sans-serif; font-size: 12px; color: #;
	background-color: #; border: #3A4751; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Tahoma,Helvetica,sans-serif; font-size: 12px; color: #; line-height: 125%;
	background-color: #; border: #3A4751; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

/* Copyright and bottom info */
.copyright		{ font-size: 11px; font-family: Tahoma,Helvetica,sans-serif; color: #; letter-spacing: -1px;}
a.copyright		{ color: #; text-decoration: none;}
a.copyright:hover { color: #ff0000; text-decoration: none;}

/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 12px Tahoma,Helvetica,sans-serif;
	border-color : #dddddd;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #ffffff;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #3A4751;
	color : #dddddd;
	font-size: 12px; font-family: Tahoma,Helvetica,sans-serif;
}

/* 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 { background-color: #204060; border-style: none; color: orange; }

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");





/*
  Cuadros izquierda (Antiguos themesidebox)
*/

table.fondoc {
		background-color: #223344; font-size:13pt;
}
td.rotulo {
		background-color:#3A4751; padding-top:0.1cm; padding-bottom:0.1cm; font-size:10pt; color:white; TEXT-DECORATION: none; FONT-WEIGHT: bolder;
}
td.fondot {
		padding-top:0cm; padding-bottom:0.03cm; font-size:13pt; text-align:right;
}
td.fondoc {
		background-color: #223344; padding-top:0.1cm; padding-bottom:0.2cm; font-size:13pt;
}
.peke { color:#EEEEEE; TEXT-DECORATION: none; font-size:7pt }
a.mainmenux	{ text-decoration: none; color : #eeeeee;}
a.mainmenux:hover{ text-decoration: none; color : #eeeeee; }

/* The submit button option ANULADOOOOOOOOOOOO
input.mainoption, input.liteoption { color : #4E64A2; font-weight : bold;}
hr	{ height: 0px; border: solid #3A4751 0px; border-top-width: 1px;}

*/

