/*Cambios realizados por T-SYSTEMS*/

body { 
    background-color: #ffffff;
    margin: 0;
    font-size: 100%;
   

}

html>body { 
    background-color: #ffffff;
    margin: 0;
    font-size: 100%;
}

p, h1, h2, h3 {
	margin:0;
	padding:0;
	font-weight:normal;
}

img {
		border:0;
}

.oculto {
		position:absolute;
		left:0px;
		top:-500px;
		width:1px;
		height:2px;
		overflow:hidden;
}

.vacio {}

/* Skip to */
#skip, #skip a, #skip a:hover, #skip a:visited, #skip a:active 
{ 
        position:absolute; 
        left:0px; 
        top:-500px; 
        width:1px; 
        height:1px; 
        overflow:hidden; 

} 
  
#navlist{
		background-color:#fff;
}
 
#navlist li { 
        display: inline; 
        list-style-type: none; 
        padding-right: 8px; 
        font-family:Arial, Helvetica, sans-serif; 
        font-size:80%; 
        line-height:20px;
} 

#navlist li     a:visited, #navlist li  a:link { 
		color:#000; font-size:80%;
} 

/* Fin de Skip to */

.h1_nomprogemi {
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
}

/*Fin de cambios realizados por T-SYSTEMS*/

table, tr, td, div, span {
	font-family: Verdana, Geneva, Arial, Helvetica, swiss, sans-serif;
	}
/*CONTENEDOR GENERICO POP-UP TABLA EMISIONES*/
.popup {
	width: 100%;
	height: 100%;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	text-align: left;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: left top;
	}
		.popup#emisiontve {
			height:300px;
			width:610px;
			background-color: #00305A;
			background-image: url(/imgfiles/1/bkg_popup_emisiones_tve.jpg);
			}
		.popup#emisionrne {
			background-color: #4F3307;
			background-image: url(/imgfiles/1/bkg_popup_emisiones_rne.jpg);
			}
table.emision {
	border-width: 6px;
	border-style: solid;
	margin-top: 18px;
	margin-left: 80px;
	}
		.popup#emisiontve table.emision {
			border-color: #145088;
			background-color: #145088;
			}
		.popup#emisionrne table.emision {
			border-color: #794F00;
			background-color: #794F00;
			}
			
/*TABLA EMISIONES TVE*/
.emitve {
	font-size: 68%;
	line-height: 124%;
	color: #323232;
	height: 24px;
	width: 490px;
	text-align: left;
	vertical-align: middle;
	background-color: #DAEAF6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #80B4DC;
}

/*EMISION PRINCIPAL*/
.emitve#maintve {
	}
.emirne#mainrne {
	}

/*ICONO CANALES TVE*/
.emitve .dot {
	width: 18px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #AECDE8;
	}
	.emitve#maintve .dot {
		background-color: #80B4DC;
		}
		table.emitve td.dot#tve1 {
		background-image:   url(/imgfiles/1/dot_emi_tve1.gif);
		}
		table.emitve td.dot#tve2 {
		background-image:   url(/imgfiles/1/dot_emi_tve2.gif);
		}
		table.emitve td.dot#tveint {
		background-image: url(/imgfiles/1/dot_emi_tveint.gif);
		}
		table.emitve td.dot#canal24h {
		background-image: url(/imgfiles/1/dot_emi_canal24h.gif);
		}
		table.emitve td.dot#docutve {
		background-image: url(/imgfiles/1/dot_emi_docutve.gif);
		}
		table.emitve td.dot#tdp {
		background-image: url(/imgfiles/1/dot_emi_tdp.gif);
		}
		table.emitve td.dot#canalclasico {
		background-image: url(/imgfiles/1/dot_emi_canalclasico.gif);
		}
		table.emitve td.dot#c50anyos {
		background-image: url(/imgfiles/1/dot_emi_c50anyos.gif);
		}
	/*CABECERA EMISIONES TVE*/
	table.emitve#cabtve {
	background-color: #145088;
	height: 26px;
	border: 0px;
	}
	table.emitve#cabtve td.dot {
	background-color: #145088;
	background-position: left middle;	
	background-image: url(/imgfiles/1/dot_emi_cabecera_tve.gif);
	display: table-cell;
	}
	table.emitve#cabtve td.nomprogemi {
	padding-left: 4px;
	color: #AECDE8;
	/*font-weight: bold;
	text-transform: uppercase;*/
	}
	/*PIE EMISIONES TVE*/
	table.emitve#pietve {
	background-color: #145088;
	color: #AECDE8;
	height: 26px;
	border: 0px;
	text-align: right;
	padding-right: 12px;
	}
/*DATOS DE EMISIONES TVE*/
.cadena {
	padding-left: 4px;
	width: 170px;
	display: table-cell;
	}
	.emitve#maintve .cadena {
		font-weight: bold;
		}
.emitve td.dia {
	color: #145088;
	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;
	padding-left: 4px;
	width: 164px;
	display: table-cell;
	}
.emitve td.hora {
	color: #006EC2;
	font-weight: normal;
	text-align: left;
	padding-left: 4px;
	width: 48px;
	display: table-cell;
	}
.emitve td.sistema {
	color: #145088;
	font-size: 90%;
	padding-left: 4px;
	width: 90px;
	display: table-cell;
	}
		.emitve#maintve .cadena,
	 	.emitve#maintve .dia,
		.emitve#maintve .hora,
		.emitve#maintve .sistema {
		background-color: #AECDE8;
		color: #145088;
		}


/*TABLA EMISIONES RNE*/
.emirne {
	font-size: 68%;
	line-height: 124%;
	color: #323232;
	height: 24px;
	width: 490px;
	text-align: left;
	vertical-align: middle;
	background-color: #FCECD0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F8C066;
}
/*ICONO CANALES RNE*/
.emirne .dot {
	width: 18px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FAD8A0;
}
	.emirne#mainrne .dot {
		background-color: #FAD8A0;
		}
		table.emirne td.dot#rne1 {
		background-image:   url(/imgfiles/1/dot_emi_rne1.gif);
		}
		table.emirne td.dot#rne2 {
		background-image:   url(/imgfiles/1/dot_emi_rne2.gif);
		}
		table.emirne td.dot#rne3 {
		background-image: url(/imgfiles/1/dot_emi_rne3.gif);
		}
		table.emirne td.dot#rne4 {
		background-image:   url(/imgfiles/1/dot_emi_rne4.gif);
		}
		table.emirne td.dot#rne5 {
		background-image:   url(/imgfiles/1/dot_emi_rne5.gif);
		}
		table.emirne td.dot#rnee {
		background-image:   url(/imgfiles/1/dot_emi_rnee.gif);
		}
		table.emirne td.dot#rnec {
		background-image:   url(/imgfiles/1/dot_emi_rnec.gif);
		}
	/*CABECERA EMISIONES RNE*/
	table.emirne#cabrne {
	background-color: #794F00;
	height: 26px;
	border: 0px;
	}
	table.emirne#cabrne td.dot {
	background-color: #794F00;
	background-position: left middle;	
	background-image: url(/imgfiles/1/dot_emi_cabecera_rne.gif);
	display: table-cell;
	}
	table.emirne#cabrne td.nomprogemi {
	padding-left: 4px;
	color: #FAD8A0;
	/*font-weight: bold;
	text-transform: uppercase;*/
	}
/*DATOS DE EMISIONES RNE*/
	.emirne#mainrne .cadena {
		font-weight: bold;
		}
.emirne td.dia {
	color: #794F00;
	font-weight: bold;
	font-size: 90%;
	text-transform: uppercase;
	padding-left: 4px;
	width: 164px;
	display: table-cell;
	}
.emirne td.hora {
	color: #794F00;
	font-weight: normal;
	text-align: left;
	padding-left: 4px;
	width: 48px;
	display: table-cell;
	}
.emirne td.sistema {
	color: #794F00;
	font-size: 90%;
	padding-left: 4px;
	width: 90px;
	display: table-cell;
	}
		.emirne#mainrne .cadena,
	 	.emirne#mainrne .dia,
		.emirne#mainrne .hora,
		.emirne#mainrne .sistema {
		background-color: #FAD8A0;
		color: #4F3307;
		}
/*PIE EMISIONES RNE*/
	table.emirne#pierne {
	background-color: #794F00;
	color: #FAD8A0;
	height: 26px;
	border: 0px;
	text-align: right;
	padding-right: 12px;
	}
