/*para hacer una caja con esquinas redondeadas*/
/*imagenes para esquinas redondeadas*/
.rbroundbox { background: url(../imagenes/nt.gif) repeat; }
.rbtop div  { background: url(../imagenes/tl.gif) no-repeat top left; }
.rbtop      { background: url(../imagenes/tr.gif) no-repeat top right; }
.rbbot div  { background: url(../imagenes/bl.gif) no-repeat bottom left; }
.rbbot      { background: url(../imagenes/br.gif) no-repeat bottom right; }
/*anchos y altos*/
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent  { margin: 0 7px; }
.rbroundbox { width: 100%; margin: auto; }
/*fin caja redondeada*/

/* capa al final de la página */
#menubottom{
	text-align:center; 
	width:760px;
	clear:both;
	margin:15px auto;
}