body {
	background-color: #D8E1E7;
	scrollbar-face-color: #9BC8BD;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #3D6D62;
	scrollbar-3dlight-color: #E2EFEC;
	scrollbar-arrow-color:  #2D5D51;
	scrollbar-track-color: #E2EFEC;
	scrollbar-darkshadow-color: #3D6D62;
}


font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
/* Estilos originales página */
td{font-family:Tahoma;font-size:11px;}
a{color:#ffffff}
a:hover{color:#6F6F6F}
.cap{font-weight:bold;text-decoration:underline;}
.menu{color:#000000;text-decoration:none;}

.forumline	{ background-color: #FFFFFF; border: 2px #3D6D62 solid; }


/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #DEE3E7; }
td.row3	{ background-color: #D1D7DC; }




td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image:  url("imagenes/cellpic1.gif");
			background-color:#b5e3ef; 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;
	font-size: 12px; 
	border-width: 1px 1px 0px 1px;
	color: #000000; 
	font-weight : bold;
}


.maintitle,h1,h2	{
			font-weight: bold; 
			font-size: 16px; 
			font-family: "Trebuchet MS", Times New Roman, Arial, Helvetica, sans-serif;
			text-shadow:Purple;
			text-decoration:inherit; 
			line-height : 120%; 
			color :#000000;
}


/* General text */
.gen { font-size : 12px; }
.gensmall { font-size : 10px; }
.gen,.gensmall { color : #000000; }
a.gen,a.gensmall { color: #3D6D62; text-decoration: none; }
a.gen: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 : #3D6D62;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #3D6D62}
a.cattitle		{ text-decoration: none; color : #3D6D62; }
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 : #3D6D62; }
a.forumlink 	{ text-decoration: none; color : #3D6D62; }
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 */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: none; color : #3D6D62; }
a.nav:hover		{ text-decoration: underline; }


/* 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 : #3D6D62; }
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 : #000000; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px;}
a.postlink:link	{ text-decoration: none; color : #3D6D62 }
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
}


/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
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;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
	font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
	background-color : #0084aa;
	font-weight : bold;
	color:#FFFFFF;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* Estilos usados en los ABM */
.menu1 {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
a.menu1:hover {
	color:#000000;
	background-color:#ffffff;
	text-decoration:none;
}
.td_encabezado {
	background-color:#000000;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	font:Verdana, Arial, Helvetica, sans-serif;
}
.td_fila1{
	background-color:#FFFFFF;
	color:#000000;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.td_fila2 {
	background-color:#CCCCCC;
	color:#000000;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.titulo3 {
	color: #000099;
	font-size: 12px;
	font-weight: bold;
}