body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	
}
img, a img { border: none; }
img.ico { width: 16px; height: 16px; }
img.icoacc { width: 90px; height: 30px; }
img.iconito { width: 12px; height: 12px; }
table.totales {
	background-color: #fff;
	color : #000;
	width: 60%;
	margin-left: 20%;
	margin-top: 0.5em;
	margin-bottom: 2em;
	border: 2px solid #999;
}

table.totales th {
	background-color: #666;
	color: #fff;
	border: 1px solid #fff;
	font-size: 90%;
	padding: 4px;
	text-align: center;
	white-space: nowrap;
}
table.totales td {
	text-align: center;
	border: 1px solid #fff;
	font-weight: bold;
	font-size: 120%;
	padding: 0px;
	vertical-align: middle;
	white-space: nowrap;
}

table.totales td a { text-decoration: none; }
table.totales td a:hover { text-decoration: underline; }

caption {
	font-size: 130%;
	font-weight: bold;
}

h3 {
	font-size: 120%;
}


.notApplicable {
	color: #000;
	background-color: #F5F5F5;
	border: thin ridge Gray;
	padding-left: 3em;
	padding-right: 2em;
}
.notTested {
	color: #000;
	background-color: #eef9ff;
	border: thin ridge Blue;
	padding-left: 3em;
	padding-right: 2em;
}
.fail {
	color: #000;
	background-color: #ffeef6;
	border: thin ridge Red;
	padding-left: 3em;
	padding-right: 2em;
}
.pass {
	color: #000;
	background-color: #efe;
	border: thin ridge Green;
	padding-left: 3em;
	padding-right: 2em;
}
.parcial {
	color: #000;
	background-color: #fed;
	border: thin ridge #FF6600;
	padding-left: 3em;
	padding-right: 2em;
}
.cannotTell {
	color: #000;
	background-color: #fff;
	border: thin ridge #6F4A00;
	padding-left: 3em;
	padding-right: 2em;
}
dt { margin-top: 1em; font-weight: bold; }
dd.comentario { font-weight: bold; }
dd blockquote { font-style: italic; margin-top: 0px; }
p.volver { text-align: right; }

.AnotApplicable, .AAnotApplicable, .AAAnotApplicable {
	background-image: url('img/deg_na.gif');
	display: inline;
	background-color: transparent;
	color: Black;
}
.AnotTested, .AAnotTested, .AAAnotTested {
	background-image: url('img/deg_duda.gif');
	display: inline;
	background-color: transparent;
	color: #000066;
}
.Afail, .AAfail, .AAAfail {
	background-image: url('img/deg_mal.gif');
	display: inline;
	background-color: transparent;
	color: #660000;
}
.Apass, .AApass, .AAApass {
	background-image: url('img/deg_bien.gif');
	display: inline;
	background-color: transparent;
	color: #006634;
}
.Aparcial, .AAparcial, .AAAparcial {
	background-image: url('img/deg_parcial.gif');
	display: inline;
	background-color: transparent;
	color: #932500;
}
.AcannotTell, .AAcannotTell, .AAAcannotTell {
	background-image: url('img/deg_nose.gif');
	display: inline;
	background-color: transparent;
	color: #6F4A00;
}