body { /* General */
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	background-color:#5D5958;
	/*line-height:16px;*/
}
/* **************************************************** */
.txtBordo { /* Rojo oscuro */
	color: #993333;
}
/* **************************************************** */
.txtCeleste { /* Celeste */
	color: #007CC3;
}
/* **************************************************** */
.txtRojo { /* Rojo*/
	color: #FF3300;
}
/* **************************************************** */
.txtAmarillo { /* Amarillo */
	color: #FFCC00;
}
/* **************************************************** */
.txtVerde { /* Verde */
	color: #009966;
}
/* **************************************************** */
.txtVerde10 { /* Celeste */
	color: #009900;
	font-size:10px;
}
/* **************************************************** */
.txtResaltado { /* Resaltado */
	background-color: #FFFF99;
}
/* **************************************************** */
a:link { /* Estado normal del link */
	text-decoration: underline;
	color: #007CC3;
}
a:visited { /* Cuando el link esta visitado */
	text-decoration: underline;
	color: #007CC3;
}
a:hover { /* Cuando paso el mouse encima del link */
	text-decoration: underline;
	color: #007CC3;
	background-color: #F0F0F0;
}
a:active { /* Cuando estoy presionando al link */
	text-decoration: underline;
	color: #0066FF;
	background-color: #F0F0F0;
}
/* **************************************************** */
.txtBotonera { /* Botonera */
	color: #E0E0E0;
	font-size:10px;
}
.txtBotonera a:link { /* Estado normal del link */
	text-decoration: none;
	color: #E0E0E0;
}
.txtBotonera a:visited { /* Cuando el link esta visitado */
	text-decoration: none;
	color: #E0E0E0;
}
.txtBotonera a:hover { /* Cuando paso el mouse encima del link */
	text-decoration: underline;
	color: #CCCCCC;
	background-color: #444444;
}
.txtBotonera a:active { /* Cuando estoy presionando al link */
	text-decoration: underline;
	color: #CCCCCC;
	background-color: #333333;
}
/* **************************************************** */
.txtNormal { /* Texto normal */
	color: #333333;
	font-size:11px;
}
.txtNormal a:link { /* Estado normal del link */
	text-decoration: underline;
	color: #007CC3;
}
.txtNormal a:link { /* Estado normal del link */
	text-decoration: underline;
	color: #007CC3;
}
.txtNormal a:visited { /* Cuando el link esta visitado */
	text-decoration: underline;
	color: #007CC3;
}
.txtNormal a:hover { /* Cuando paso el mouse encima del link */
	text-decoration: underline;
	color: #007CC3;
	background-color: #F0F0F0;
}
.txtNormal a:active { /* Cuando estoy presionando al link */
	text-decoration: underline;
	color: #0066FF;
	background-color: #F0F0F0;
}
/* **************************************************** */
.txtInzomiaLink { /* Inzomia Link */
	color: #333333;
	font-size:10px;
}
.txtInzomiaLink a:link { /* Estado normal del link */
	text-decoration: underline;
	color: #0065CE;
	font-size:10px;
}
.txtInzomiaLink a:visited { /* Cuando el link esta visitado */
	text-decoration: underline;
	color: #0065CE;
	font-size:10px;
}
.txtInzomiaLink a:hover { /* Cuando paso el mouse encima del link */
	text-decoration: underline;
	color: #0065CE;
	background-color: #EAEAEA;
	font-size:10px;
}
.txtInzomiaLink a:active { /* Cuando estoy presionando al link */
	text-decoration: underline;
	color: #0065CE;
	background-color: #CCCCCC;
	font-size:10px;
}