body {
}

a {
	color: #c75f3e;
}
.ficha {
	width: 800px;
	padding: 0;
	margin: 0;
	font: normal 11px auto;
	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
	color: #4f6b72;
	background: transparent;
	
}

#fichas-container table {
	border: 0;
}
#fichas-container table td:hover {
	background: white;
}
.ficha caption {
	padding: 0;
	width: 800px;	 
	font: italic 14px "trebuchet ms", verdana, arial, helvetica, sans-serif;
	text-align: right;
}

.ficha th {
	font: bold 11px "trebuchet ms", verdana, arial, helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #c1dad7;
	border-bottom: 1px solid #c1dad7;
	border-top: 1px solid #c1dad7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #cae8ea url(../images/bg_header.jpg) no-repeat;
}

.ficha th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #c1dad7;
	background: none;
}
.ficha td, .ficha td.alt, .ficha th.spec, .ficha th.specalt {
	line-height: 12px;
}

.ficha td {
	border-right: 1px solid #c1dad7;
	border-bottom: 1px solid #c1dad7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	text-align: left;
}
.ficha td.odd {
	background: #fff;
}

.ficha td.alt {
	background: #f5fafa;
	color: #797268;
	text-align: left;
}

.ficha th.spec {
	border-left: 1px solid #c1dad7;
	border-top: 0;
	background: #fff url(../images/bullet1.gif) no-repeat;
	font: bold 10px auto;
	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
}

.ficha th.specalt {
	border-left: 1px solid #c1dad7;
	border-top: 0;
	background: #f5fafa url(../images/bullet2.gif) no-repeat;
	font: bold 10px auto;
	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
	color: #797268;;
}

.ficha th ul li {
	list-style: none;
	/*margin-left: -40px;*/
}

.ficha td ul li {
	list-style: none;
	/*margin-left: -40px;*/
}
