body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	margin: 1em 0;
	margin-left: 40px;
	padding-left: 0;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

/* Inicio */

body {
	font-family: tahoma,arial,verdana;
	font-size: 10px;
}

#header {
	border-bottom: 2px solid #827b65;
	background-color: #b1a88b;
	padding: 5px;
	position: relative;
}

#header #logout {
	
	position: absolute;
	right: 5px;
	bottom: 5px;
}

#header #logout a {
	font-weight: bold;
	color: white !important;
}

#content {
	padding: 20px;
	padding-top: 10px;
}

h1.title {
	text-align: center;
	font-size: 16px;
}

a {
	color: #574E51;
	text-decoration: underline;
}

.dtable {
	border: 1px solid #574E51;
	border-collapse: collapse;
	font-size: 11px;
}

.dtable .row0 {
	background-color: #eae9d9;
}

.dtable th {
	background-color: #574E51;
	font-weight: bold;
	color: white;
}

.dtable td, .dtable th {
	padding: 3px;
	text-align: center;
}

.dtable .left {
	text-align: left !important;
}

div.menu {
	padding: 10px 5px 5px 5px;
	margin-bottom: 5px;
	overflow: hidden;
}

div.menu div.navigation {
	float: left;
}

div.menu div.options {
	float: right;
}

form fieldset {
	border: 1px solid silver;
	padding: 10px;
}

form .entrada {
	margin: 10px 5px;
}

form .entrada .req {
	color: darkred;
	margin-left: 2px;
}

form .inline * {
	display: inline;
}

form .cb {
	vertical-align: middle;
}

form .etiqueta {
	margin-bottom: 2px;
	font-size: 11px;
}

form input, form textarea {
	border: 1px solid black;
	padding: 2px;
}

form .error {
	color: darkred;
	margin-left: 5px;
}

form .buttons {
	margin-top: 20px;
}

form .buttons * {
	margin-right: 10px;
}

form .formImage {
	border: 1px solid silver;
	padding: 2px;
	margin: 5px 0;
}