/*____________________________________________________________________  Body  */
body {
  margin: 0;
  padding: 0;
  font-family: 'Century Gothic', Tahoma, sans-serif;
  font-size: 11px;
  background-color: #ffffff;
  color: #605f5f;


}
.hidden {
  display: none;
}

/*_________________________________________________________________  Content  */


}
div#wrapper h1 span {
  font-size: 12px;
  color: #fff;
}

/*______________________________________________________________  Navigation  */
#nav {
  padding-left: 10px;
  padding-bottom: 6px;
  margin-left: 0;
  border-bottom: 1px solid #1e3551;
}
#nav li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}
#nav li a {
  border: 1px solid #1e3551;
  float: left;
  font-size: small;
  font-weight: normal;
  line-height: 14px;
  margin-right: 8px;
  padding: 2px 10px 5px;
  text-decoration: none;
  cursor: pointer;
  color: #aaa;
}
#nav li a.selected {
  border-bottom: 1px solid #09111a;
  color: #fff;
}
.tab-content {
  display: none;
}


/*__________________________________________________________________  Images  */
img {
  border: none;
}



/*___________________________________________________________________  Demos  */
div.inline-sample-content {
  background:none;
}
#hongkong {
  text-align: center;
}
#advanced-pane {
  display: none;
}


/*____________________________________________________________________  Texto dentro de los div  */

.titulo {
	font-family: 'Century Gothic', Tahoma, sans-serif;
	font-size: 18px;
	color: #cb1e19;
}

.txt {
	font-family: 'Century Gothic', Tahoma, sans-serif;
  	font-size: 11px;
	color: #605f5f;
