body {
	background-color: #FF6B09;
}

.cabecera{
width:950px;
height:200px;
background:url(../imagenes/cabecera.png) no-repeat center;
}
/*-----------------------------menu-------------------*/
#menu{
width:628px;
height:41px;
margin:0px 0 0 26px;
background:url(../imagenes/menu_bg.jpg) no-repeat center;
}
#menu ul{
display:block;
list-style:none;
padding:9px 0 0 10px;
margin:0px;
}
#menu ul li{
display:inline;
padding:0px;
margin:0px;
height:27px;
}
#menu ul li a{
height:27px;
display:block;
padding:0px 10px 0 10px;
margin:0 4px 0 4px;
_margin:0 2px 0 2px;
float:left;
text-decoration:none;
text-align:center;
color:#fff;
font-size:13px;
line-height:27px;
}
#menu ul li.selected a{
height:27px;
display:block;
padding:0px 10px 0 10px;
margin:0 5px 0 5px;
float:left;
text-decoration:none;
text-align:center;
color:#fff;
font-size:13px;
line-height:27px;
background:url(../imagenes/menu_bt_bg.gif) repeat-x center;
}
#menu ul li a:hover{
background:url(../imagenes/menu_bt_bg.gif) repeat-x center;
}

