@charset "UTF-8";
@import "iesucks.css" all;

img {
	border: 0;
}

body {
	background: #ffffff;
	color: #000000;
	padding: 0;
	margin: 0;
	font-family: "verdana", "lucida sans unicode", sans-serif;
}

h1 {
	font-size: 3em;
	background: #336699 url("topback.jpg") bottom right no-repeat;
	padding-left: 0.5em;
	margin: 0;
	border-bottom: solid 3px #003366;
	color: #ffffff;
}
h1:before {
	content: "ﬥﬣוֹ";
}
div.foot, p#credits {
	margin: 1em 0 0 0;
	border-top: solid 3px #cccccc;
	border-bottom: solid 3px #cccccc;
	background: #eeeeee;
	color: #000000;
	clear: both;
}
div.foot:after {
	padding-left: 1em;
	content: "լըշ";
}

div.layout {
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

h2 {
	font-size: 1.25em;
	font-weight: bold;
	background: #eeeeee url("h2back.gif") bottom right no-repeat;
	color: inherit;
	border: solid 2px #dddddd;
	padding: 0;
	margin: 1em;
	margin-right: 0em;
}
h2:before {
	content: "▀▄";
	padding-right: 1em;
	color: #dddddd;
}
h2 a {
	text-decoration: none;
	color: #000000;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 1em;
	padding-left: 1em;
	border-bottom: solid 2px #dddddd;
}

div.menu {
	margin: 0;
	padding: 0;
	width: 15%; 
	max-width: 15%;
	height: 100%;
	float: left;
}

div.foo a {
	display: block;
	font-weight: bold;
	color: #003366;
	background: inherit;
	border-bottom: 1px solid #eeeeee;
	border-top: 1px solid #eeeeee;
	padding-left: 1em;
	text-decoration: none;
}
div.foo a:hover {
	background: #dddddd;
	color: #003366;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
div.foo a:before {
	content: "☯ ";
}

div.foo {
	border-right: solid 3px #cccccc;
	border-bottom: solid 3px #cccccc;
	padding: 0;
	background: #eeeeee;
	color: inherit;
	width: 100%;
}

div.buttons {
	width: 100%;
	text-align: center;
}

div.content {
	float: left;
	max-width: 84%;
	width: 84%;
}

div.entrada > small, p, div.feedback {
	padding-left: 3em;
}

p, div.p {
	padding-left: 3em;
	padding-right: 1em;
}
div.menu p {
	padding-left: 1em;
}
span.cont {
	width: 6em;
	display: block;
	float: left;
	font-weight: bold;
}
dl {
	margin: 0;
}
dt {
	font-weight: bold;
}
dt.small {
	font-size: .8em;
}
dd {
	border-left: 3em #f0f0f0 solid;
	margin-left: 0;
}
dd.small {
	font-size: 75%;
	display: none;
}
dl:hover dd.small {
	display: block;
}

hr {
	border: 0;
	border-top: #cccccc solid 3px;
}
div#sidebar {
	font-size: .65em;
	float: right;
	width: 15%;
}
input {
	border: #cccccc solid 3px;
	margin-left: 0;
	margin-right: 1em;
	width: 85%;
}
ul {
	padding: 0.2em;
}
code {
	font-family: monospace;
	display: block;
	border: solid 2px #cccccc;
	padding: 0.2em;
	background: #f7f7f7;
}
