* {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

table.centrar { width: 100%; height: 100%; }
td.centrar { width: 100%; height: 100%; text-align: center; vertical-align: middle; }
body {
	background-color: #B39E75;
	overflow: auto;
}

label {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
}

input, textarea { border: 1px outset #5D4A38; }

input.boton {
	border: outset #000 1px;
	margin-right: 30px;
	margin-top: 5px;
}

#menu_lista li {
	list-style-type: none;
}

#menu_lista li ul {
	position: absolute;
	float: left;
	visibility: hidden;
}

#menu_lista li:hover ul, #menu_lista li.sfhover ul {
	background-color: #463428;
	color: #fff;
	font-size: 12px;
	border: outset #999 1px;
	visibility: visible;
}

#menu_lista li ul li {
	clear: both;
	font-weight: bolder;
}
a {
	font-weight: bolder;
	color: #453528;
	text-decoration: none;
}
a:hover {

	font-weight: bolder;
	color: #fefefe;
	text-decoration: none;
}
a.flechas {

	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}
a.flechas:hover {


	font-weight: bolder;
	color: #fefefe;
	text-decoration: none;
}
a.location {
	color: #fff;
	text-decoration: none;
}
a.location:hover {

	color: #999;
	text-decoration: none;
}

