body{
	background-color: #EAD5BF;
		margin-top: 0px;
}
td,tr {
	font-family: Arial, Helvetica, sans-serif;
}
.txtnormal {
	font-size: 90%;
	color: #666666;
}
.txtrojo {
	color: #FF0000;
}

.txtpeque {
	font-size: 80%;
}
.txtgrande {

	font-size: 100%;
}
.fondo1 {
	background-color: #FFFFFF;
}
.fondo2 {
	background-color: #6F1B11;
}
.txtblanco {
	color: #FFFFFF;
}
a:link {
	color: #6F1B11;
	text-decoration: none;
}
a:visited {
	color: #6F1B11;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #6F1B11;
	text-decoration: none;
}

a.linkcab:link {
color: #FFFFFF;

}
a.linkcab:visited {
color: #FFFFFF;

}