td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
}

h1 {
  font-weight: bold;
  font-size: 16px;
  height: 17px;
  line-height: 14px;
  border-bottom: 1px solid #005E31;
  font-family: verdana, sans-serif;
  color: #005E31;

}

h4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #006633;
}

/* texto usado en forms */
.texto1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006633;
	font-weight:normal;
}


body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	font-height:normal;
}


.tabla1 {
	border-collapse: collapse;
	border-width: 0;
}

.tdtabla1 {
	border-style: none;
	border-width: medium;
	background-color: #003300;
}


.tabla2 {
	border-collapse: collapse;
	border-width: 0;
}

.tdtabla2 {
	background-color: #006600;
	color: white;
	font-size: 11px;
	border-left-style: none;
	border-left-width: medium;
	border-right-style: solid;
	border-right-width: 1;
	border-top-style: none;
	border-top-width: medium;
	border-bottom-style: none;
	border-bottom-width: medium;
	text-align: center;
 	font-weight:bold;
}

.tabla3 {
	border-collapse: collapse;
	border-width: 0;
}

.tdtabla3 {
	background-color: #00924b;
	border-style: none;
	border-width: medium;
}


.tabla4 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px ;
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px;
	border-color: #00924b;
}


/* encabezados de tablas */
.encab {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	font-weight: bold;
	font-size: 11px ;
	background-color: #00924b;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.fila {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	border-width: 1px;
	border-color: #00924b;
	/*border-style: solid;
	border-width: 1px;*/
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	font-size: 11px ;
}

input, select {
	border: 1px solid silver;
}

input.error, select.error {
	padding-right: 16px;
	border: 1px solid #003300;
	background-color: #FFFCE2;
	background-image: url(img/warning.gif);
	background-position: right;
	background-repeat: no-repeat;
}

input.focus, select.focus {
	border: 1px solid #003300;
	background-color: #EFEFEF;
}

