body {background:url(imagarq/fondo02.jpg);width: 100%;height: 100%}
#global {width:100%;height:800px;aligne:center;text-align:center;color:black;}

#cabezera {width:945px;margin-left:auto;margin-right:auto;}
  #cabezera1 {width:180px;height:2px;float:left;margin-top:5px;}
  #cabezera2 {font-size:1.4em; margin-top:2px;width:550px ;height :2px;float:left;}
  #cabezera3 {margin-top:2px;margin-right:10x;}


#menu {clear: both;margin-left:auto;margin-right:auto;width:960px;height:40px;}
  #normal1 {background-color:rgb(90,90,90);width:160px;height:40px;float:left;}
  #normal2 {color:red; background-color:rgb(100,100,100);width:160px;height:40px;float:left;}
  #normal3 {color:red; background-color:rgb(120,120,120);width:160px;height:40px;float:left;}
  #normal4 {color:red; background-color:rgb(140,140,140);width:160px;height:40px;float:left;}
  #normal5 {color:red; background-color:rgb(160,160,160);width:160px;height:40px;float:left;}
  #normal6 {color:red; background-color:rgb(200,200,200);width:140px;height:40px;float:left;}

#centrarpag {clear: both;margin-left:auto;margin-right:auto;width:960px;height:650px;}

#menulateral {clear:both;color:rgb(2,2,2);background-color:rgb(194,194,194);margin-left:auto;width:200px;height:650px;float:left;}

nav {clear;width:200px;margin:left;}
  nav li{list-style: none;position:relative; /* importante, para que el submenu tome la posición correcta*/}
  nav li a{color:#0A28FF;text-decoration:none;text-align:left;padding: 5px;display:block;}/*caracteristicas de las letras de los
 menus y submenus*/
  nav li a:hover{color:#FFFFFF;}/*color de letras cuando pasas el raton y oculta las letras*/
  nav li.parent:hover{border:1px #ccc solid;margin:-1px;background:#000000;}/*caracteristicas del fondo cuando pasas el raton*/
  nav li li a{width:200px;/*el ancho de los links del submenu, debe ser fijo, esto servirá para crear la animación mas adelante */
   display:block;}
  nav li.parent1a:hover{clear;width:230px;border:0px #ccc solid;margin:-1px;background:#000000;}/*caracteristicas del fondo cuando pasas el raton*/
  nav li ul {width:200px;margin:0px;display:none;background:#ffffff;border:1px #cccc solid;position: absolute;left: 100%;top:-1px;}
   /*caracteristicas de la ventana del submenu*/
  nav li:hover ul {display: block;}/*oculta el cuadro del submenu*/
  


#informacion {color:rgb(255,204,255);background-color:black;width:740px;height:650px;float:left}
  #informacion2 {color:rgb(255,255,255);background-color:rgb(104,104,104);margin-left:5px;width:940px;height:380px;float:left}

#piepag {clear: both;margin-left:auto;margin-right:auto;width:980px;}
