body {
	font-family: Dosis, Sans, sans-serif;
	font-size: 12pt;
	background-color: #D0C1BA;
	color: #583231;
}

h1 {
	display: block;
	border-style: solid 1px;
	background-color: #E0D1CA;
	font-size: 14pt;
	border: #583231;
}

tr.activa {
	background-color: #FFFFEE;
}

.resaltar {
	border: solid 1px #0E0;
}

input {
	border: solid 1px #482221;
	color: #583231;
	
}

input.submit {
	background-color: #E0D1CA;
}

table {
	border: solid 1px #583231;
}

select {
	font-family: Dosis, Sans, sans-serif;
	font-size: 10px;
	border: #DDFFDD;
	border-style: solid 0px;
}

#pagewidth {
	width: 100%;
}

#leftcol {
	float: left;
	position: relative;
	width: 48%;
	border: solid 1px #DDEEDE
}

#rightcol {
	float: right;
	position: relative;
	width: 48%;
	border: solid 1px #DDEEDE
}

#botonera {
	display: block;
	background-color: #D0C1BA;
	color: #A26B4C;
}

#botonera A {
	text-decoration: none;
	color: #A26B4C;
}

#botonera A:hover {
	text-decoration: underline;
}

ul.errorlist {
	float: right;
	color: red;
}