﻿/* CSS Document */
table {width: 100%;padding: 6px;color:black;font-size:13px;}
td.canal h4 {margin: 0px 0px 7px 0px;padding: 0px;display: inline;}
td.canal p {margin: 0px;padding: 0px;text-align: justify;}
td.canal img {float: left;margin: 0px 21px 6px 0px;}
td.flag {text-align: center;width:72px;font-size:90%;}
th {padding: 6px;text-align: center;}
th.tp {border: 3px solid black;}
th b {font-size: 20px;}
td {color: black;background-color: #EFEFEF;border: 1px black solid;padding: 6px;clear: both;}
td.tp {width:95px;padding:0;border: 3px solid black;text-align: center;}
.tp .cartel {padding:3px;margin:0 0 4px;color:white;background:black;}
td .datos {margin:4px 1px;}
.canal a:link {color:#0000BB;}
.canal a:hover,  .canal a:active {color:#0000FF;}
.canal a:visited {color:#000077;}
td.null {border:0;background-color: #CFCFCF;color:#808080;text-align:center;cursor:auto}
.cese {text-align: center;background-color: #CECECE;color:#606060;border: 0px;cursor:auto;font-size:90%;}
.cese .cartel {border:#666666 dashed 1px;margin-bottom:4px;}
th.otros {border: 3px solid black;}	
td.otros {text-align: center;border: 3px solid black;text-align: center;}
.help {line-height: 3em;text-align: center;border: 3px solid black;text-align: center;}
.help .recuadro {border: 2px dashed #AAAAAA;padding: 7px;}
.help .explanation {color: #777777;font-weight: bold;border: 2px dashed #EFEFEF;}
.help .flecha {font-size: 20px;color: #777777;}
#fin {width:100%;background-color: #555588;height: 27px;}
/*#contacto {
	width: 450px;
	height: 218px;
	color:black;
	padding:36px 0px;
	margin: 0px auto;
	background: #CCCCCC;
	position: relative;
	top: 25px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}
#contacto input {
	font-size: 14px;
}*/
#satelites {width: 962px;height: auto;margin: 0px auto;padding: 14px;background: white;position: relative;top: 25px;}
#presentacion {
	background-color: #555588;
	color: #EFEFEF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	padding: 7px 0px;
	font-weight: bold;
	width: 990px;
	margin: 0px auto 0px;
	text-align: center;
	position: relative;
	top: 25px;
}
#satelites .conjunto_pais {
	width: auto;
	height: auto;
	background: #3366CC;
	border-top: 7px solid #000099;
	padding-top: 10px;
	margin-bottom: 20px;
}
#satelites .indicador_pais {
	width: 150px;
	height: 100px;
	float: left;
	position: relative;
}
#satelites .indicador_pais .pais {
	background-color:#DDDDDD;
	font-size:20px;
	text-align:left;
	font-weight:bold;
	padding-bottom: 10px;
}

#satelites .canal {
	width: 95px;
	height: 123px;
	margin: 10px;
	float: left;
	position:relative;
	padding: 0px;
}
#satelites .canal .logo {
	position:absolute;
	bottom: 0px;
	margin: auto;
}
#satelites .canal .letrero {
	position:absolute;
	bottom: 0px;
	width:100px;
	text-align: center;
	font-weight:bold;
	border-bottom: 2px solid #DDDDDD;
}
#satelites caption span {
	margin-left: 220px;
}
#satelites table {
	border-left: 17px solid #DFDFDF;
	background: #F2F2F2;
	border-top: 10px solid #DDDDDD;
	border-right: 10px solid #DDDDDD;
	border-bottom: 10px solid #DDDDDD;
}
#satelites table .bandera {
	width: 150px;
	background-color: #DDDDDD;
	margin-right: 0px;
}
#satelites table .celdaLogos {
	padding: 9px;
}
#satelites div.letrero_ficha {
	background: #DDDDDD url(../img/lateral_2.gif) right top no-repeat;
	width: 170px;
	font-size:18px;
	text-align:left;
	font-weight:bold;
	padding: 4px 0 0 5px;
}
#tachado {
	position:absolute;
	top:0px;
	left:0px;
	visibility:hidden;
}
#satelites .his {
	padding-top: 7px;
	font-weight: bold;
	text-align: right;
	height: 18px;
}
#satelites .his_no {
	padding-top: 7px;
	font-weight: bold;
	text-align: right;
	height: 18px;
	color: #999999;
}
#satelites .his_no img {
	visibility: hidden;
}
#satelites .ast {
	font-weight: bold;
	text-align: right;
	height: 18px;
}
#satelites .ast_no {
	font-weight: bold;
	text-align: right;
	height: 18px;
	color: #999999;
}
#satelites .ast_no img {
	visibility: hidden;
}
#satelites #nota {
	font-size: 14px;
	padding: 10px;
	background-color: #DEDEDE;
}

/* #### INFO BULLE #### */
span.info {
   position: relative;
   color: #0000BB;
   text-decoration: none;
   border-bottom: 1px #0000BB dotted; /* on souligne le texte */
}
span.info div.ballon {
   display: none; /* on masque l'infobulle */
}
span.infoHover {
   position: relative;
   color: #0000BB;
   text-decoration: none;
   border-bottom: 0; /* on ne souligne plus le texte */
   background: none; /* correction d'un bug IE */
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */

   cursor: help; /* on change le curseur par défaut en curseur d'aide */
}
span.infoHover div.ballon {
   display: inline; /* on affiche l'infobulle */
   position: absolute;

   white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */

   top: 18px; /* on positionne notre infobulle */
   left: 20px;

   background: white;

   color: #0000BB;
   padding: 0;
   
   line-height:1.2em;

   border: 1px solid #0000BB;
   border-left: 4px solid #0000BB;
}
span.infoHover div.ballon div.ballonTitle {
	background-color:#0000BB;
	color:#DDDDEE;
	font-weight:bold;
	text-align:center
}
/* #### FIN INFO BULLE #### */

/* colores satélites th y td con .tp de los listados y fondo flecha del index */
.orbital_3 { background-color: #64C32A; }
.am22 { background-color: #214277; color: #FFFFFF; }
.intelsat12, .intelsat12 { background-color: #5D8AA8; color: #FFFFFF; }
.am1, .am1 { background-color: #5C442C;color:#FFFFFF; }
.hellas, .hellas { background-color:#98b4d4 }
.sesat, .sesat { background-color:#FFCC66; }
.arabsat2b, .arabsat2b { background-color:#00FA9A; }
.astra2, .astra2 { background-color:cyan; }
.e255 { background-color: #691A40; color: #FFFFFF; }
.badr { background-color: #188400; color: #FFFFFF; }
.astra1E { background-color: #EDA0D3; }
.e33 { background-color:#43E4BB; }
.astra { background-color: #00A3DD; }

.w2 { background-color: #AABA0A; }
.hotbird { background-color: #9F1F4C; color: #FFFFFF; }
.eurobird9 { background-color: #00B27A; }
.sirius { background-color: #F9DD16; }
.amos { background-color: #4F2684;color:white }
.w3a { background-color:#F5DEB3; }
.i1002 { background-color: #663333;	color: #FFFFFF; }
.ab3 { background-color: #65BC4B; }
.nilesat { background-color: #709999; }
.ab1 { background-color: #00ff06; }
.telstar12 { background-color: #00009C; color:#FFFFFF; }
.nss7 { background-color:#F19B23;}
.i905 { background-color:#DDCC6B; }
.hispasat {	background-color: #FFFF33; }
.w61 {	background-color:#007040;color:white }
.w97 { background-color:#00245D;color:white }
.i1R { background-color:#990000; color:#FFFFFF }
.e10 { background-color:#DA70D6 }
.e215 { background-color:#A59062 }
.turksat { background-color:#A6B75B }
.yahsat { background-color:#C3D600 }
.e515 { background-color:#FCD100;color:black } /* CE1720 */
.w3 { background-color:#FD44A3;color:black }
.w11 { background-color:#DEDEDE;color:black }
.w275 { background-color:#DEDEDE;color:black }
.w14 { background-color:#090C2C; color:#FFFFFF; }
.e019 { background-color:#F26622;color:black }
.e315 { background-color:#5AADE6;color:black }
.e46 { background-color:#00B5E2;color:black }
.w345 { background-color:#78B77D;color:black } /* BDB76B */
.i901 {background-color: #BDDEBD;/* #40E0D0 */}
.w248 { background-color:#008638;color:black }

/* PARTE INFERIOR DEL INDEX */
.divSats {
	position:relative;
	margin:0px auto;
	width:920px; height:232px;
}
.divSats1 {
	top: 26px;
	background: url(../img/azimutRegla_E_O.png) center bottom no-repeat;
}
.divSats2 {
	top:0px;
	background: url(../img/azimutRegla_extemos_E_O.png) center bottom no-repeat;
}
.sat {
	position:absolute;
	top:82px; width:80px; height:80px;
}
.satAlto {
	top:35px; height:126px;
}
.sat img {
	position: absolute; bottom: 0px; left:28px;
}
.sat div {
	font-size:14px; font-weight:bold; text-align:center;
	width:80px; height:34px;
	padding:1px 0 0; margin:0px;
}
.sat a {
	display:block;
	font-size:14px; font-weight:bold; text-align:center;
	width:80px; height:34px;
	padding:1px 0 0; margin:0px;
	text-decoration:none;
}
.sat a:hover {
	text-decoration:underline;
}
.sat .satLin {
	padding-top:7px; height:28px;
}
#firma {
	text-align:center;
	font-size:11px;
	margin:18px 0 0 0;
}
#firma a {
	color:#9999CC;
	text-decoration: none;
}
#firma a:hover {
	color: #CCCCCC;
}
