table.forogen {
	width: 100%;
	margin: 5px 0px 20px;
	border-collapse: collapse;
	clear: both;
}

table.forogen th {
	text-align: left;
	background: url('/img/login/foro_head.gif') repeat-x;
	height: 18px;
	line-height: 18px;
	color: #fff;
	color: #fff;
	border: 0;
	padding-bottom: 0;
	border-bottom: 2px solid #000;

	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;

}


table.forogen th.first {
	background: url('/img/login/foro_head_first.gif') no-repeat;
}

table.forogen th.last {
	background: url('/img/login/foro_head_last.gif') 100% 0px no-repeat;
}


table.forogen th.bottom {
	text-align: left;
	background: url('/img/login/foro_bottom.gif') repeat-x;
	height: 18px;
	line-height: 18px;
	color: #fff;
	font-size: 14px;
	color: #fff;
	border-bottom: none;
	border-top: 2px solid #000;
}


table.forogen th.bottom_first {
	background: url('/img/login/foro_bottom_first.gif') no-repeat;
	border-bottom: none;
	border-top: 2px solid #000;
}

table.forogen th.bottom_last {
	background: url('/img/login/foro_bottom_last.gif') 100% 0px no-repeat;
	border-bottom: none;
	border-top: 2px solid #000;
}

table.forogen td {
	vertical-align: top;
	padding: 4px;
	background: #666;

	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;

	color: #fff;
	border-bottom: 1px solid #000;
}

table.forogen a
{
	color: #ee9;
}

table.forogen a:hover
{
	outline:none;
	color: #ee3;
}

table.forogen tr.tipo2 td
{
	background: #888;
}

table.forogen td.num {
	text-align: center;
}

div.quote
{
	background: #000;
	border: 1px solid #fd0a0a;
	padding: 4px;
	margin: 0px 0px 4px;
	color: #eee;
}

div.quote_old 
{
	background: #333;
	border: 1px solid #933;
	padding: 4px;
	margin: 0px 0px 4px;
	color: #666;
}

div.quote_old div.quote
{
	background: #333;
	border: 1px solid #933;
	color: #666;
}


#contenidoforo
{
	/*margin: 20px 22px;*/
}

.botonp {
	display: block;
	width: 121px;
	height: 18px;
	background: url('/img/as/botonp.png');
	text-align: center;
	text-transform: uppercase;
	float: left;
	margin-left: 20px;
	margin-top: 5px;
	color: #fff;
	cursor: pointer;
	line-height: 18px;
}

table.forogen a.botonp
{
	color: #fff;
}

#botones .botonp {
	float: right;
}

.botonp:hover {
	background: url('/img/as/botonpo.png') no-repeat;
	color: #fff;
}
.foromens .botonp {
	float: right;
}

textarea 
{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: 100%;
	padding: 0px;
}


span.naranja
{
	color: #fa0;
}