#foro iframe.normasdelforo {
	border: 1px solid Gray;
}
#foro .tabs {
	border-bottom: 1px solid Black;	
}
#foro .tab_on {
	border: 1px solid Black;
	
	font-weight: bold;
	height: 18px;
	font-size: 11px;
	background-image: url(images/px_fnaranja_9x25.gif);
	background-color: #C7D0D7;
	text-indent: 4px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #FFFFFF;	
}
#foro .tab_off {
	/*border: 1px solid Black;*/
	border-top: 1px solid Black;
	border-right: 1px solid Black;	
	font-weight: bold;
	height: 18px;
	font-size: 11px;
	background-image: url(images/px_fgris_8x38.gif);
	background-color: #DDDDDD;
	text-indent: 4px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #828282;
}
#foro .tab_empty {
	/*border: 1px solid Black;*/
}

/* ---------------------------------------------------- */
/* phpbb3 */
/* Pagination
---------------------------------------- */
.pagination {
	height: 1%; /* IE tweak (holly hack) */
	width: auto;
	text-align: right;
	margin-top: 1px;
	float: right;
}

.pagination span.page-sep {
	display: none;
}

li.pagination {
	margin-top: 0;
}

.pagination strong, .pagination b {
	font-weight: normal;
}

.pagination span strong {
	padding: 0 2px;
	margin: 0 2px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #bfbfbf;
	border: 1px solid #bfbfbf;
	font-size: 0.9em;
}

/*.pagination span a, .pagination span a:link, .pagination span a:visited, .pagination span a:active {*/
.pagination span a:link, .pagination span a:visited {
	font-weight: normal;
	text-decoration: none;
	/*color: #747474;*/
	color: #0000cc;	
	margin: 0 2px;
	padding: 0 2px;
	/*background-color: #eeeeee;*/
	background-color: #F9F7F7;
	border: 1px solid #bababa;
	font-size: 0.9em;
	line-height: 1.5em;
}

.pagination span a:link, .pagination span a:visited {
	color: #0000cc;
}

.pagination span a:hover {
	border-color: #d2d2d2;
	background-color: #d2d2d2;
	color: #FFF;
	text-decoration: none;
}

.pagination img {
	vertical-align: middle;
}

/* Pagination in viewforum for multipage topics */
/*.row .pagination {
	display: block;
	float: right;
	width: auto;
	margin-top: 0;
	padding: 1px 0 1px 15px;
	font-size: 0.9em;
	background: none 0 50% no-repeat;
}

.row .pagination span a, li.pagination span a {
	background-color: #FFFFFF;
}

.row .pagination span a:hover, li.pagination span a:hover {
	background-color: #d2d2d2;
}*/

/* Fin phpbb3 */
/* ---------------------------------------------------- */

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

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
  theme administration centre. When you have finalised your style you could cut the final CSS code
  and place it in an external file, deleting this section to save bandwidth.
*/

#foro table.tamanio_1 {
	font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 7pt;
}

#foro h2 {
	font-weight: bold;
	font-size: 22px;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 120%;
	color: #000000;
	padding: 0;
	margin: .25em 0;
}

#foro A.azul:link { COLOR: #0000CC; TEXT-DECORATION: none; }
#foro A.azul:visited { COLOR: #0000CC; TEXT-DECORATION: none; }
#foro A.azul:active { COLOR: #0000CC; TEXT-DECORATION: none; }
#foro A.azul:hover { COLOR: #006666; TEXT-DECORATION: none; }

#foro A.blanco:link { COLOR: #FFFFFF; TEXT-DECORATION: none; }
#foro A.blanco:visited { COLOR: #FFFFFF; TEXT-DECORATION: none; }
#foro A.blanco:active { COLOR: #FFFFFF; TEXT-DECORATION: none; }
#foro A.blanco:hover { COLOR: #FFFFFF; TEXT-DECORATION: none; }

#foro A.white:link { COLOR: #FFFFFF; TEXT-DECORATION: underline; }
#foro A.white:visited { COLOR: #FFFFFF; TEXT-DECORATION: underline; }
#foro A.white:active { COLOR: #FFFFFF; TEXT-DECORATION: underline; }
#foro A.white:hover { COLOR: #000000; TEXT-DECORATION: underline; }

/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
	background-color: #FFFFFF;
	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;
}

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

/* This is the border line & background colour round the entire page */
#foro .bodyline	{ background-color: #FFFFFF; border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
#foro .forumline	{
	background-color: #DBDBDB; /*background-color: #FFFFFF;*/
}

/* Main table cell colours and backgrounds */
/*td.row1 { background-color: #ECECEC; padding: 4px; }
td.row2 { background-color: #DCE1E5; padding: 4px; }
td.row3 { background-color: #C0C8D0; padding: 4px; }*/
#foro td.row1 { background-color: #F9F7F7; padding: 4px; }
#foro td.row2 { background-color: #ECECEC; padding: 4px; }
#foro td.row3 { background-color: #ECECEC; padding: 4px; }


/*td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }*/

/*
  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
*/


/* Header cells - the blue and silver gradient backgrounds */
#foro th	{
	/*color: #FFA34F;*/
	color: #000000;
	font-size: 10px; font-weight : bold;
	background-color: #FFFFFF;
	 /*height: 5px;*/
	/*background-image: url(images/cellpic3.gif);*/
	background-image: url(images/px_fgris_8x38.gif);
	white-space: nowrap; padding-left: 5px; padding-right: 5px; 
}

/*td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {*/
#foro td.cat, #foro td.catHead, #foro td.catSides, #foro td.catLeft, #foro td.catRight {
			/*background-image: url(images/cellpic1.gif);*/
			background-image: url(images/px_fnaranja_9x25.gif);			
			background-color:#C7D0D7; height: 25px; text-indent: 4px; 
			margin: 0px; padding: 0px; border: 0px;
}

#foro td.catBottom {
			/*background-image: url(images/cellpic1.gif);*/
	background-image: url(images/px_fgris_8x38.gif);
	/*background-color:#C7D0D7; height: 25px; text-indent: 4px; */
	margin: 0px; padding: 0px; border: 0px;
}

/*
  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 :-)
*/
#foro td.cat, #foro td.catHead, #foro td.catBottom {
	border-width: 0px 0px 0px 0px;
}
#foro th.thHead, #foro th.thSides, #foro th.thTop, #foro th.thLeft, #foro th.thRight, #foro th.thBottom, #foro th.thCornerL, #foro th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 15px;
}

#foro td.white  {
	border: 0px none #FFFFFF;
	height: 18px;
	background-color: White;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#foro td.thHead_rojo  {
	font-weight: bold;
	border: #FFFFFF;
	border-style: solid;
	height: 18px;
	font-size: 11px;
	border-width: 1px 1px 0px 1px;
	background-image: url(images/px_fnaranja_9x25.gif);
	background-color: #C7D0D7;
	text-indent: 4px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	color: #FFFFFF;
}
#foro td.row3Right, #foro td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; border-style: solid;
}

#foro th.thHead, #foro td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
#foro th.thSides, #foro td.catSides, #foro td.spaceRow	 { border-width: 0px 1px 0px 1px; }
#foro th.thRight, #foro td.catRight, #foro td.row3Right	 { border-width: 0px 1px 0px 0px; }
#foro th.thLeft, #foro td.catLeft	  { border-width: 0px 0px 0px 1px; }
#foro th.thBottom, #foro td.catBottom  { border-width: 0px 1px 1px 1px; }
#foro th.thTop	 { border-width: 0px 0px 0px 0px; }
#foro th.thCornerL { border-width: 0px 0px 0px 0px; }
#foro th.thCornerR { border-width: 0px 0px 0px 0px; }

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

#foro .catmaintitle	{
	font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none; line-height : 120%; color: #FFFFFF;
	
	background-image: url(images/px_fnaranja_9x25.gif);			
	background-color:#C7D0D7; height: 25px; text-indent: 4px; 
	margin: 0px; padding: 0px; border: 0px;
}

/* General text */
#foro .gen { font-size : 12px; }
#foro .genmed { font-size : 11px; }
#foro .gensmall { font-size : 10px; }
#foro .gen, #foro .genmed, #foro .gensmall { color : #000000; }
#foro a.gen, #foro a.genmed, #foro a.gensmall { color: #006699; text-decoration: none; }
#foro a.gen:hover, #foro a.genmed:hover, #foro a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }

#foro .gensmall_grey {
	font-size: 10px;
	color: #808080;
}


/* Start add - Admins/mods color management MOD */
#foro .admincolor         { color: {T_FONTCOLOR5}; }
#foro .admincolor:link    { color: {T_FONTCOLOR5}; }
#foro .admincolor:active  { color: {T_FONTCOLOR5}; }
#foro .admincolor:visited { color: {T_FONTCOLOR5}; }
#foro .modcolor           { color: {T_FONTCOLOR6}; }
#foro .modcolor:link      { color: {T_FONTCOLOR6}; }
#foro .modcolor:active    { color: {T_FONTCOLOR6}; }
#foro .modcolor:visited   { color: {T_FONTCOLOR6}; }
/* End add - Admins/mods color management MOD */

/* The register, login, search etc links at the top of the page */
#foro .mainmenu		{ font-size : 11px; color : #000000; }
#foro a.mainmenu:link		{ text-decoration: none; color : #0000cc;  }
#foro a.mainmenu:visited	{ text-decoration: none; color : #0000cc;  }
#foro a.mainmenu:hover		{ text-decoration: underline; color : #DD6900; }

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

/* Forum title: Text and link to the forums used in: index.php */
#foro .forumlink		{ font-weight: bold; font-size: 12px; color : #0000cc; }
#foro a.forumlink:link 		{ text-decoration: none; color : #0000cc; }
#foro a.forumlink:visited 	{ text-decoration: none; color : #0000cc; }
#foro a.forumlink:hover		{ text-decoration: underline; color : #DD6900; }

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

/* titles for the topics: could specify viewed link colour too */
/*.topictitle,h1,h2	{ font-weight: bold; font-size: 11px; color : #000000; }*/
#foro .topictitle,  #foro h1	{ font-weight: bold; font-size: 11px; color : #000000; }
#foro a.topictitle:link   { text-decoration: none; color : #0000cc; }
#foro a.topictitle:visited { text-decoration: none; color : #666AFE; }
#foro a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }

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

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

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

/* Quote & Code blocks */
#foro .code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; 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;
}

#foro .quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; 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 */
#foro .copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
#foro a.copyright		{ color: #444444; text-decoration: none;}
#foro a.copyright:hover { color: #000000; text-decoration: underline;}

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

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

#foro input.input_plain {
	border: 0px none;
}

#foro input { text-indent : 2px; }

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

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

/* None-bold submit button */
#foro 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 ;)
*/
#foro .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");
