.menu {
	float:left;
	margin-top:10px;
	color:white;
	margin:auto;
}

.headfoot {
	border:1 blue solid;
	text-align:center;
	vertical-align:middle;
	color:white;
	margin:auto;
}

.pub {
	border:0px;
}

.divtdj {
	margin-top:10px;
	margin-bottom:10px;
	/*margin-left:200px;*/
	text-align:center;
	vertical-align:middle;
	/* height:100%; */
	color:white;
}



.div {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:200px;
	border:1px red solid;
	text-align:center;
	vertical-align:middle;
	/* height:100%; */
	color:white;
}

.floatl {
	float:left;
}

.floatr {
	float:right;
}

.li {
	list-style-image:url(../HELADO.GIF);
}

.table {
	border:0;
	width:80%;
	vertical-align:middle;
	text-align:center;
	margin:auto;
}

table {
	padding:5px;
	text-align:center;
	vertical-align:middle;
	border:1 white solid;
	width:700px;
	color:white;
	margin:auto;
}

td {
	text-align:center;
	vertical-align:middle;
}

th {
	text-align:center;
	vertical-align:middle;
	background-color:red;
	color:black;
}

legend {
	color:white;
}

fieldset {
	width:700px;
	margin:auto;
	text-align:center;
}

a {
	color:yellow;
}

a:HOVER {
	color:white;
	background-color:blue;
}

/*a:VISITED {
	color:white;
}*/

body {
	background-image:url(../07.JPG);
	background-attachment:fixed;
	margin:auto;
	text-align:center;
	width:80%;
}
