html {
  height: 100%;
  margin-bottom: 0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	margin: 20px;
	padding: 0;
	background-color:#000000
}

#page_bg {
	width: 840px;
	height: auto;
	margin: 0 auto;
}
a {
	color: #ffffff;
	text-decoration:none;
}
a:hover { 
	color: #FF0000;
	text-decoration:underline; 
}

a.rojo{
	color: #FF0000;
	text-decoration:none;
}
a.rojo:hover { 
	text-decoration:underline; 
}

#container {
	width: 840px;
	border: 10px;
	margin:20px;
}

#logo {
	background: #000000 url(../images/logo.jpg) no-repeat center top; 
	width: 800px;
	height: 130px;
	margin: 10
}

#logoing {
	background: #000000;
	width: 840px;
	height: 130px;
	margin: 10;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:25px;
	color: #FF0000;
	padding: 4px;
}

#titulo {
	font-family:"Courier New", Courier, monospace;
	font-size: 25px;
	color: #FF0000;
}

#titulodos {
	font-family:"Courier New", Courier, monospace;
	font-size: 20px;
	color: #FF0000;
}

#idiomas {
	text-align: left;
	background: #000000;
	border: 0px;
	float:right;
	margin: 0px 0px 0px 10px;
}

#menu {
	text-align: left;
	background: #000000;
	color: #000000;
	border: 0px;
	float:left;
	margin: 0px 0px 0px 10px;
}

#Contenido{
	background: #000000;
	width: 840px;
	margin: 0px 0px 0px 0px;
	FONT-SIZE: 14px;
	FONT-FAMILY: "Courier New", Courier, monospace;
	COLOR: #999999;
	text-align: justify;
}
#Fichas{
	background: #cccccc;
	margin: 0px 0px 0px 10px;
	text-align:justify;
	FONT-SIZE: 12px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	COLOR: #333333;
}


.clr {
	clear: both;
}

#zonavideo {
	float:left;
	text-align: left;
	background: #000000;
	border: 2px solid #cccccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:5px;
	margin: 0px 5px 0px 10px;
}


#now_playing_iframe {
	width: 235px;
	height: 645px;
	background: #000000;
	position: relative;
	margin: 0px 0px 0px 0px;
	border: 2px solid #999999;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	OVERFLOW: hidden ; 
	padding: 10px;
}

#Pie{
	background: #000000;
	width: 800px;
	height: 40px;
	margin: 0px 0px 0px 10px;
	text-align:center; 
	FONT-SIZE: 10px;
	FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;
	COLOR: #FF0000;
}
