/* Prueba de hoja de estilos */

/*html {
        background: yellow url(/images_SR/background.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}*/

body {text-align:center; background-image: url("images_SR/geode.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;}

#global{width: 1024px; margin: 5px auto; border: 2px solid black;
        background: white;
         }

#menu ul {margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; }
#menu li {display: inline; }
#menu ul li a {text-decoration:none;  margin: 4px;
	padding: 5px 20px 5px 20px; color: white;
	background: navy;}
#menu ul li a:hover {color: black;
	background: lightgrey; }

/*<style type="text/css">
#bg{
   background: url(images_SR/background2.jpg);
   width: 100%;
}
#fondo2{
   background-image: url(fondo2.png);
   background-repeat: no-repeat;
   background-position: bottom right;
}
#fondo3{
   background-image: url(fondo3.png);
   background-repeat: no-repeat;
   background-position: center;
}
</style>*/ 

/*#bg{
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }*/