body ,html{ font-size: 11px; background-color: transparent; padding: 0; margin: 0; font-family: verdana, Arial, sans-serif; }
.12text { font-size: 11px; }
#header {
	background: url(http://www.examen-de-manejo.com/images/header_fill.gif) repeat-x;
}


ul#nav {
	padding: 0px;
	margin: 5px 20px;
}


#nav li {
	display: inline;
	padding: 0px;
	margin: 0px;
}


.tdhead {
	padding: 5px 10px 5px 0;
	font-weight: bold;
}


td {
	padding: 3px 10px 3px 0;
}


h1, h2 {
	color: #336699;
	padding: 0px;

	margin: 10px;
}


.rbcontent p {
	padding: 0;
	margin: 2px 20px;
}


/* Rounaded boxes */
.rbroundbox { background-color: transparent; }
.rbtop div { background: no-repeat left top; }
.rbtop { background: no-repeat right top; }
.rbbot div { background: no-repeat left bottom; }
.rbbot { background: no-repeat right bottom; }
.hot { background-color: #369; }
.hot .rbtop div { background: no-repeat left top; }
.hot .rbtop { background: no-repeat right top; }
.hot .rbbot div { background: no-repeat left bottom; }
.hot .rbbot { background: no-repeat right bottom; }
.inner, .innercat { background-color: transparent; }
.inner .rbtop div, .innercat .rbtop div { background: no-repeat left top; }
.inner .rbtop, .innercat .rbtop { background: no-repeat right top; }
.inner .rbbot div, .innercat .rbbot div { background: no-repeat left bottom; }
.inner .rbbot, .innercat .rbbot { background: no-repeat right bottom; }
.innerhot { background-color: #369; }
.innerhot .rbtop div { background: no-repeat left top; }
.innerhot .rbtop { background: no-repeat right top; }
.innerhot .rbbot div { background: no-repeat left bottom; }
.innerhot .rbbot { background: no-repeat right bottom; }
.innerred { background-color: #900; }
.innerred .rbtop div { background: no-repeat left top; }
.innerred .rbtop { background: no-repeat right top; }
.innerred .rbbot div { background: no-repeat left bottom; }
.innerred .rbbot { background: no-repeat right bottom; }
.innergreen { background-color: #363; }
.innergreen .rbtop div { background: no-repeat left top; }
.innergreen .rbtop { background: no-repeat right top; }
.innergreen .rbbot div { background: no-repeat left bottom; }
.innergreen .rbbot { background: no-repeat right bottom; }

.innercat {
	width: 98% !important;
}

.blue {
	color: #336699;
}

.desc {
	font-weight: normal;
	display: block;
	padding: 5px 5px 5px 25px;
}


.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}


.rbcontent { margin: 1px 10px; }
.rbroundbox { margin: 0 10px 0; }


/* Forms */
label, .label {
	float: left;
	width: 200px;
	font-weight: bold;
}


.input {
	width: 500px;
	margin-bottom: 5px;
	display: block;
	float: left;
}


textarea{
	width: 400px;
	height: 100px;
}


input.text {
	width: 400px;
}


.boxes{
	width: 1em;
}


.submit {
	margin-left: 20px;
	margin-top: 5px;
	width: 170px;
}


br.clear {
clear: left;
}