@charset "utf-8";
/* CSS Document */
#mytable {
	width: 95%;
	padding: 0;
	margin: 0;
}

#mytable caption {
	padding: 0 0 5px 0;
	width: 95%;	 
	font: italic 9px  Arial, Helvetica, sans-serif;
	text-align: right;
}

#mytable th {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #257831;
	border-left: 1px solid #C2C2C2;
	border-right: 1px solid #A6A6A6;
	border-bottom: 1px solid #A6A6A6;
	border-top: 0px solid #A6A6A6;
	letter-spacing: 2px;
	/*text-transform: uppercase;*/
	text-align: left;
	padding: 8px 6px 10px 12px;
	background: #F5F5F5 url(images/bg_header.jpg) no-repeat;
	text-align:left;
}

#mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #A6A6A6;
	background: none;
}

#mytable td {
	text-align:left;
	font: 12px Arial, Helvetica, sans-serif;
	border-right: 1px solid #A6A6A6;
	border-bottom: 1px solid #A6A6A6;
	/*background: #fff;*/
	padding: 9px 6px 10px 12px;
	color: #000;
}

#mytable td.contecho  {	border-top: 1px solid #A6A6A6;}

#mytable td.caja  {	border-left: 1px solid #A6A6A6;}

#mytable th.contecho {	border-top: 1px solid #A6A6A6;}


#mytable a{	color: #257831;}


#mytable input {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-align: left;
	white-space: normal;
}
#mytable select {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-align: left;
	white-space: normal;
}
#mytable textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-align: left;
	white-space: normal;
}
