* { margin:0; padding: 0}
body {
	background: #00528e repeat-x url(images/bg.jpg) top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
/*esto es el diseño */
#box {width:900px; margin:0 auto}
#header {
	height:207px;
	background:url(images/logo.jpg)
}
#menu {
	height:29px;
	background:url(images/nav-bg.gif);
	padding-left: 10px;
}
	#menu div {
	background:url(images/nav-bar.gif) no-repeat;
	width: 101px;
	line-height:29px;
	
	text-align:center; 
	float: left;	
	font-size: 9px;
	font-weight: bold; 
	font-family:Verdana, Arial, Helvetica, sans-serif}
	
	#menu a {color: #dddddd; }
	#menu a:hover { text-decoration:none; color: #dddddd;}
	#menu div:hover {
	background: url(images/active.gif);
	width: 101px;
	line-height:29px;	
	font-weight: bold;
	}
#content { background:#FFFFFF}
#left_content {
	float:left;
	width:170px;
	background: #ffffff;
	margin: 10px 0px 0px 10px;
	}
	#left_content div {
	background:#FFFFFF url(images/flameicon.png) no-repeat;
	text-align: center;
	margin-bottom: 10px;
	}
	#left_content ul {
	font-weight:bold;
	padding: 3px 0px 20px 30px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	#left_content ol {
	background:url(images/bullet.gif) no-repeat;
	text-align:left;
	padding-left: 18px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
	}
	
#main_content { padding: 10px 10px 10px 190px;}
#footer {
	height:48px;
	line-height:48px;
	background:url(images/footerbg.png);
	color: #FFFFFF;
	padding-left: 13px;
		clear: both;
	position: relative;
}
		#f_right {
	width:350px;
	margin-right:10px;
	float:right;
	font-size: 11px;
	text-align: right;
}
			#f_right a {color:#FFFFFF; margin-right: 5px; margin-left:5px; font-weight:bold; text-decoration:none}
			#f_right a:hover { color:#FFFFFF; font-weight:bold}
		#f_content {
	padding:0px 350px 0px 10px;
	font-size: 11px;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#container {
  margin:  0 auto;
  width: 100%;
}

#debug {
  overflow: auto;
  font-size: 10px;
  line-height: 150%;
}
#bottom {
  clear: both;
  margin-bottom: 20px;
  text-align: center;
}
#errors {
  color:#DD3300;
}
#sql {
  color:#666666;
}
.dark {
  background-color: #F0F0F0 !important;
}
* html #nav-left a:hover, *:first-child+html #nav-left a:hover {
  padding-left: 15px;
}
#counter span {
  float: right;
}

#ajax_loading {
  position:absolute;
  top:20px;
  right:60px;
}
