     html {
  height: 100%;
 
}

body {
  background:white;
  margin: 0;
  padding: 0;
  height:100%;
  width:100%;
	text-align:left;
}

bodyBlanco {
  background: black;
  margin: 0;
  padding: 0;
  height:100%;
  width:100%;
	text-align:left;
}

bodyNegro {
  background: black;
  margin: 0;
  padding: 0;
  height:100%;
  width:100%;
	text-align:left;
}

#flashcontent1 {
/*\*/ height: 500px; /* don't let IE Mac see this */
  height: 80%;
  width:100%;
  min-height: 500px;
  min-width: 700px;
  margin: 10px 0 -40px 0;
  padding:0;
  position: relative;
}

#flashcontent2 {
 text-align:center;
  margin:0;
  padding:0;
  position: relative;
  border:0;
  
}

#Menu 		{ width:100%; height:34px;  text-align:center; position:absolute; top:60px; vertical-align:middle}
#Menu UL	{ list-style:none; margin:0;  }
#Menu LI	{ display: inline; padding:10px; }
#Menu LI A 		{ text-decoration:none; font:bold 18px "Trebuchet MS";  background-color:#000000;color:#C5853E; padding:10px; width:180px;}
#Menu LI A:hover { text-decoration:none; font:bold 18px "Trebuchet MS";  background-color:#000000; color:#308D61; padding:10px; width:180px;}

img{ border: 0;}
#header {width: 150px; height: 50px; z-index: 1; padding: 5px; float: right; }
#logo {width: 100px; height: 50px; margin-bottom: 10px; z-index: 5; position: absolute; top: -20px; left: -5px; display: block; z-index: 5;}
#botones: {background: red;}
ul#boton { list-style: none; padding: 0; margin: 0 auto 0 auto; position: relative; height: 110px; width: 850px;}
#boton li { float: left; margin-right: 65px; padding: 2px;}
#boton li a {
   padding:4px 0;
   text-decoration:none;
   text-align:center;
   font-size:9px;
   
   }

#footer { background: orange; float: left; padding: 5px; text-align: left; width: 100%; height: 30px; position: absolute; bottom: 5px;font: bold 0.8em/1em Garamond, sans-serif; color: #333;}

.LinkNormal { font:bold 16px Garamond; color:#003300; }
