body {
  margin: 0;
  margin-top: 10px;
  background:#990000;
}

td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	}
a {
text-decoration: none;
font-weight: bold;
color:#009900;
}

a:hover {
text-decoration: none;
color: #00CC33;
font-weight: bold; 
}

li {
	font-size: 14px;
	font-weight: bold;
}

.menu {
	background: url(images/menu.jpg);
	background-repeat: no-repeat;
	margin: 0;
	vertical-align: top;
}

.main {
	background: url(images/main.jpg);
	background-repeat: no-repeat;
	margin: 0;
	text-align: center;
}

.clr{clear:both;}

.content {
width: 778px;
background: #F2F2F2;
margin-top: 5px;
}

.texto {
	width: 90%;
	margin-top: 20px;
	text-align: justify;
}

hr {
width:  90%;
 }

/* blanco */
.rbroundbox { background: url(../images/nt.gif) repeat; }
.rbtop div { background: url(../images/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/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 0px; }
.rbroundbox { width: 100%; margin: auto auto; }

/* amarillo */
.rbroundbox_01 { background: url(../images/nt_01.gif) repeat; }
.rbtop_01 div { background: url(../images/tl_01.gif) no-repeat top left; }
.rbtop_01 { background: url(../images/tr_01.gif) no-repeat top right; }
.rbbot_01 div { background: url(../images/bl_01.gif) no-repeat bottom left; }
.rbbot_01 { background: url(../images/br_01.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop_01 div, .rbtop_01, .rbbot_01 div, .rbbot_01 {
width: 454px;
height: 7px;
font-size: 1px;
}
.rbcontent_01 { margin: 0 0; }
.rbroundbox_01 { width: 454px; margin: auto auto; }

.style1 {color: #00CC00; font-size: 10px; font-weight: bold;}
