/* General element styles */
body {
	width: 100%;
	background: #C0C0C0 url(images/light_texture.gif);
	}

img {
	margin: 5px;
    padding: 10px;
	}
	
p {
	margin: 10px 5px;
	padding: 5px 5px;
    }
	
table {
	width: 90%;
	border: 2px solid black;
	border-collapse: collapse;
	}

td {
	border: 1px solid black;
	}
	
tr {
	vertical-align: top;
	}
	
#header {
	padding: 5px 5px;
	text-align: center;
}

.centerdiv {
    text-align: center;
    }


#content {
	width: 65%;
	margin: 5px;
    padding: 5px 5px;
	float: left;
}
#footer {
	color: #fff;
	text-align: center;
	clear: both;
	margin: 10px 0;
	padding: 5px 15px;
	background: #CCCC99;
}
/* http://www.neuroticweb.com/recursos/css-rounded-box/ */
/* stuff for rounded corners */
/* Basado en http://www.redmelon.net/tstme/4corners/ */
/* set millions of background images */
.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 necesary */
.rbtop div, .rbtop, .rbbot div, .rbbot{
  height: 7px;
  font-size: 1px;
}
.rbcontent  { 
	margin: 0 7px;
	padding: 0;
}
.rbroundbox { width: 50%; margin: 1em auto; }

.clear {
	clear: both;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}

