/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/


 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	/*scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;*/
}

.tGeneralContent{
	font-size:12px;
	font-weight:bold;
}

.fContent{
	font-size:9px;
}


a.eContent, a.eContent:visited{
	text-decoration: underline;
	color:#b91414;
}

a.eContent:hover{
	text-decoration: underline;
	color:#b91414;
}

a.eGeneralContent, a.eGeneralContent:visited{
	font-size: 12px;
	font-weight:bold;
	text-decoration: underline;
	color:#8c0000;
}

a.eGeneralContent:hover{
	font-size: 11px;
	text-decoration: underline;
	color:#736c04;
}

a.eContent, a.eContent:visited{
	text-decoration: underline;
	color:#736c04;
	font-size: 9px;
}

a.eContent:hover{
	text-decoration: underline;
	color:#888888;
	font-size: 9px;
}

a.eGreen, a.eGreen:visited, a.eGreen:hover{
	text-decoration: underline;
	color:#1e6400;
	font-size: 9px;
}


/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #736c04; }
a:hover		{ text-decoration: underline; color : #888888; }
hr	{ height: 0px; border: solid #c81e1e 0px; border-top-width: 1px;}


/* This is the border line & background colour round the entire page */
.bodyline	{ /*background-color: #FFFFFF;background-image: url(images/fondo_c.gif); border: 1px #EBE19B solid;*/ }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 1px #888888 solid; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #f0f0f0;}
td.row2	{ background-color: #f0f0f0;}
td.row3	{ background-color: #f0f0f0;}


/*
  This is for the table cell above the Topics, Post & Last posts on the index.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: #c8c8c8;
		background-image: url(images/cellpic1.gif);
		background-repeat: repeat-x;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: ffffff; font-size: 11px; font-weight : bold;
	background-color: #404040; height: 25px;
	/*background-image: url(images/cellpic3.gif);*/
	background-image: url(images/titulos.gif);
	border: 1px solid #404040;
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(images/cellpic1.gif);*/
			background-color:#c8c8c8; border: #a0a0a0; 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: #404040; border-style: solid; height: 28px; }
td.row3Right,td.spaceRow {
	background-color: #f0f0f0;  border: #646400; 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; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none; line-height : 120%; color : #FFFF00;
}


/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.gen,.genmed,.gensmall { color : #666666; }
a.gen,a.genmed,a.gensmall { color: #666666; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #4b4b4b; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size : 10px; color : #2d2d2d }
a.mainmenu		{ text-decoration: none; color : #2d2d2d;  }
a.mainmenu:hover{ text-decoration: underline; color : #2d2d2d; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #4b4b4b}
a.cattitle		{ text-decoration: none; color : #4b4b4b; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #736c04; }
a.forumlink 	{ text-decoration: none; color : #000000; }
a.forumlink:hover{ text-decoration: underline; color : #888888; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: none; color : #000000; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #736c04; }
a.topictitle:link   { text-decoration: none; color : #000000; }
a.topictitle:visited { text-decoration: none; color : #000000; }
a.topictitle:hover	{ text-decoration: underline; color : #888888; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ font-size : 11px; color : #000000;}

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 10px; color : #4b4b4b; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px; color: #2d2d2d;}
a.postlink:link	{ text-decoration: underline; color : #736c04 }
a.postlink:visited { text-decoration: underline; color : #736c04; }
a.postlink:hover { text-decoration: underline; color : #8c0000}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #736c04;
	background-color: #ffffff; border: #999999; border-style: dashed;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #323232; line-height: 125%;
	background-color: #ffffff; border: #646464; border-style: solid;
	background-image: url(images/listbox_footer.gif); background-position:bottom; background-repeat: repeat-x;
	padding-bottom: 5px;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #a5a5a5; letter-spacing: -1px;}
a.copyright		{ color: #a5a5a5; text-decoration: none;}
a.copyright:hover { color: #8c0000; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	color : #2d2d2d;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border-color : #4b4b4b;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #f0f0f0;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #c8c8c8;
	color : #2d2d2d;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #c8c8c8;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #f0f0f0;
	font-weight : normal;
}

/* 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: #DEE3E7; border-style: none; }

.tSize10{
	font-size: 10px;
}

.fBold9{
	font-size: 9px;
	font-weight:bold;
}

a.eFooter, a.eFooter:visited{
	font-size: 11px;
	text-decoration: underline;
	color:#000000;
}

a.eFooter:hover{
	font-size: 11px;
	text-decoration: underline;
	color:#000000;
}

/* LIFE'S DREAM */
/* TABLAS */
.tBackground1{ background-color:#f0f0f0; }
.tBackground2{ background-color:#c8c8c8; }
.tBackground3{ background-color:#646464; }
.tShadow1Left{ background: url(images/shadow_1_left.gif) repeat-y; }
.tShadow1Right{ background: url(images/shadow_1_right.gif) repeat-y; }
.tShadow2Left{ background: url(images/shadow_2_left.gif) repeat-y; }
.tShadow2Right{ background: url(images/shadow_2_right.gif) repeat-y; }
.tShadow3Left{ background: url(images/shadow_3_left.gif) repeat-y; }
.tShadow3Right{ background: url(images/shadow_3_right.gif) repeat-y; }

.tHeader{ background:url(images/header_right.gif) no-repeat; }
.tContentSideShadow{ background:url(images/content_side_shadow.gif) repeat-x top; background-color: #c8c8c8; }
.tFooterSideShadow{ background:url(images/footer_side_shadow.gif) repeat-x top; background-color: #c8c8c8; }
.tFooterContentShadow{ background:url(images/footer_content_shadow.gif) repeat-x top; background-color:#FFFFFF; }

.tTopBarMenuBackground{
	background: url(images/top_bar_menu_bg.gif) repeat-x;
	background-color:#000000;
}

.tTopBarMenuSeparator{
	background: url(images/top_bar_menu_sep.gif) repeat-x;
	background-color:#000000;
}

.tTopBarMenuButton{
	background: url(images/top_bar_menu_btn.gif) repeat-x;
	background-color:#000000;
	font-size: 10px;
	font-weight:bold;
	color:#fff500;
}

.tMainMenuBlack{
	background: url(images/main_menu_black.gif) repeat-x;
	background-color:#000000;
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
}

.tMainMenuRed{
	background: url(images/main_menu_red.gif) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#b91414;
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
}

.tMainMenuItem{
	background: url(images/main_menu_item.gif) right no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
}

.tContent{ background-color:#FFFFFF; }

.tSubMenu{
	background:url(images/content_content_shadow.gif) repeat-x top; 
	background-color: #f0f0f0;
	font-size:11px;
	color:#000000;
	padding-top: 2px;
	padding-bottom: 1px;
}

.tFooterMenu{
	background-color: #f0f0f0;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	font-size:10px;
	color:#646464;
}

.tTopMenu{
	background:url(images/top_menu_bg.gif) no-repeat top; 
	background-color: #eeeeee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#969696;
}

.tCopyright{
	background: url(images/main_menu_red.gif) repeat-x;
	background-color:#000000;
	font-size:11px;
	color: #dddddd;
}


a.eMainMenu, a.eMainMenu:visited{
	text-decoration:none;
	color:#FFFFFF;
}

a.eMainMenu:hover{
	text-decoration:underline;
	color:#FFFFFF;
}

a.eFooterMenu, a.eFooterMenu:visited{
	text-decoration:none;
	color:#646464;
	font-size:9px;
}

a.eFooterMenu:hover{
	text-decoration:underline;
	color:#646464;
	font-size:9px;
}

a.eTopMenu, a.eTopMenu:visited{
	display:block;
	width: 120px;
	height: 15px;
	text-decoration: none;
	color:#969696;
}

a.eTopMenu:hover{
	display:block;
	width: 120px;
	height: 15px;
	text-decoration: none;
	color:#555555;
}

a.eTopBarMenu, a.eTopBarMenu:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
	color: #fff500;
}

a.eTopBarMenu:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
	color: #ffffff;
}

.tTitleLeftBlack{
	background:url(images/title_left_black.gif) repeat-x;
	background-color:#000000;
	color: #ffffff;
	font-size: 9px;
}

.tTitleMiddleRed{
	background:url(images/title_middle_red.gif) repeat-x;
	background-color:#b91414;
	font-size:9px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left: 4px;
}

.tTitleRightRed{
	background:url(images/title_right_red.gif) no-repeat;
	background-color:#b91414;
}

.tTitleFooterLeftBlack{
	background:url(images/titlefooter_left_black.gif) no-repeat;
	background-color:#000000;
}

.tTitleFooterMiddleRed{
	background:url(images/titlefooter_middle_red.gif) repeat-x;
	background-color:#b91414;
}

.tTitleFooterRightRed{
	background:url(images/titlefooter_right_red.gif) no-repeat;
	background-color:#b91414;
}

.tContentGeneralLight{
	background-color: #f0f0f0;
	font-size: 11px;
	color: #323232;
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	padding: 1px 1px 1px 1px;
}

.fField{
   font-size:10px;
   font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #888888;
   color:#000000;
   background:#FFFFFF;
   
   background-color:#FFFFFF;
   background-image:url(images/form_edit_normal.gif);
   background-position:bottom;
   background-repeat:repeat-x;
}

.fButton{
	font-size:9px;
   font-family:Arial, Helvetica, sans-serif;
   font-weight:bold;
   text-align:center;
   color:#FFFFFF;
   background:#646464;
   background-image:url(images/form_button.gif);
   background-position:center;
   background-repeat:repeat-x;
   border: 1px solid #646464;
}

.fForm{
	display:inline;
}

/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("formIE.css");
