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;
}
.infoBox { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #800000; background-color: #FFE0B8; border-color: #800000; border-style: solid; border-width: 1px; }
.centro { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; background-color: #F2F5F0; border-color: #800000; border-style: solid; border-width: 1px; }
.menubox { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #800000; background-color: #FFE0B8; border-color: #800000; border-style: solid; border-width: 1px;  font-weight: bold;}
.menu { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #800000; font-weight: bold;}
a.menu{ text-decoration: none; color : #800000; font-weight: bold;}
a.menu:hover{ text-decoration: underline; color : #800000;font-weight: bold; }

.cabecera_lst { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #800000; font-weight:bold; }


.sub_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #3C4E23; font-weight: bold;}
a.sub_menu{ text-decoration: none; color : #800000; font-weight: bold;}
a.sub_menu:hover{ text-decoration: underline; color : #63813A;font-weight: bold; }

#err{ font-weight: bold; font-size: 12px ; color:#990000;}
#good{ font-weight: bold; font-size: 12px ; color:#009900;}

.titulo_lst	{ font-weight: bold; font-size: 17px; color : #000000;}

.pointer_mano{ cursor:pointer; background-color:#EEEEEE; text-decoration:underline; color:#222222;
}
.capaexten { visibility: hidden; display: none; }/*<-- esta parte no tocarla nada */


/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; }
/*a:link,a:active,a:visited { color : #006699; }
a:hover		{ text-decoration: underline; color : #DD6900; }
*/
/* 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 : #800000;
}


/* General text */
.gen { font-size : 10px;}
.genmed { font-size : 11px; }
.gensmall { font-size : 10px; }
.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; }


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


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #800000}
a.cattitle		{ text-decoration: none; color : #006699; }
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 : #006699; }
a.forumlink 	{ text-decoration: none; color : #006699; }
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 */


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


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


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
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: 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
}

.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
}


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

/* The text input fields background colour */

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

