﻿/* CSS Document */
table {
	font-size:11px;
	background: #ffffff;
	width:100%;
	border:0px;
  }
td {
	padding: 0.3em;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 8px;
}
thead {
	padding: 0.3em;
	background-color:#e5e5e5;
	
	font-size: 12px;
	color:#9B9B9B;
	font-weight:bold
}
.th2 {
	background-color:#e5e5e5;
	padding:0 0 2px 0 !important;
	font-size: 12px;
	color:#0099ff;
	font-weight:bold;
	border-color:#b9e3f3;
  }
th{padding:10px 5px 5px 10px;}
td{padding:5px 5px 5px 10px;}
.derecha{ text-align:right; padding-right:4px;}