@charset "utf-8";

table{
	width:100%;
}
table, th, td {
	border: 1px solid #B5B5B5;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;
}

caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}

td, th {
	padding: 4px;
}

thead{
	background-image:url(../imagenes/mnu_header2.png);
	background-color:#0565AF;
}
thead th {
	text-align: center;
	height:44px;
	font-size: 100% !important;
	color:#FFF;
}

tbody th {
	font-weight: bold;
}

tbody tr { background: #FCFDFE; }

tbody tr.odd { background: #DDECFF/*#F7F9FC*/; }

table a:link {
	color: #718ABE;
	text-decoration: none;
}

table a:visited {
	color: #718ABE;
	text-decoration: none;
}

table a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}

tfoot th, tfoot td {
	font-size: 85%;
}

.btnadd {
	width:125px;
	height:37px;
	line-height:37px;		
	border:none;
	background:url(../imagenes/btn_frm_black.png) no-repeat 0 0;
	color:#fff;
	cursor:pointer;
	text-align:center;
}
/* para tablas de ingreso de datos*/
id-form td	{
	padding: 0 0 10px 0;
	}
#id-form td.noheight	{
	padding: 0 0 0px 0;
	}
#id-form th	{
	line-height: 28px;
	min-width: 130px;
	padding: 0 0 10px 0;
	text-align: left;
	width: 130px;
	}		