/* CSS Document */

body { margin:0; margin-top:300px; background-color:#000; background-image:url(images/logo.jpg); background-repeat:no-repeat; background-position:center; background-position:top; }

#principal {width:550px; margin:0 auto 0 auto; }

ul			{ list-style-type:none; padding:0; margin:0;  text-align:center  }
li  		{ font-family:tahoma; font-size:13px; color:#808080; display:inline; padding-right:12px;}
ul a		{ color:#808080; text-decoration:none; padding:5px; }
ul a:hover	{ color:#808080; background-color:#D55F19; text-decoration:none; }

h1 { font-family:arial; font-size:14px; color:#856A33; font-weight:normal; padding-bottom:0; margin-bottom:0; letter-spacing:-1px  }
p	{ font-family:tahoma; font-size:12px; color:#808080;  }
a 	{ color:#808080; text-decoration:none; }
a:hover	{ text-decoration:underline; }

.moldura	{ border:none; }
