#sup
{
	border-bottom: 1px solid #CC0033;
	width: 950px;
	height: 90px;
}

#div_atrapa
{
	margin-left: 105px;
	width: 950px;
	height: 50px;
}
#div_atrapa th
{
	width: 500px;
}

#div_atrapa_izq
{
	float: left;
	width: 480px;
	height: 50px;
	margin-top: 18px;
}

#div_atrapa_der
{
	float: right;
	width: 470px;
	height: 50px;

}

#atrapa
{
	text-align: center;
	color: #FFFFFF;
	background-color: #333333;
	border: 0px;
	border-collapse: collapse;
	color: #999999;
	font-size: 14px;
	vertical-align: middle;
	margin: 0px;
}

#atrapa img
{
	border: 0px;
}

#sesion {
	float: right;
	width: 450px;
	height: 90px;
	color: #CCCCCC;
	margin-top: 10px;
}
#sesion a {
	color: #999999;
}
.ses_check {
	vertical-align: sub;
}
input.ses_check {
	width: auto;
}
input.ses_text {
	width: 150px;
	height: 15px;
	padding: 2px;
	padding-left: 5px;	
	background: #171717;
	color: #8c8c8c;
	border: 1px solid #666666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	font-size: 10px;
}
input.ses_text.active {
	background: #343434;
	border-color: #000;
	color: #fff;
}
input.ses_error {
	background: #432323;
	border-color: #171717;
}
input.error {
	background: #432323;
	border-color: #171717;
}
#error {
	color: #FF0000;
}
.ses_boton {
	font-size: 10px;
	font-family:Verdana,Helvetica;
	font-weight:bold;
	color: white;
	background:#638cb5;
	border:0px;
	width: 70px;
	height: 20px;
}
.ses_boton:hover {
	text-decoration: underline;
	cursor: hand;
}

#sesion table {
	float: right;
	color: #999999;
	border-collapse: collapse;
}

#sesion table td {
	text-align: right;
	font-size: 12px;
}
#sesion table th {
	text-align: left;
	font-size: 12px;
	padding-top: 8px;
	font-weight: 100;
}
#sesion table th a {
	color: #0099FF;
}

/*MENU*/
#menu_bienvenida {
	font-size: 13px;
	color: white;
	width: 450px;
	text-align: left;
	border-bottom: 1px solid #FF0000;
	margin-top: 3px;
}
#menu_opciones {
	font-size: 13px;
	color: #FF9900;
	width: 450px;
	height: 20px;
	text-align: right;
	background-color: #333333;
	padding-top: 3px;
}
#menu_opciones a {
	color: #0099FF;
}
#menu_cerrar {
	font-size: 10px;
	font-family:Verdana,Helvetica;
	font-weight:bold;
	width: 100px;
	text-align: right;
	float: right;
	margin-top: 9px;
}
#menu_cerrar a {
	color: #FF9933;
}

/*Esta parte fue agregado pòr jk*/

.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; }
