body
{
	font-family: "Trebuchet MS" , Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:1px;
	color:#000000;
	background-color: #F0F0E0;
}

textarea {
	margin:1px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
 	padding:5px;
    display: inline;
    height: 14px;

}

input {
	margin:2px;
    height: 16px;
	font-family: "Trebuchet MS" , Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:2px;
    display: inline;
  	vertical-align: middle;
    text-align: center;
}

select {

	margin:2px;
    /*height: 24px;*/
	font-family: "Trebuchet MS" , Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:2px;
    display: inline;
  	vertical-align: middle;
    text-align: center;
}

fieldset{
    margin-top: -5px;
	float: left;
	width: 96%;
	display: block;
}

input[type='button']{
    height: 25px;
	letter-spacing:0px;
}

input[type='submit']{
    height: 32px;
}

button {
    height: 32px;
    letter-spacing:0px;
}

.boton {
    height: 25px;
    letter-spacing:0px;
}
.primer_label {
  width: 110px;
  display: block;
  float: left;
  line-height: 20px;
  margin-left: 28px;
  vertical-align: middle;
}

.nuevo_label {
  display: block;
  float: left;
  line-height: 20px;
  margin-left: 5px;
}


.fieldset_ingreso{
    height: 100px;
	float: left;
    margin-top: 2px;
}

.fieldset_tareas{
  height: 95px;
	float: left;
    margin-top: 2px;
}


.derecha {
  text-align: right;
}

.izquierda {
  text-align: left;
}

.centro {
  text-align: center;
}

.resaltado {
  text-align: center;
  background-color: #E4DFC9;
}

.modificado {
  text-align: center;
  background-color: #BEBFA6;
}

tr {
}

td {
	font-size:11px;
	letter-spacing:0px;
    text-align: center;
}
.estilotabla{
    background-color:ffffff;
    border-style:solid;
    border-color:666666;
    border-width:1px;
}
.estilocelda{
    background-color:ddeeff;
    color:333333;
    font-weight:bold;
    font-size:10pt;
}
.celda {
	  color:#000000;
      background: #FFFFFF;
}

.forma_label {
  margin-left:3px;
  display: block;
  float: left;
  background-color: #E4DFC9;
  text-align: center
}
h4{
  text-align: left;
}

.cargando {
position: absolute;
display: none;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #C7C7C7 url(../../images/gif_ajax_azul.gif) no-repeat center
center;
}

