

body {
    background-color : #2c699c;
    background-image : url(fondo.jpg);
    background-position : top;
	 background-repeat : repeat-x;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
  }


#menu {
	background-image: url(fondo-botonera.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	height: 44px;
	line-height: 44px;
	padding: 0 25px;
	
}


#menu ul {
    
	 
	 background-color : transparent;
	 list-style-type : none;
    margin : 0 auto;
    padding: 0;
  }


#menu li {
    float: left;
	 
  }


#menu a {
    background-image : url('borde-normal.gif');
    background-position : right;
    background-repeat : no-repeat;
    color : #ffffff;
    display : block;
    font-family : 'Arial', Georgia, 'Sans Serif';
    font-size : 11px;
    font-weight : normal;
    padding-bottom : 0;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 0;
    text-decoration : none;
	
  }


#menu a:hover {
    background-image : url('boton-over.jpg');
	 
  }


#menu .seleccionado { 
  background-image : url('boton-over.jpg');
    background-position : right;
    background-repeat : repeat-x;
    color : #ffffff;
    display : block;
    font-family : 'Arial', Georgia, 'Sans Serif';
    font-size : 11px;
    font-weight : normal;
    padding: 0 10px;
    text-decoration : none;
	 
  }
