* {margin:0px ; padding:0px ; border: 0px}
body {background-color: #228B22; height:100%; text-align: center;
		 background-image: url(objetos/backgroundchess.jpg); background-repeat: repeat}
#global {width:800px; margin: 4px auto}
#cabecera {background-color: #000000; height: 100px; width:794px; border: red 3px solid}
					#escizq{width: 147px; float:left}
					#escent{width: 500px; float:left}
					#escder{width: 137px; float:right}
#navegacion {background-color: #000000; height: 90px; width:798px; text-align: center}
						#navegacion li {font-weight: bold; font-size: 16px; color: yellow}
						#navegacion a {color: yellow; font-size:1.1em ;text-decoration: none}
						#navegacion a:link		{}
						#navegacion a:visited {color: yellow}
						#navegacion a:hover{color: gold; text-decoration: underline; background-color: black}
						#navegacion a:active	{}
#publicidad {background-color: #D8D8D8; height: 94px; width:798px}
#contmenu {background-color: #D8D8D8; border: black 1px solid; width: 798px; /*height: 2000px*/}
					#contmenu a {color: black; font-size:1.1em ;text-decoration: none}
					#contmenu a:link		{}
					#contmenu a:visited {color: #1E90FF}
					#contmenu a:hover{color: gold; text-decoration: underline; background-color: black}
					#contmenu a:active	{}
#menuizq {background-color:#F8F8FF; float: left; width: 200px; border-left: black 1px solid; 
					border-right: black 0px solid;
					margin: 0px 0px 0px 0px;
					background-image: url(objetos/menu-parte-inferior.GIF);
	    		background-position: bottom;
					padding-bottom:15px; text-align: left}
					#menuizq h1 {text-decoration:none; font-size:12x;
									 background-image: url(objetos/menu-curva-superior.GIF)}
					#menuizq li {list-style:none; margin: 4px 20px 4px 10px; float: left}
#contenido {background-color:#ffffff; float: left; width: 350px;
					  border-left: black 1px solid ; border-right: black 1px solid;
						margin:0px 20px 2px 20px}
						#contenido p {padding: 1px 5px 1px 10px; text-indent: 15px; text-align: justify}
#menuder {background-color:#F8F8FF; float: right; width: 200px; border-left: black 1px solid; 
					border-right: black 1px solid; 
					margin: 0px 0px 0px 0px;
					background-image: url(objetos/menu-parte-inferior.GIF);
	    		background-position: bottom;
					padding-bottom:10px}
					#menuder h1 {text-decoration:none; font-size:12x;
									 background-image: url(objetos/menu-curva-superior.GIF)}
					#menuder li {list-style: none; margin: 3px 2px 3px 4px; text-align: left}
#pie {witdth: 798px; background-color: #FFFFFF}
#pieizq {text-align:center; MARGIN: 1px 1px 1px 1px;
		 		width: 500px; float:left; background-color: #D8D8D8}
				#pieizq p{text-align: center; float: center; padding: 2px 20px 2px 10px}
#pieder {text-align:left; MARGIN: 1px 1px 1px 1px;
				width: 290px; float: left; background-color: #D8D8D8; height: 120px; padding: 2px 0px 2px 5px}
#curva-superior { background-image: url(objetos/curva-superior.GIF); 
								background-repeat: no-repeat;
								width: 350px; height: 12px; background-position: center;
								overflow : hidden}
#curva-inferior {background-image: url(objetos/curva-inferior.GIF);
                background-repeat: no-repeat;
                width:350px; height: 12px; background-position: center;
				        overflow: hidden}

p {text-align: justify; font-family: Times New Roman; font-size: 16px}
h1 {font-size: 1.2em; color:blue; font-weight: bold ; text-decoration: underline ; text-align: center}
h2 {font.size: 1.1em; color:blue ; font-weight: bold ; text-decoration: none ; text-align: center}

a {color: black; font-size:1.1em ;text-decoration: none}
a:link		{}
a:visited {color: #1E90FF}
a:hover{color: gold; text-decoration: underline; background-color: black}
a:active	{}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }
	
li {
  float: left;
  position: relative;
  width: 10em;
  }
	
li a {color: black; font-size:1.1em ;text-decoration: none}
li a:link		{}
li a:visited {color: black}
li a:hover{color: gold; text-decoration: underline; background-color: black}
li a:active	{}

li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
	font-weight: bold 
  }
	
	li > ul {
	top: auto;
	left: auto;
	}
	
li:hover ul, li.over ul{ display: block; }

.centrado {text-align:center; align: center}