/* Tabelas */

/* Estilo tabelas */
TABLE {
	margin: 0 auto;
	/*text-align: left;*/
	font-size: 11px;
	
}
TH, CAPTION {
	font-size: 11px;
	color: #623100;
	/*padding: 2px;*/
}
TH {
	background: #DCC59A; 
	text-align: center;
	/*font-size: 12px;*/
}
TH A {
	color: #2c3c5d;
	text-decoration: none;
}
TR {
	background: #F8F4E9;
	padding: 3px 3px;
}
TD {
	/*border-left: none !important;*/
	color: #333333;
	border: none;
	/*padding: 5px 3px 15px 3px;*/
}
TD.comentarios {
	padding: 5px 3px 15px 3px;
}
TD A {
	color: #9B7320;
	text-decoration: none;
}
TD A:hover {
	text-decoration: underline;
}
TD.first {
	border: none;
	/*border-left: none !important;*/
}


TD P.comentarios_footer {
	font-size: 10px;
	margin-top: 10px;
	/*border-top: 1px dotter #333333;*/
	text-align: right;
	/*background: green !important;*/
}

TD IMG.comentarios_avatar {
	margin: 5px 0 5px 22px;
	/*border: 2px solid #88621C;*/
}
