body {
/*	background-attachment: fixed;
	background-image: url(../images/bgmain.gif);
	background-repeat: no-repeat; */
	background-color: #00281a;
	margin: 0;
	padding: 0;
}
#principal {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 892px;
	height: 529px;
	margin-top: -264px;
	margin-left: -446px;
	background: #003b1c url(../../htmle/images/logopequenio.jpg) no-repeat 30px 5px;
        } 

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#contenido {
padding: 40px;
}

#menu {
	margin-left: 200px;
	margin-top: 40px;
	padding-top: 10px;
	width: 692px;
	height: 20px;
	border-bottom: 1px solid #b1af27;
        } 
		
#menu a {
text-decoration: none;
color: #FFFFFF;
margin-right: 10px;
padding: 5px;
}

#menu a:hover {
background-color: #056831; 
} 

hr {
	border: 1px inset #336249;
}
a {
color:#FF9900;
}
.select {
background-color: #056831; 
}

