body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 80%;
  margin: 0; padding: 20px;
}
td { font-family: Verdana, Geneva, Arial, helvetica, sans-serif; font-size: 100%; }
th { font-family: Verdana, Geneva, Arial, helvetica, sans-serif; font-size: 100%; }

/* divisiones de la página */
.cbody { text-align:center; }
#container { width:919px; border:solid 1px #ccc; }
#header { background: url(../images/h919px.png) no-repeat; height: 174px; }
#contenido { text-align: left; height: 380px;}
#footer { height: 80; padding:15px;}
#footer a { text-decoration: none; color: #ff9933; font-weight: bold; }
#footer a:hover { text-decoration: underline; }
#footer .direc { font-size:8pt; color: #ff9933; clear:left; }
#footer .copy { font-size:7pt; color: #999; clear:left; }

/* MENU */
#mnumain { position:relative; width: 360px; top:115px; left: 0; font-size:9pt; font-weight: bold; }
#mnumain UL { margin:0px; padding:0px; }
#mnumain LI {
	display: inline;
	float: left; text-align: center;
	width: 120px; line-height: 22px;
	margin: 0; padding: 0;
	list-style-type: none;
}
#mnumain LI A { color: #fff; float:left; text-decoration: none; width: 120px; }
#mnumain LI A:hover { color: #ff9933; background-color: #fff; }
#mnumain LI A.selected, A.selected:link { color: #fff; text-decoration: none; width: 120px; border-bottom: solid 5px #f08631; }
#mnumain LI A.selected:hover { color: #ff9933; background-color: #fff; border-bottom: solid 5px #f08631; }
#rcolum br { margin-bottom: 18px; }
/* formulario */
input.fixed { width: 270px; }
textarea { width: 270px; }


