/* Normal, standard links. */
a:link, a:visited
{
	color: #4c8549;
	background-color: transparent;
	text-decoration: none;
}
a:hover
{
	color: #213020;
	background-color: transparent;
	text-decoration: none;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;font-weight: normal;
	background-color: transparent;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: normal;
	color: #266023;
	background-color: transparent;
	text-decoration: none;
}
.arriba {background: #F4F4F6; width 250px; height: 50px;}

/* Tables should show empty cells too. */
table
{
	empty-cells: show;
}
.usuar {font-size:11px; border: 1px solid #9AC0B5; padding:5px; width: 350px; background:#EAF9E9;}

/* By default (td, body..) use Verdana in black. */
body
{ 
	color: #000000; background: url(http://www.fqdeluruguay.org/wp-content/themes/fqdeluruguay/images/bg.jpg) repeat-x #FFFFFF;
	font-size: small;
	font-family: verdana, arial, helvetica, sans-serif;
}

td
{ 
	color: #000000;
	font-size: small;
	font-family: verdana, arial, helvetica, sans-serif;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
	font-size: 9pt;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #eaf3e9;
}

/* Checkboxes shouldn't have a background color. */
input.check
{
	background-color: transparent;
}

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

/* Standard horizontal rule.. */
hr
{
	color: #1c391b;
	background-color: transparent;
}
/* A more colorful hr.. */
.hrcolor
{
	height: 1px;
	border: 0;
	color: #1c391b;
	background-color: #1c391b;
}

/* A quote, perhaps from another post. */
.quote
{
	color: #000000;
	background-color: #d0f9ce;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

/* A code block - maybe even PHP ;). */
.code
{
	color: #000000;
	background-color: #d0f9ce;
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
}

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

/* Generally, those [?] icons. */
.help
{
	cursor: help;
	background-color: transparent;
}

/* /me uses this a lot. */
.meaction
{
	color: red;
	background-color: transparent;
}

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

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

/* Alternating backgrounds... */
.windowbg
{
	color: #000000;
	background-color: #e0f1df;
}
.windowbg2
{
	color: #000000;
	background-color: #eaf9e9;
}

/* Titles - such as table headers. */
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
	font-weight: bold; font-size:12px;
	font-style: normal;
	color: #ffffff;
	background-color:#3CAA79;
}
.titlebg a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

/* The category headers, page indexes, and such things. */
.catbg
{
	font-weight: bold;
	background-color: #E0F1DF;
	color:#2D6D2A;
}

/* The borders around things. */
.bordercolor
{
	background-color: #1d3a1c;
}
.tborder
{
	border: 1px solid #E1E1E1;
}


/* Default font sizes. */
.smalltext
{
	font-size: x-small;
}
.normaltext
{
	font-size: small;
}

.normaltexto {font-size:18px; height:28px;padding-top:4px; width: 550px; margin:0 auto;}
.normaltexto a {font-size:18px; font-weight:bold;}
.noverde {width: 200px; float: left;}
.noverde2 {width: 200px; float: right;}
.verde { width: 136px; float: left;background: url(http://www.fqdeluruguay.org/wp-content/themes/fqdeluruguay/images/bg.jpg);border: 1px solid #398535;font-size:16px;}
.verde a {color:#FFFFFF;}


.largetext
{
	font-size: large;
}
