@charset "utf-8";
/* CSS Document */
@import url("comun.css");
@import url("menu_directe.css");
#contenedor_directe {
	 background-color:#fff;
	 height: 100%;
	 width: 100%;
	 float: left;
	 text-align: left;
	 overflow: hidden;
	 font-size: 80%;
}

body {
text-align:center;}
#principal {
	width: 95%;
	margin:0 auto;
	position: relative;
	background-color: #FFF;
	height:auto;
	_height: 800px;
	text-align: center;
	overflow:hidden;

}


#reproductor {
	background-color:#000000;
	padding: 10px;
	width: 385px;
}



#titulo {
	float: left;
	width: 100%;
	background-color:#9e9e9e;
	height: 38px;
	text-align:left;
	margin-top:0px;
}

#titulo .titular{
	padding: 0px 12px 0px 0px;
	color:#fff;
	font-size:200%;
	text-transform:uppercase;
	font-weight:bold;
	background-color:#000;
	width: auto;
}
#titulo h2{
text-indent:-5000px;
}

iframe {
	width: 100%;
	_width: 80%;
	height: 800px;
	text-align: left;
	overflow: hidden;
}
