/*body {
	text-align: center;
	min-width: 840px;
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h3 {
	padding: 0;
	margin: 0;
}*/

#main {
	width: 100%;
	text-align: left;
}

#header {
	background-image: url(../imgs/encabezado.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#content {
	margin-left: 240px;
	width: 532px;
	min-height: 390px;
}

#menu {
	width: 192px;
	float: left;
	margin-left: 21px;
}

#footer {
}

#label {
	font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  width: 140px;
  float: left;
  padding-right: 10px;
}

.input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
  background-color: #FFFFFF;
  border: 1px solid #4A4138;
  width: 200px;
}


.button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #434343;
  text-align: center;
  vertical-align: middle;
  background-color: #EBEBEB;
  background-repeat: repeat-x;
  width: 80px;
  border: 1px solid #CCCCCC;
  font-weight: bold;
}

.label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: right;
  padding-right: 5px;
  font-weight: bold;
  color: #000000;
}

#error p {
	color: #DE0010;
}

/*
.formslogin {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color: #FFFFFF;
  border: 1px solid #4A4138;
  width: 150px;
}

#historia {
	font-size: 14px;
	color: #000000;
	padding-top: 15px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}




a:link {
	color: #302A24;
	text-decoration: none;
}
a:visited {
	color: #302A24;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}

.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	color: #FFFFFF;
	padding-left: 7px;
	background-color: #666666;
}
.listado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7E7061;
}
.arial10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: middle;
	color: #000000;
}
*/