/*
  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: #484848;
	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;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
}

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


/* This is the border line & background colour round the entire page */
.bodyline	
{ 
	background-color: #FFFFFF;
	border: 1px #98AAB1 solid; 
	width: 97%; 
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

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

.index_text_div 
{ 
	background-color: #EFEFEF; 
	text-align: justify;  
	padding: 5px 10px 5px 10px; 
	font-size: 0.9em; 
	text-align: justify; 
	margin-top: 1px;
}

.compass
{ 
	background-color: #EFEFEF; 
	text-align: justify;  
	padding: 5px 10px 5px 10px; 
	font-size: 0.9em; 
	text-align: justify; 
	margin-top: 1px;
	padding: 5px 10px 5px 10px;
	line-height: 20px;
	height: 20px;
}

.sub_compass
{ 
	background-color: #EFEFEF; 
	text-align: justify;  
	padding: 5px 10px 5px 10px; 
	font-size: 0.9em; 
	text-align: justify; 
	margin-top: 1px;
	margin-bottom: 0px;
	height: 34px;
	
}

.grey_box
{ 
	background-color: #EFEFEF; 
	padding: 5px 10px 5px 10px; 
	font-size: 0.9em; 
	text-align: center; 
	margin-top: 1px;
	margin-bottom: 0px;
	line-height: 20px;
	
}

.big_grey_box
{ 
	background-color: #EFEFEF; 
	text-align: justify;  
	padding: 5px 10px 5px 10px; 
	font-size: 0.9em; 
	margin-top: 1px;
	margin-bottom: 0px;
	line-height: 20px;
	
}


.sub_compass_box
{
	float: left;
	margin-left: 15px;
}

.button_bar
{
	margint-top: 1px;
	margin-bottom: 1px;
	height: 25px;
}

.first_topic
{
	background: #e7cdb9 url(images/top_left.png) no-repeat top left;
	margin-top: 3px;
}

.first_topic_bottom
{
	background: #e7cdb9 url(images/down_left.png) no-repeat bottom left;
	height: 6px;
}

.top_right
{
	float: right;
	background: #e7cdb9 url(images/top_right.png) no-repeat bottom left;
	height: 6px;
	width: 11px;
}

.bottom_right
{
	float: right;
	background: #e7cdb9 url(images/down_right.png) no-repeat bottom left;
	height: 6px;
	width: 11px;
}	

.first_topic_author
{
	float: left; 
	width: 140px;
	padding: 5px 5px 5px 5px;
}
.first_topic_text
{
	margin-left: 140px;
	padding: 5px 5px 5px 5px;

}
	

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }
td.row1_sons 
{
	background: #EFEFEF url(images/square.gif) no-repeat;
	padding-left: 50px; 
}


/* MODIFICADO 27/03/2007 */
.row2 .gensmall a { text-decoration: underline; } 
.row2 .gensmall a:hover { text-decoration: underline; } 
.postdetails a { text-decoration: underline; } 
.postdetails a:hover { text-decoration: underline; } 
.name a { text-decoration: underline; }
.name a:hover { text-decoration: underline; }
.nav a { text-decoration: underline; }
.nav a:hover { text-decoration: underline; }
/*
  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: #e3bba1;
	/* background-image: url(images/cellpic2.jpg); */
	background-repeat: repeat-y;
	}

/* Header cells - the blue and silver gradient backgrounds */
th	
	{
	color: #000000; 
	font-size: 0.6em; 
	font-weight : bold;
	background-color: #e3bba1; 
	height: 25px;
	/*background-image: url(images/cellpic3.gif);*/
	}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom 
	{
	/*background-image: url(images/cellpic1.gif);*/
	background-color:#e3bba1; 
	border: #FFFFFF; 
	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, .forumHead 
	{
	font-weight: bold; 
	border: #FFFFFF; 
	border-style: solid; 
	height: 28px; 
	background: #ffffff url(images/orange_bg.jpg) repeat-x;
	}

th.thLeft_blue,th.thRight_blue
	{
	font-weight: bold; 
	border: #FFFFFF; 
	border-style: solid; 
	height: 28px; 
	background: #ffffff url(images/barra-azul.png) repeat-x;
	border-width: 0px 1px 0px 0px; 
	}



td.row3Right,td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead { font-size: 0.7em; 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; background: #ffffff url(images/orange_bg.jpg) repeat-x;}
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: 1.4em;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; 
	line-height : 120%; 
	color : #83a25f;
	}


/* General text */
.gen { font-size : 0.7em; }
.genmed { font-size : 0.65em; }
.gensmall { font-size : 0.65em; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }

.genmed a {text-decoration: underline; }

/* The register, login, search etc links at the top of the page */
.mainmenu	
	{ 
	font-size : 0.8em; 
	color : #aca1cc;
	font-weight: bold; 
	}
a.mainmenu
	{ 
	text-decoration: none; 
	color : #aca1cc; 
	}
a.mainmenu:hover
	{ 
	text-decoration: none; 
	color : #83a25f; 
	}


/* Forum category titles */
.cattitle	
	{ 
	font-weight: bold; 
	font-size : 0.7em; 
	letter-spacing: 1px; 
	color : #000000;
	}
a.cattitle		
	{
 	text-decoration: none; 
	color : #0000000; 
	}
a.cattitle:hover
	{ 
	text-decoration: none;
	color : #949494; 
	}


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		
	{ 
	font-weight: bold; 
	font-size: 0.8em; 
	color : #000000; 
	}
a.forumlink 	
	{ 
	text-decoration: none; 
	color : #000000; 
	}
a.forumlink:hover
	{ 
	text-decoration: none; 
	color : #949494; 
	}

.forumlink_index		
	{ 
	font-weight: bold; 
	font-size: 0.8em; 
	color : #000000; 
	}
h2.forumlink_index
{
	margin-bottom: 5px;
	margin-top: 3px;
	line-height: 15px;
}

a.forumlink_index	
	{ 
	text-decoration: none; 
	color : #000000; 
	}
a.forumlink_index
	{ 
	text-decoration: none; 
	color : #949494; 
	}


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


/* titles for the topics: could specify viewed link colour too */
.topictitle	
	{ 
	font-weight: bold; 
	font-size: 0.8em; 
	color : #000000; 
	}
a.topictitle
	{ 
	text-decoration: none; 
	color : #000000; 
	}
a.topictitle:hover	
	{ 
	text-decoration: none; 
	color : #949494; 
	}

/* titles for the topics: could specify viewed link colour too */
.topictitle_top	
	{ 
	font-weight: bold; 
	width: 50%;
	float: left;
	font-size: 0.6em; 
	color : #000000; 
	}
a.topictitle
	{ 
	text-decoration: none; 
	color : #000000; 
	}
a.topictitle:hover	
	{ 
	text-decoration: none; 
	color : #949494; 
	}


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

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 0.6em; color : #000000; }


/* The content of the posts (body of text) */
.postbody { font-size : 0.7em;}
a.postlink:link	{ text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 0.6em; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	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: 0.6em; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; 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: 0.8em; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: 0px;}
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


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

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
	border: 1px solid #000000;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 0.6em; font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	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; }


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


/* ------------------------ MIS CLASES ----------------------------- */
.body_top_green_l
{
	background: url(images/top_left_bg.jpg) no-repeat top center;
	height: 20px;
	width: 8px;
	float: left;
}

.body_top_green_c
{
	background: url(images/top_bg.jpg) repeat-x top center;
	height: 20px;
}

.body_top_green_r
{
	background: url(images/top_right_bg.jpg) no-repeat top center;
	height: 20px;
	width: 8px;
	float: right;
}

.forum_top_l
{
	background: url(images/top_forum_left_bg.jpg) no-repeat;
	height: 6px;
	width: 6px;
	float: left;
}

.forum_top_c
{
	background: url(images/top_forum_bg.jpg) repeat-x;
	height: 6px;
	width: 100%;
}

.forum_top_r
{
	background: url(images/top_forum_right_bg.jpg) no-repeat;
	height: 6px;
	width: 6px;
	float: right;
}

.header_logo
{
	float: left;
}

.header_central
{
	float: left;
	width: 65%;
	text-align: center;
}

.header_login
{
	float: right;
	text-align: right;
}


.buttonmenu
{
	border: 1px solid #d1d7dc;
}

a.buttonmenu
{
	border: 1px solid #d1d7dc;
	font-size: 0.65em;
	padding : 3px 6px 3px 6px;
	background-color : #e6e6e6;
}

.overall
{
	width: 272px;
	border: 1px solid #729749; 
	padding: 5px 5px 5px 5px;
	background-color: #bfd49c;
}

.overall_in
{
	width: 310px;
	border: 1px solid #729749; 
	
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;
}

a.overall_link
{
	text-decoration: underline;
}

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


.login_bar
{
	border-top: 2px solid #efad71;
	border-bottom: 2px solid #efad71;
	height: 20px;
	line-height: 20px;
	text-align: center;
	
}

.login_box
{
	background: url(images/login_bg.jpg) repeat-x;	
}

.buttonloginbox
{
	border: 1px solid #b5c9a2;
	background-color: #ffffff;
}

.bg_topic_up
{
	height: 7px;
	background: #ffffff url(images/bg_topic_up.png) no-repeat top left;
}
.bg_topic_down
{
	height: 7px;
	background: #ffffff url(images/bg_topic_down.png) no-repeat top left;
}

.hrtopic	{ height: 0px; border: solid #ceb7a5 0px; border-top-width: 1px;}

.button_green
{
	background: #ffffff url(images/verde.png) no-repeat;
	width: 110px;
	height: 21px;
	border: 0px solid transparent;
	font-size: 11px;
}

.button_red
{
	background: #ffffff url(images/rojo.png) no-repeat;
	width: 110px;
	height: 21px;
	border: 0px solid transparent;
	font-size: 11px;
}

.button_beige
{
	background: #ffffff url(images/beige.png) no-repeat;
	width: 110px;
	height: 21px;
	border: 0px solid transparent;	
	font-size: 11px;
}

.button_beige2
{
	background: #EFEFEF url(images/beige2.png) no-repeat;
	width: 110px;
	height: 21px;
	border: 0px solid transparent;	
	font-size: 11px;
}

.button_beige3
{
	background: #ffffff url(images/beige3.png) no-repeat;
	width: 110px;
	height: 21px;
	border: 0px solid transparent;	
	font-size: 11px;
}

.button_beige_large
{
	background: #EFEFEF url(images/beige_large.png) no-repeat;
	width: 170px;
	height: 21px;
	border: 0px solid transparent;	
	font-size: 11px;
}

.button_beige_extra_large
{
	background: #EFEFEF url(images/beige_extra_large.png) no-repeat;
	width: 240px;
	height: 21px;
	border: 0px solid transparent;	
	font-size: 11px;
}

.button_beige_large2
{
	background: #EFEFEF url(images/beige_large2.png) no-repeat;
	width: 200px;
	height: 21px;
	border: 0px solid transparent;	
	font-size: 11px;
}



.button_beige_small
{
	background: #EFEFEF url(images/beige_small.png) no-repeat;
	width: 40px;
	height: 21px;
	border: 0px solid transparent;	
	font-size: 11px;
}

.td_green
{
	background: #cde9b9 url(images/mas.png) no-repeat top right;
}

.td_red 
{
	background: #f2bfbf url(images/menos.png) no-repeat top right;
}

.foot_advise
{
	text-align: center;
	align: center;
	margin: auto;
	padding: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #b7b7b7;
	width: 100%;
}

a.foot_advise 
{
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: white;
}

a.foot_advise:hover {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: white;
}

.feed_box
{
	text-align: right;
	clear: both;
}
.pagination
{
	font-weight: bold; 
	height: 28px; 
	background: #ffffff url(images/orange_bg.jpg) repeat-x;
	line-height: 28px;
	text-align: center;
	margin-top: 1px;
	
}

