.boxed { 
	height: 580px;
	width:100%;
	border:1px solid #999;
	overflow:auto;
}

div#contenido {
	padding: 2em 5% 4em 10%;
}

table#levels {
	border: 2px solid #000;
	margin: 1.6em auto 0em auto;
	padding: 0px;
	border-collapse: collapse;
}

table#levels th,table#levels td {
	text-align: center;
	border: 1px solid #444;
	padding: 0.3em;
	white-space: nowrap;
}

table#levels td {
	width: 5em;
}

table#levels th {
	background-color: #fff;
	font-size: 0.9em;
	padding: 0.2em 1em;
}

.lev_A {
	background-color: #fdd;
	text-align: center;
}

.lev_AA {
	background-color: #fdc;
	text-align: center;
}

.lev_AAA {
	background-color: #dfd;
	text-align: center;
}

table#levels th.txfail,table#levels td.txfail {
	background-color: #600;
	color: #ff0;
}

table#levels td.txfail {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

h4.result {
	border: 1px solid #666;
	margin-left: 5%;
	padding: 1em;
	padding-left: 48px;
	background: #fff;
	color: #000;
	-moz-border-radius-topleft: 0.3em;
	-moz-border-radius-topright: 0.3em;
	-webkit-border-top-left-radius: 0.3em;
	-webkit-border-top-right-radius: 0.3em;
	border-top-left-radius: 0.3em;
	border-top-right-radius: 0.3em;
	position: relative;
}
ul#resumen li {
	margin-top: 0em;
	margin-bottom: 0em;
}
a.mini {
	font-weight: normal;
	color: #060;
}
h4.result img {
	/*display: inline-block;
	vertical-align: middle;
	margin-left: -38px;*/
	position:absolute;
	top:4px;
	left:8px;
}

div.block {
	border: 1px solid #999;
	margin-top: -1em;
	margin-left: 5%;
	padding-left: 1.5em;
	-moz-border-radius-bottomleft: 0.3em;
	-moz-border-radius-bottomright: 0.3em;
	-webkit-border-bottom-left-radius: 0.3em;
	-webkit-border-bottom-right-radius: 0.3em;
	border-bottom-left-radius: 0.3em;
	border-bottom-right-radius: 0.3em;
	color: #000;
	background: #ffa;
}

div.mantest {
	color: #000;
	background-color: #ffc;
}

div.block p,div.block ul {
	margin: 0em 0.5em 0.5em 0em;
}

div.block p.relok,div.block p.relno,div.block p.relwar {
	border: 1px solid #ccc;
	padding: 0.5em;
	/* -moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em; */
}

h4.relok {
	background-color: #dfd;
	color: #000;
}

h4.relno {
	background-color: #fdd;
	color: #000;
}

h4.relwar {
	background-color: #ddd;
	color: #000;
}
/* Ver */
ol#exfeedbacklist {
	margin: 0em;
	padding: 0em;
}

ol#exfeedbacklist li {
	margin-top: 2em;
	margin-left:3em;
	padding-top: 0em;
	border-top: 1px solid #000;
	list-style-position: outside;
}

ol#exfeedbacklist li div.exfbcaption {
	background-color: #fc0;
	color: #000;
	padding: 0.2em;
}

ol#exfeedbacklist li div.expand {
	background-color: #fc9;
	color: #000;
	font-family: "Courier New", Courier, monospace;
	padding: 0.5em;
}

/* Slided See */
div.mntrsee-slide {
	font-family: "Courier New", Courier, monospace;
	padding: 0.2em 0em 0.2em 0.5em;
	margin: 0em;
	background: #f90;
	color:#000;
}
div.mntrsee-slide a.xtoggler {
	font: menu !important;
	background: #f90;
	color:#000;
}
.fontmono {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.9em;
}
div.exfbviewtag * {
	color: inherit !important;
	float: none !important;
	position: static !important;
	font-size: 1em !important;
	background-color: inherit !important;
	text-shadow: none !important;
	margin: auto !important;
	padding: 0em !important;
}
a.xtoggler { text-decoration:none; }
a.xtoggler.xselect { background-color:transparent; color:#000; }

map.exfbcssmap div {
	margin-bottom:2em;
	margin-top:1em;
	padding: 0.2em;
	border-top:1px solid #036;
	border-bottom:1px solid #036;
}

/* DOMList */
div#seedom {
	font-family: "Courier New", Courier, monospace;
	overflow: auto;
}
div#seedom li {
	padding-left: 0em;
	line-height: 1em;
	margin-bottom: 0em;
	margin-top: 0.4em;
	list-style-type: none;
	margin-left: 0em;
}
div#seedom li em {
	color: #c00;
}
div#seedom span.stext {
	color: #060;
}
div#seedom li.text {
	list-style-type: none;
	color: #040;
	font: menu;
}
div#seedom li.domid {
	background-color: #fc9;
	color: #000;
	border: 1px solid #000;
	padding: 0.3em;
}
div#seedom li span.closetag {
	color: #000;
}

/* Tabs */

ul#xtabs {
	margin: 0em;
	padding: 0em;
	height: 1.3em;
	margin-top:2em;
}
ul#xtabs li {
	display: inline;
	margin: 0em;
	padding: 0em;
}
ul#xtabs li a {
	background-color: #fc9;
	color: #000;
	text-decoration: none;
	padding: 0.3em 1em 1px 1em;
	margin-right: -0.2em;
	border: 1px solid #999;
	border-bottom: none;
}
ul#xtabs li a:hover,ul#xtabs li a:focus {
	background-color: #fdb;
	color: #000;
}
ul#xtabs li a.selected {
	background-color: #fdb;
	color: #000;
}
div.xtabContent {
	border: 1px solid #999;
	background-color: #fdb;
	padding: 1em;
}
div.xtabContent.xhide { display: none; }
div.xtabContent form { padding:1em; }
a.xtoggler { text-decoration:none; }
a.xtoggler.xselect { background-color:transparent; color:#000; }
a.xtoggler span { font-family:monospace; }
pre.exfbcsspre {
	font-family: "Courier New", Courier, monospace;
	margin: 0.1em 0em;
	margin-bottom: 2em;
	padding: 0em 0.5em;
}
pre.exfbcsspre a {
	background-color: #f90;
}

/* Errors table */
table.sortable {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #999;
	font-size: 0.9em;
	margin-bottom: 2em;
}
table.sortable caption {
	text-align:center;
	font-weight: bold;
}
table.sortable th {
	font-size: 0.9em;
	background: #313131 url('img/header.png') top left repeat-x;
	color:#fc9;
	text-align: center;
	padding:0.2em;
	border-color: #666;
}
table.sortable th a {
	text-decoration: none;
	color:#fc9;
	background:transparent;
}
table.sortable td {
	text-align: center;
	padding:0.4em 0.2em;
	border-color: #666;
}
table.sortable td.left { text-align:left; }
table.sortable tr.odd td {
	background-color: transparent;
	color: #000;
}
table.sortable tr.even td {
	background-color: #fff;
	color: #000;
}
table.sortable tr.sortbottom td {
	background: #313131 url('img/header.png') top left repeat-x;
	color:#fc9;
	font-weight: bold;
}