.txtMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #676767;
}

.txtTitulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #474747;
}

.etiqueta {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding-left: 5px;
}

.ctrlForm {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #666699;
	background-image: url("../images/fondoCampo.jpg");
	background-repeat: repeat;
	border: 1px solid #777777;
	margin: 3px;
	padding-right: 3px;
	
}

.ctrlFormArea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #666699;
	background-repeat: repeat;
	background-color: #EFEFEF;
	border: 1px solid #777777;
	margin: 3px;
	padding-right: 3px;
	
}

.boton {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #F0F0F0;
	background-image: url("../images/boton.jpg");
	background-repeat: no-repeat;
	font-weight: 500;
	border: none;
	background-color: transparent;
	width: 74px;
	height: 27px
}

.lnkMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}

.lnkListado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}

.cuerpoPagina {
	background-color: #F6F1F1;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 0px;
}
.txtChicoClaro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.celdaCabezaListado {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 3px;
}

.celdaListadoClara {
	font-size: 16px;
	color: #333333;
	background-color: #F6F1F1;
	padding: 3px;
}

.celdaListadoOscura {
	font-size: 16px;
	color: #333333;
	background-color: #FFDEDE;
	padding: 3px;
}


html, body, #general {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #general {
  height:auto;
}

#general {
	position:absolute;  
	top: 0;
	left: 0;
}


#general div {
  padding-bottom:1em;
}
#pie {
  position:absolute; bottom:0;
}


