/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	padding:.1em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}


/* toc es el menu de la izquierda */

.toc {background-color:#ecf5fa; padding:0; border:1px solid #89d }
.toc ul {margin:0; padding:0;}
.toc ul li {list-style:none; padding:0; margin:0;  font-size:85%; }
.toc ul li.selected { font-weight:bold; color:#fff; background:#f82; padding:0; }
.toc ul li.selected a { color:#fff; }
.toc ul li a { display:block; padding:2px 2px 2px 10px; text-decoration:none; }
.toc ul li a:hover { color:#fff; background:#89d; }
.toc ul li em { display:none; }
.toc ul li.sect { font-weight:bold; color:#fff; background:#89d; padding:2px 0; text-indent:2px; margin-top:2px;}
.toc ul li.first {margin-top:0;}
.toc ul li.cami {text-align:center;}
.toc ul li.desc {color:#000; border-top:1px solid; border-bottom:2px solid; }
.toc h3 {text-align:center;}
.toc li.cami a {color:#000;}

/* vivo es el menu de tv y online */

#vivo {float:left; background-color:#ecf5fa; padding:2px; border:1px solid #89d; width:630px }
#vivo ul {margin:0; padding:0;}
#vivo ul li {float:left; font-weight:bold; list-style:none; padding:2px 2px 2px 2px; margin:0;  font-size:85%; }
#vivo ul li.selected { font-weight:bold; color:#fff; background:#f82; padding:0; }
#vivo ul li.selected a { color:#fff; }
#vivo ul li a { display:block; padding:2px 2px 2px 2px; text-decoration:none; }
#vivo ul li a:hover { color:#fff; background:#e60; }
#vivo ul li em { display:none; }
#vivo ul li.sect { font-weight:bold; color:#fff; background:#89d; padding:2px 0; text-indent:2px; margin-top:2px;}

.tablaescudos {background-color:#ecf5fa; margin-bottom:5px; border:1px solid #89d; text-align:center;}
.tablaescudos ul li {list-style:none; width:25%; float:left;}
.tablaescudos ul li a { display:block; color:#000; padding:2px 2px 2px 10px; text-decoration:none;}
.tablaescudos ul li a:hover { color:#fff; background:#89d; }

#hd {float:none; height:120px; padding:2px;}
#grafico {float:left; width:320px}
#publicidad {margin:2; padding:5}
#resto {float:right; margin:2; text-align:center; width:640px}
#fecha {float:left; width:340px; margin:2; padding:5}
#fecha p {font-weight:bold; color:#000}
#idioma {float:right; width:200px}
#idioma a {float:left; font-weight:bold; list-style:none; padding:2px 2px 2px 2px; margin:0;  font-size:85%; }

.tablacompleta {width:100%; font-size:90%;}
.tablacompleta th {background-color:#89d; color:#fff;}
.tablacompleta a {color:#000; text-decoration:none;}
.tablacompleta a:hover {background-color:#89d;}
.mediatabla {width:49%; float:left; padding:2px;}
.limpia {clear:left;}
.par td {background-color:#ecf5fa;}
.celdanumero {width:40px; text-align:right;}
.celdatitulo {text-align:center;}
.celdaentera {white-space: nowrap;}
.confiok {color:#000;}
.confinook {color:#999;}
.confifue {color:#f00;}
.conficopa {color:#00f;}
.confidesconocido {color:#f0f;}

.ft {width:100%;}
.footer {text-align:center; font-size:80%}
.imagenlado {float:right; width:115px; margin:0 0 10px 10px; padding:10px;}
.encabezado p {margin-top:40px; font-size: 130%; font-weight:bold;}  
.encabezado a {color:#000; text-decoration:none;}  
.encabezado a:hover {background-color:#89d;}
.destacado a {color:#000; text-decoration:none;}  
.destacado a:hover {background-color:#89d;}