/* Normal, standard links. */
a:link {
	text-decoration: none;
	color: #42514e;
}

a:visited {
	text-decoration: none;
	color: #42514e;
}

a:hover {
	color:#669999;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	text-decoration: none;
	color: #42514e;
}
a.nav:hover
{
	color:#669999;
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
		  empty-cells: show;
}

/* By default (td, body..) use Tahoma in black. */
body, td, th
{
		  color: #000000;
		  font-size: small;
		  font-family: Georgia, "Times New Roman", Times, serif;
}

/* The main body of the entire forum. */
body
{
		background-color: #c6ded9;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		  margin: 0px;
		  padding: 0px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	border-style: solid;
	border: 1px;
	border-color: #CCCCCC;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
		  font-size: 8pt;
		  font-weight: normal;
		  color: #000000;
		  font-family: Tahoma, arial, helvetica, serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
		  height: 1px;
		  border: 0;
		  color: #336666;
		  background-color: #336666;
}

.quote
{
		  border-left: solid 1px #e0e0e0;
		  border-bottom: solid 1px #e0e0e0;
		  color: #804000;
		  font-size: x-small;
		  font-family: Tahoma, Arial, Helvetica, sans-serif;
		  padding: 1ex 1ex 1ex 2ex;
		  margin: 5px 2px 2px 5px;
}

/* A code block - maybe even PHP ;). */
.code
{
		  color: #000000;
		  background-color: #cccccc;
		  border: 1px solid #000000;
		  padding: 1px;
		  font-family: "courier new", helvetica, "times new roman", serif;
		  font-size: x-small;
		  width: 99%;
		  margin: 1px 5px 1px 5px;
		  white-space: nowrap;
		  overflow: auto;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
		  color: #000000;
		  text-decoration: none;
		  font-style: normal;
		  font-weight: bold;
		  font-size: x-small;
		  font-family: Tahoma, Arial, Helvetica, sans-serif;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
		  cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
		  color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
		  width: 96%;
}

/* Highlighted text - such as search results ;). */
.highlight
{
		  background-color: yellow;
		  font-weight: bold;
		  color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
		  color: #000000;
}
.windowbg2
{
		  color: #000000;
}


/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited
{
					 font-weight: bold;
		  font-style: normal;
}
.titlebg a:hover, .titlebg2 a:hover
{
		  color: #c00000;
}

/* This is used for categories, page indexes, and several other areas in the forum. */

/* This is used for a category that has new posts in it... to make it light up. */

.catbg, .catbg2, .catbg3
{
		  font-weight: bold;
		  color: #000000;
}

/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
		  background-color: transparent;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
		  background-color: transparent;
		  padding: 2px;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
		  font-size: x-small;
		  font-family: Georgia, "Times New Roman", Times, serif;
		  font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.searchbox
{
			background-color: #b5cdc8;
}
.pmbox
{
		  padding: 10px;
		  background-color: #b0c8c2;
		  color: #000000;
}
.greyheader
{
		  color: #000000;
}
.smalltexttop
{
		  padding-left: 10px;
		  padding-right: 62px;
		  color: #ffffff;
		  background-color: #86b6a6;
		  font-size: 11px;
		  font-family: Tahoma, Arial, Serif;
		  background-image: url(images/simplebackgreen.jpg);
		  background-repeat: repeat-y;
		  background-position: top right;


}
.smalltext2
{
		  font-size: small;
		  font-family: Georgia, "Times New Roman", Times, serif;
}
.normaltext
{
		  font-size: small;
}
.largetext
{
		  font-size: large;
}
#leftbar
{
		  background-color: #b5cdc8;
		border-color: #336666;
		border-width: 1px;
		border-style: solid;

}
#rightbar
{
	background-color: #b5cdc8;
	border-color: #336666;
	border-width: 1px;
	border-style: solid;
}
#forum_name
{
		  text-transform: capitalize;
		  font-family: Georgia, "Times New Roman", Times, serif;
		  font-size: 40px;
		  letter-spacing: -1px;
}

#smf_name
{
		  padding-left: 20px;
		  position: relative;
		  top: -4px;
		  text-transform: capitalize;
		  font-family: arial, sans-serif;
		  font-size: 18px;
		  letter-spacing:-1px;
}

.header1
{
		 font-size: 18px;
		 letter-spacing:-1px;
		 color: #000000;
		 font-weight: bold;
		 margin-right: 6px
}
.header2
{
		 font-family: Georgia, "Times New Roman", Times, serif;
		 font-size: 18px;
		 letter-spacing:-1px;
		 color: #000000;
		 font-weight: bold;
}
/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}
/* No image should have a border when linked */
a img{
	border: 0;
}
#menu {
	width: 100%;
	height: 37px;
	background-image: url(menu_linea.gif);
	background-repeat: repeat-x;
}
#contenedor {
	width: 100%;
}

#cuerpo_cabecera {
	background-color: #AACCBB;
}

#cuerpo_principal {
	padding: 15px;
	background-color: #CCDFDC;
}

#cuerpo_pie {
	padding: 10px;
	background-color: #AACCBB;
	border-top: 2px solid #336666;
}
.columnaizquierda {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #336666;
}
.txt_pie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.txt_pie a, .txt_pie a:visited {
	color: #000000;
}

.txt_pie a:hover {
	color: #000000;
	text-decoration: underline;
}
.txt_titular1 {
	font-size: 24px;
	font-weight: bold;
}

.txt_titular2, .txt_letrasindice {
	font-size: 20px;
}
.txt_titular2 a, .txt_titular2 a:hover {
	color: #000000;
	text-decoration: none;
}
.copyright {
	font-size: 0px;
	color: #b5cdc8;
}