body { /*  ESTILOS DEL CUERPO GENERALES  */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link, a:visited, a:active { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	color: #dedede;
	text-decoration: none;
}
a:hover { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color:#dedede;
	text-decoration: normal;
}
TD { /* ESTILOS DE LAS LETRAS DENTRO DE LAS TABLAS */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	color: #807e7f;
	text-decoration: none;
	line-height: normal;
  }
submit {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #7b7b7b;
	border: 1px solid #afafaf;
	background-color: #CACACA;
	background-attachment: fixed;
	background-position: top;
}
input {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #dedede;
	border: 1px solid #303030;
	background-color: #1f1f1f;
	background-attachment: fixed;
	background-position: top;
}
textarea {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #dedede;
	border: 1px solid #303030;
	background-color: #1f1f1f;
	background-attachment: fixed;
	background-position: top;
}
select {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #dedede;
	border: 1px solid #303030;
	background-color: #1f1f1f;
	background-attachment: fixed;
	background-position: top;
}
hr {
	color: #000000;
	background-color: #000000;
	border-style:solid;
	height: 2px;
	width: 100%;
}
.centoh {
	height: 100%;
}