/*---------- ELEMENTS ----------*/
BODY {
    /*border-style: solid;*/
    }

input, textarea, select  {
    font-size: 11px; 
	font-family: trebuchet ms, verdana, arial, helvetica, news gothic mt, sans-serif;
	color: #666666;
    }

input.checkbox {
	height: 11px;
	width: 11px;
	font-family: trebuchet ms, verdana, arial, helvetica, news gothic mt, sans-serif;
	font-size: 8px;
	color: #000000;
}
tr {
	width: 100%;
	margin: 0px;
	padding: 3px;
}
td  {
    font-size: 10pt;
    font-family: trebuchet ms, verdana, arial, helvetica, news gothic mt, sans-serif;
    color: #333333;
	padding: 0px;
   }
   
td.linea  {
    font-size: 10pt;
    font-family: trebuchet ms, verdana, arial, helvetica, news gothic mt, sans-serif;
    color: #333333;
	padding: 0px;
}
/* Botones */
.botonForm {    
	BORDER-RIGHT: #99C494 2px solid; 
	BORDER-TOP: #99C494 2px solid; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	BORDER-LEFT: #99C494 2px solid; COLOR: #cc6666; 
	BORDER-BOTTOM: #99C494 2px solid; 
	FONT-FAMILY: trebuchet ms, verdana, arial, helvetica, news gothic mt, sans-serif; 
	BACKGROUND-COLOR: #ffffff; 
	TEXT-DECORATION: none
} 
.botonForm:hover { 
	BORDER-RIGHT: #99C494 2px outset; 
	BORDER-TOP: #99C494 2px outset; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	BORDER-LEFT: #99C494 2px outset; 
	COLOR: #cc0000; 
	BORDER-BOTTOM: #99C494 2px outset; 
	FONT-FAMILY: trebuchet ms, verdana, arial, helvetica, news gothic mt, sans-serif; 
	BACKGROUND-COLOR: #ffffff; 
	TEXT-DECORATION: none
} 
/* Textos */
.foro_titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4C8E3E;
	font-weight: bold;
	text-decoration: none;
}
.foro_subtitulo {
	font-family: trebuchet ms, verdana, arial, helvetica, news gothic mt, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.foro_texto {
	font-family: trebuchet ms, verdana, arial, helvetica, news gothic mt, sans-serif;
	font-size: 11px;
	color: #000000
}
.foro_texto_resaltado {
	font-family: trebuchet ms, verdana, arial, helvetica, news gothic mt, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.foro_texto_peq {
	text-decoration: none;
	font-size: 10px;
	font-family: trebuchet ms, verdana, arial, helvetica, news gothic mt, sans-serif;
	color: #000000;
}		

/* Listado de elementos* */
.tabla_foro {
	background-color: #FFFFFF;
	border: 1px solid #99C494;
	padding: 2px;
	width :100%;
}
.tabla_foro_lista {
	/*width :100%;*/
	background-color:#FFFFFF;
	padding: 2px;
}
tr.FilaTit{
	background-color: #A7D1A9;
}
td.CeldaTit{
	font-family: Verdana, trebuchet ms, verdana, arial, helvetica, news gothic mt, sans-serif;
	font-size: 13px;
	/*font-weight: bold;*/
	color: #000000;
	padding: 3px;
}
tr.FilaCab {
	background-color: #f3f3f3;
}
td.CeldaCab {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4C8E3E;
	font-weight: normal;
}
td.CeldaCab:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}
a.enlaceCab{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4C8E3E;
	font-weight: normal;
	text-decoration: none;
}
a.enlaceCab:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4C8E3E;
	font-weight: normal;
	text-decoration: underline;
}
tr.Fila {
	font-size: 11px;
	background-color: #f3f3f3;/*EBF3EB;*/
}
tr.Fila:hover{
	background-color: #DDEEEE;
	text-decoration: none;
}
td.Celda1 {
	font-size: 11px;
	text-decoration: none;
	background-color: #EBF3EB;
	color: #CC0000;
	padding: 3px;
}
td.Celda2 {
	font-size: 11px;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #000000;
	padding: 3px;
}
td.CeldaNormal {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	padding: 3px;
}
