.cabecera {
/*	position : absolute;*/
	top : 20px;
	left : 5px;
	right : 5px;
/*	border : 1px dashed black; */
	color : #ffffff;
	background-color : #8292a6;
	padding : 1px;
}

.pie {
	position : absolute;
/*	width : 430px; */
	bottom : 10px;
	left : 20px;
	right: 20px;
	border : 1px dashed black;
	background-color : #eee;
	padding : 1px;
}

.menu_izquierda {
	/*position : absolute;*/
	/*width : 120px;*/
	top : 58px;
	left : 5px;
	right : 5px;
	/*border : 1px dashed black;*/
	background-color : #c2cfcb;
	padding : 1px;
}

.cuerpo {
	position : absolute;
/*	width : 750px;*/
	top : 70px;
	left : 10px;
	right : 10px;
	border : 1px black;
	background-color : #c2cfcb;
	padding : 10px;
}

.minicuerpo {
	position : absolute;
/*	width : 600px;*/
	top : 80px;
	left : 120px;
	right : 120px;
	border : 1px black;
	background-color : #c2cfcb;
	padding : 10px;
}
body   {FONT-FAMILY: Arial, Helvetica, sans-serif;
		FONT-SIZE: 11px;
		scrollbar-face-color: #006699;
		scrollbar-track-color: White;
		scrollbar-arrow-color: #87CEFA;
		scrollbar-shadow-color: Navy;
		scrollbar-3dlight-color: #ADD8E6;
		scrollbar-darkshadow-color: Black;
		buttonface: #FF0000;}
h1,h2 { font: bold 14px/15px Verdana, "Times New Roman", serif; COLOR: #2e0f53; }
h3 { font: bold 13px/14px Verdana, "Times New Roman", serif; COLOR: #2e0f53; }
h4 { font: bold 12px/13px Verdana, "Times New Roman", serif; COLOR: #0d5968; }
th { background-color : #c2cfcb; }
.field {
  border-right : 1px solid #ffd795;
  border-bottom : 1px solid #ffd795;
  border-left : 1px solid #bf9755;
  border-top : 1px solid #bf9755;
  background-color : #ffd495;
  color : #cf8745;
  -moz-border-radius: 9px 9px 9px 9px;
  padding:0px 2px 0px 5px ;
  text-align: center;
}

.radiobutton {
  background-color : #ffd495;
  color : #cf8745;
  margin : 0 0 0 25px;

}

.button {
  /*color : #f1e7cb;*/
  color : #000000;
  border-right : 1px solid #000000;
  border-bottom : 1px solid #000000;
  border-left : 1px solid #ffffff;
  border-top : 1px solid #ffffff;
  background-color : #8ea29c;
  margin : 5px 0 0 0;
  -moz-border-radius: 25px 25px 25px 25px;
  padding:0px 5px 0px 5px ;

}

.dropdown {
  color : #AA5A10;
  border: 1px solid black;
  background-color : #ffc485;
  margin : 5px 0 0 0;
  padding:0px 0px 0px 5px ;
  font-size : 11px;
}

FORM {
  margin-top : 0;
  margin-bottom : 0;
}
