@charset "utf-8";
/* CSS Document */

A {text-decoration:none; color:#999999;} 
A:link {text-decoration: none;}
A:visited {text-decoration: none}
A:active {color: #000000; text-decoration: none}
A:hover {text-decoration: none;}
p {color:#999999; font-size:12px}
img {border-style: none; background: url(loading0.gif) no-repeat 50% 50%;}

body { scrollbar-base-color : #FFFFFF;
    scrollbar-arrow-color : #1111111; 
}

#pag {
padding:50px;
}

#menu {
  position:absolute;
  top:40px;
  left:0;
  background-color:#FFFFFF;
  width:150px;
  padding:0 0 100px 40px;
  height:450px;
}
html>body #menu {
  position:fixed;
}
	
#contenido {
  position:absolute;
  top:80px;
  left:210px;
  width:85%;
  height:430px;
  overflow:auto;
}
html>body #contenido {
  position:static;
  top:auto;
  left:auto;
  width:auto;
  height:auto;
  overflow:visible;
}
*html #contenido {
	  padding-left:0px;
}	
#contenido img {
	margin-right:5px;
}

#contacto {
  position:absolute;
  top:40px;
  left:400px;
}

