iframe#Content {
  border: none;
  width: 100%;
  height: 500px;
  overflow: auto;
}
body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
p.quote {
  font-style: italic;
  padding: 3px;
}
a {
  color: #AA0000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body.ho {
  overflow: hidden;
}
div#carga {
	background-color: black;
	color: white;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	height: 100%;
	padding-top: 100px;
	position: fixed;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	z-index: 666;
}

div#bg {
  height: 100%;
  background-repeat: no-repeat;
  background-image: url('/img/lo-bg.jpg');
  background-position: top center;
}
div#bg.hi {
	background-image: url('/img/hi-bg.jpg');
}
div#wrapper {
	margin: auto;
	width: 790px;
	height: 100%;
	padding: 10px;
}

div#left {
  float: left;
}

div#right {
  float: left;
}

div#logo {
	margin-left: 20px;
}

div#menu {
  margin-top: 10px;
	width: auto;
}

div#menu div, div#menu a {
	height: 23px;
	float: left;	
	cursor: pointer;
}

#menu_news {
  background-image: url('/img/menu.png');
	background-position: 0px 23px;
	width: 75px;
}
#menu_news:hover, #menu_news.active {
	background-position: 0px 0px;
}
div#menu div.sep1 {
  background-image: url('/img/menu.png');
	background-position: -75px 23px;
	width: 10px;
}
#menu_band {
  background-image: url('/img/menu.png');
	background-position: -85px 23px;
	width: 120px;
}
#menu_band:hover, #menu_band.active {
	background-position: -85px 0px;
}
div#menu div.sep2 {
  background-image: url('/img/menu.png');
	background-position: -203px 23px;
	width: 10px;
}
#menu_media {
  background-image: url('/img/menu.png');
	background-position: -213px 23px;
	width: 90px;
}
#menu_media:hover, #menu_media.active {
  background-image: url('/img/menu.png');
	background-position: -213px 0px;
}
div#menu div.sep3 {
  background-image: url('/img/menu.png');
	background-position: -304px 23px;
	width: 11px;
}
#menu_links {
  background-image: url('/img/menu.png');
	background-position: -315px 23px;
	width: 60px;
}
#menu_links:hover, #menu_links.active {
  background-image: url('/img/menu.png');
	background-position: -315px 0px;
}
div#menu div.sep4 {
  background-image: url('/img/menu.png');
	background-position: -375px 23px;
	width: 10px;
}
#menu_contact {
  background-image: url('/img/menu.png');
	background-position: -385px 23px;
	width: 83px;
}
#menu_contact:hover, #menu_contact.active {
  background-image: url('/img/menu.png');
	background-position: -385px 0px;
}

div#submenu {
	width: auto;
	padding-left: 10px;
}

div#options {
  float: left;
	width: 445px;
	
	padding-top: 5px; 
	font-family: Verdana;
	font-size: 10pt;
	color: darkgray;
	height: 20px;
	vertical-align: bottom;
	text-align: center;
}

div#options a {
	color: #999;
	text-decoration: none;
}
div#options a:hover {
	color: #bb0000;
	text-decoration: underline;
}


div#ep {
  display: block;
	width: 310px;
	height: 310px;
	margin-top: 10px;
  background-image: url('/img/ep/bg.png');
	background-repeat: no-repeat;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: white;
	float: left;
}
div#ep input {
	height: 13px;
	border: 1px solid #1a1a1a;
	background-color: #111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: white;
	padding: 2px;
	margin-bottom: 2px;
}

div#center {
  margin-top: 10px;
}

div.panel_top {
	background-image: url('/img/panel/top.png');
	background-repeat: no-repeat;
	height: 20px;
	width: 468px;
}
div.panel {
	background-image: url('/img/panel/center.png');
	background-repeat: repeat-y;
	width: 468px;
}
div.panel div.content  {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-top: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFF;	
}
div.panel_bottom {
	background-image: url('/img/panel/bottom.png');
	background-repeat: no-repeat;
	height: 20px;
	width: 468px;
}

div#footerStart {
	width: 100%;
	height: 90px;		
  background-image: url('/img/footer/bg.png');
	background-repeat: repeat-x;	
}
div#footer {
	width: 100%;
	
	background-color: black;
		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333;
	text-align: center;
}
div.bio img {
  float: right;
  width: 100px;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 15px;
}

div.article div.header {
  border-bottom: 1px solid #333333;
}
div.article div.header div.title {
  float: left;
  font-weight: bold;
}
div.article div.header div.info {
  float: right;
}
div.article div.header span.author {
  color: silver;
  font-style: italic; 
}
div.article div.header span.datetime {
  color: white;
}
div.article {
  margin-bottom:10px;
}
div.article div.html {
  padding: 10px;
  background-image: url('/img/void.png');
}