body {
	margin-top: 0; margin-bottom: 0; 
	background: url(http://www.bellezaejecutiva.com/images/000.jpg) #000;
	color: #CCC;
	font-family: sans-serif;
	font-size: 12px;
}
h1, h2, h3 {
  margin: 0px;
  padding: 0px;
}
#wrapper {
	margin-left: auto; margin-right: auto;
	position: relative;
	width: 700px;
	background: #222; border-left: #333 1px solid; border-right: #333 1px solid;
}
#header {
	width: 700px;
}
#navigation {
	background: #111;
	color: #FFF;
	margin: 1px;
	text-align: center;
	width: 100%;
	height: 32px; text-transform: uppercase; font-size: 12px; border-top: #ff00ae 5px solid;
}
#filters {
	float: left;
	margin: 15px;
}
#search {
	float: right;
	margin: 15px;
	text-align: right;
}
#content {
	clear: both;
	padding-left: 15px;
	padding-right: 15px;
}
#copyright {
	text-align: center;
	font-size: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	height: 50px;
}

/* Hyper Links */
a { color: #999; }
a:hover { color: #38a8d6; }

#navigation a, .table_top_title a { color: #CCC; text-decoration:none; }
#navigation a:hover, .table_top_title a:hover {
	color: #18d6e0;
	text-decoration: none;
}
#navigation ul{PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
#navigation li{PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none;}
#navigation li a{PADDING-RIGHT: 15px; DISPLAY: block; PADDING-LEFT: 15px; PADDING-BOTTOM: 8px; MARGIN: 0px; COLOR: #ccc; PADDING-TOP: 9px;}
#navigation LI A:link{PADDING-RIGHT: 15px; DISPLAY: block; PADDING-LEFT: 15px; PADDING-BOTTOM: 8px; MARGIN: 0px; COLOR: #ccc; PADDING-TOP: 9px;}
#navigation LI A:visited{PADDING-RIGHT: 15px; DISPLAY: block; PADDING-LEFT: 15px; PADDING-BOTTOM: 8px; MARGIN: 0px; COLOR: #ccc; PADDING-TOP: 9px;}
#navigation LI A:hover{PADDING-RIGHT: 15px; PADDING-LEFT: 15px; BACKGROUND: #202020; PADDING-BOTTOM: 8px; MARGIN: 0px; COLOR: #ff00ae; PADDING-TOP: 9px;  }

#final_aprobado{
	color:#ff00ae; font-weight:bold; text-align: center; margin: 7px;
}
#cambiar_codigo{
	color:#F00; font-weight: bold; margin: 8px; text-align: center;
}
.table_border {
	border: 1px solid #000;
	margin-bottom: 10px;
	padding: 1px;
}
/* Top Ranking Style */
.table_top_title {
	background: #4a4a4a url("title.png") repeat-x;
	font-size: 12px;
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
}
.table_top_rank {
	background-color: #111;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_top_description { }
.table_top_banner {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.table_top_stats {
	background-color: #111;
	padding: 2px;
}
.table_top_rating {
	background-color: #111;
	text-align: center;
}
/* Ranking Style */
.table_title {
	background: #4a4a4a url("title.png") repeat-x;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.table_rank {
	background-color: #DCDCDC;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.table_description { width: 100%; }
.table_stats {
	background-color: #DCDCDC;
	padding: 2px;
	text-align: center;
}

/* Stats Style */
.stats_top {
	background: #4a4a4a url("title.png") repeat-x;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.stats_left { background-color: #DCDCDC; }
.stats1 {
	background-color: #333;
	text-align: center;
}
.stats2 {
	background-color: #000;
	text-align: center;
}

/* Admin */
.darkbg {
  background-color: #737373;
  color: #fff;
}
.mediumbg {
	background: #4a4a4a url("title.png") repeat-x;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
.lightbg {
	color: #000;
	background-color: #FFF;
}
.lightbgalt {
	color: #000;
	background-color: #DCDCDC;
}

table { width: 100%; }
/* No Borders Images */
img { border: 0; }

textarea, input {
	font-family: sans-serif;
	font-size: 12px;
}

.join_edit_error {
	color: #555;
	background-color: #f0f0f0;
	border: 1px solid #f00;
	padding: 2px;
}

a.help { color: #f00; font-weight: bold; text-decoration: none; }
a.help:hover { color: #333; }
