* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	width: 100%;
}


body {
	color: #fff;
	background: #3B669B;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
}

#contenedor {
	margin: auto;
	padding: 7px;
	color: #000;
	background: #fff;
	width: 331px
}

#copy {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #fff;
	background: transparent;
	text-align: center;
}

h1 {
	height: 27px;
	color: #fff;
	background: #000 url(../img/logo_top.gif) center center no-repeat;
}

h1 span {
	display: none;
}

h2 {
	margin: 20px auto;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

p {
	margin: 10px 6px;
}

#stream {
	border: 0;
	height: 250px;
	overflow: hidden;
}

#precarga {
	border: 0;
	height: 100%;
	background: transparent url(../img/precarga.jpg) center center no-repeat;
}

#precarga * {
	display: none;
}

#conexion, #error, #netscape {
	display: none;
	height: 99.2%;
	background: #CEDAF1; /* url(../img/fondo_conn.gif) bottom right no-repeat; */
	border: 1px solid #CEDAF1;
}

#conexion li {
	margin: 5px 0 5px 40px;
	list-style: square;
}

#conexion li a {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

#conexion span {
	color: #990000;
}

#error, #netscape {
	text-align: center;
}

p#descarga {
	margin-top: 30px;
	text-align: center;
	line-height: 16px;
}

p#descarga a {
	color: green;
	font-weight: normal;
	text-decoration: underline;
	font-size: 11px;
}

p#descarga a:hover {
	text-decoration: none;
}

p.rojo {
	margin: 40px auto;
	font-weight: bold;
	color: #993300;
	background: transparent;
}

#tv {
	display: none;
	height: 100%
}

#tvObj {
	height: 100%;
	width: 100%;
}

#off {
	display: none;
	height: 100%;
	width: 100%;
	background: #ccc url(../img/off2.gif) top left repeat;
}

#off span {
	display: none;
}

ul#botones {
	background: #4A4C4F;
	padding: 6px 0;
	overflow: auto;
	height: 100%;
	text-align: center;
}

ul#botones li {
	float: left;
	display: block;
	height: 36px;
	width: 36px;
}

li#bot1 {
	margin-left: 22px;
	background: transparent url(../img/b_stop.gif) center center no-repeat;
}

html>body li#bot1 {
	margin-left: 43px;
}


li#bot2 {
	margin-left: 33px;
	background: transparent url(../img/b_play.gif) center center no-repeat;
}

li#bot3 {
	margin-left: 33px;
	background: transparent url(../img/b_conn.gif) center center no-repeat;
}

li#bot4 {
	margin-left: 33px;
	background: transparent url(../img/b_full.gif) center center no-repeat;
}

ul#botones a {
	display: block;
	height: 100%;
}

ul#botones span {
	display: none;
}

#contac {
	margin: 0;
	height: 28px;
	line-height: 28px;
	color: #000;
	background: #00A5F8;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	word-spacing: 4px;
	font-size: 13px;	
	font-weight: normal;
}

#contac a {
	color: #fff;
	background: transparent;
	text-decoration: none;
}

#contac a:hover {
	text-decoration: underline;
}




