/* CSS Document */

body {
	margin: 0px;
	/*color:black;*/
	background-color:#ffffff;
	scrollbar-face-color:#D8D7BA;
	scrollbar-arrow-color:#7E7D47;
	scrollbar-track-color:#FEFFE8;
	/*scrollbar-shadow-color:#A6A460;
	scrollbar-highlight-color:#EAEAD9;
	scrollbar-3dlight-color:#808080;*/
	scrollbar-darkshadow-Color:#7E7D47;
}
#tabla{
	background-color: #FFFFFF;
}
#tabla h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/html/ficha_fondo_h1.gif);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 22px;
	padding-left: 20px;
	height: 26px;
	margin: 0px;
}
#td td{padding-left: 10px;}
.tr01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #DDDDDD;
	height: 20px;
}
.tr02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #C4C4C4;
	height: 20px;
	padding-left: 20px;
	margin-left: 20px;
}
