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

/* ******************************* */
/* COLORES                         */
/* ******************************* */

.color_negro{
	color:#000000;	
}

.color_rojo{
	color:#8c0000;
}

.color_gris{
	color:#555555;	
}

.color_verde{
	color:#006600;	
}


/* 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 v3.0 */

/* Header and main menu */
div#contenedor1{
	width: 100%;
	margin: 0px 0px 0px 0px;
	background: #969696 url(images/body_bg.gif) repeat-x top;
	display: table;
}
div#cabecera{
	width: 970px;
	height:105px;
	margin: 0px auto;
	display: table;
}

div#cabecera_logo{
	width: 970px;
	height: 105px;
	float:left;
}

div#menu_principal_fondo{
	width: 970px;
	font-size: 10px;
	background: #000000 url(images/main_menu_bg.gif) no-repeat;
	height: 30px;
	color:#000000;
	margin: 0px auto;
}

div#menu_principal{
	width: 943px;
	font-size: 10px;
	height: 30px;
	color:#000000;
	margin: 0px 11px 0px 11px;
}

div#menu_principal ul{
   list-style-type:none;
   margin:0px 10px 0px 5px;
   padding:0px 0px 0px 0px;
	background: url(images/main_menu_item.gif) repeat-x;
	height:30px;
	float: left;
}

div#menu_principal li{
    margin:0px 1px 0px 0px;
	padding: 9px 0px 0px 0px;
	float: inherit;
	background: url(images/main_menu_item_normal.gif) repeat-x;
	height:30px;
}

div#menu_principal li a{
	font-family:Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration:none;
	text-transform: uppercase;
	padding: 0px 10px 0px 10px;
	font-size:11px;
	font-weight:bold;
}

div#menu_principal li a:hover{
	color: #ffffff;
	text-decoration: underline;
}

div#menu_principal ul.menu_principal_miembros{
    list-style-type:none;
    margin:0px 0px 0px 10px;
    padding:0px 0px 0px 0px;
    background: url(images/main_menu_item.gif) repeat-x;
	height:30px;
	float: right;
}

div#menu_principal li.menu_principal_miembros{
    margin:0px 0px 0px 1px;
	padding: 9px 5px 0px 10px;
	float: inherit;
	background: url(images/main_menu_item_extra.gif) repeat-x;
	height:30px;
}

div#menu_principal li.menu_principal_miembros a{
	font-family:Arial, Helvetica, sans-serif;
	color: #ffff00;
	text-decoration:none;
	text-transform: uppercase;
	padding: 0px 10px 0px 10px;
	font-size:11px;
	font-weight:bold;
}

div#menu_principal li.menu_principal_miembros a:hover{
	color: #ffff00;
	text-decoration: underline;
}

div#adorno_contenido_arriba{
	width: 100%;
	margin: 0px 0px 0px 0px;
	background: #969696 url(images/content_top_bg.gif) no-repeat center;
	display: table;
	height: 25px;
}

div#adorno_contenido_abajo{
	width: 100%;
	margin: 0px 0px 0px 0px;
	background: #969696 url(images/content_bottom_bg.jpg) no-repeat center;
	display: table;
	height: 110px;
}

/* Content */
div#contenedor2{
	width: 100%;
	margin: 0px 0px 0px 0px;
	background: #969696 url(images/content_bg.gif) repeat-y center;
	display: table;
}

div#contenido{
	width: 970px;
	margin: 0px auto;
	display: table;
}

/* Footer */
div#pie_fondo{
	width: 970px;
	font-size: 12px;
	color:#444444;
	margin: 0px auto;
}

div#pie{
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 30px;
}

div#pie p{
	margin: 0px 0px 5px 0px;
	font-family:Arial, Helvetica, sans-serif;
}

div#pie a{
	color: #000000;
	padding-left:5px;
	padding-right:5px;
}

div#pie a:hover{
	color: #333333;
}

/* Advertising */
.publicidad_top{
	width: 735px;
	background-color: #dcdcdc;
	display: table;
	margin: 0px auto;
}

.publicidad_top_txt{
	width: 728px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#646464;
	display: table;
	text-align:right;
	margin: 2px auto;
}

.publicidad_top_banner{
	width: 728px;
	height: 90px;
	display: block;
	margin: 0px auto;
	margin-bottom: 5px;
	background-color:#828282;
}

/* Foro */
.menu_foro{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 10px;
}

div#contenido_foro{
	width: 910px;
	margin: 10px auto;
}

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

