/* CSS Document */
/* set millions of background images */
.rbroundbox { background: url(nt.gif) repeat; }
.rbtop div { background: url(tl.gif) no-repeat top left; }
.rbtop { background: url(tr.gif) no-repeat top right; }
.rbbot div { background: url(bl.gif) no-repeat bottom left; }
.rbbot { background: url(br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 50%; margin: 1em auto; }




/*barras*/
/*Herramientas*/
.SupIzq_herramientas{
width:945px;
height:25px;
background-color:#b94834;
background-image: url(../images/Sup_Izq.gif);
background-repeat: no-repeat;
background-position: top left;
}

.InfDer_herramientas{
background-image: url(../images/Inf_Der.gif);
background-repeat: no-repeat;
background-position: bottom right;
padding: 0.2% 0.7% 0.7% 0.7%;
}

/*Menu*/
.SupIzq_menu{
width: 180px;
height:25px;
background-color:#b94834;
background-image:  url(../images/Sup_Izq.gif);
background-repeat: no-repeat;
background-position: top left;
}

.SupDer{
background-image: url(../images/Sup_Der.gif);
background-repeat: no-repeat;
background-position: top right;
}

.InfIzq{
background-image: url(../images/Inf_Izq.gif);
background-repeat: no-repeat;
background-position: bottom left;
}

.InfDer_menu{
background-image: url(../images/Inf_Der.gif);
background-repeat: no-repeat;
background-position: bottom right;
padding: 7% 7% 7% 7%;
}



/*contenido*/
.SupIzq_contenido{
width:503px;
height:25px;
background-color:#b94834;
background-image: url(../images/Sup_Izq.gif);
background-repeat: no-repeat;
background-position: top left;
}

.InfDer_contenido{
background-image: url(../images/Inf_Der.gif);
background-repeat: no-repeat;
background-position: bottom right;
padding: 0.7% 0.7% 0.7% 0.7%;
}

.InfDer_contenido_home{
background-image: url(../images/Inf_Der.gif);
background-repeat: no-repeat;
background-position: bottom right;
padding: 2.5% 2.5% 2.5% 2.5%;
}



