

body {
    background-color : #ffffff;
    background-image : url(fondo.jpg);

  background-position: top left;
    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: 53px;
	line-height: 53px;
	padding: 0 30px 0 4px;
	
}


#menu ul {
    background-color : transparent;
    list-style-type : none;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    padding: 0;
  }


#menu li {
    float: left;
  }


#menu a {
    background-image : url('boton-normal.gif');
    background-position : right;
    background-repeat : repeat-x;
    color : #828181;
    display : block;
    font-family : Arial, 'Sans Serif', 'Trebuchet MS';
    font-size : 12px;
    font-weight : normal;
    padding-bottom : 0;
    padding-left : 20px;
    padding-right : 20px;
    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 : #000000;
    display : block;
    font-family : Arial, 'Sans Serif', 'Trebuchet MS';
    font-size : 12px;
    font-weight : normal;
    padding-bottom : 0;
    padding-left : 20px;
    padding-right : 20px;
    padding-top : 0;
    text-decoration : none;
  }


#submenu {
    margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	height: 30px;
	line-height: 30px;
	width: 900px;
	background-image : url('fondo-submenu.jpg');
	background-position: -9px 0;

  }


#submenu ul{
background-color : transparent;
    list-style-type : none;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    padding: 0px;	
	 float: left;
} 

#submenu li{
	float: left;
	
	font-family : Arial, 'Sans Serif', 'Trebuchet MS';
    font-size : 9px;
    font-weight : normal;
    height : 30px;
    line-height : 30px;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
   margin: 0 5px 0 5px;
	
}

#submenu a {
    
   color : #ffffff;
    text-decoration : none;
	 display: block;
	padding: 0 10px 0 10px;
	 
  }


#submenu a:hover {
background-color: #222222;
  }


#submenu .submenusel {
    background-color: #222222;
	  color : #ffffff;
    text-decoration : none;
	 display: block;
	padding: 0 10px 0 10px;

    
  }



