@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;


}
.titulo_nota {
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	font-variant:small-caps; 
}
.texto_nota_copete {font-size: 10px; font-family: Tahoma, Verdana, Arial;}
.titulo_canal {font-family: Tahoma, Verdana, Arial; font-size: 18px; font-weight: bold;}
.titulo_nota_secundaria {font-family: Tahoma, Verdana, Arial; font-size: 11px; font-weight: bold; font-variant:small-caps;}
a:link {
	font-size: 11px;
	color: #3366CC;
	font-family: Tahoma, Verdana, Arial;
	text-decoration:none;
}

a:visited {
	font-size: 11px;
	color: #3366CC;
	font-family: Tahoma, Verdana, Arial;
	text-decoration:none;
}
a:hover {
	font-size: 11px;
	color: #FF9900;
	font-family: Tahoma, Verdana, Arial;
	text-decoration: underline;
}
hr {
	color: transparent;
	background-color: #c3c3c3;
	border-top: 1px dashed #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	height: 5px;
	width: 90%;
	margin: 0 0 0 0;
	text-align: center;
	filter:Alpha(Opacity=100, FinishOpacity=000, Style=2, StartX=0, FinishX=100, StartY=0, FinishY=100);
   }
.style2 {font-size: 9}
.style1 {color: #990000}
.style3 {color: #993300}
.texto_nota {font-size: 11px; font-family: Tahoma, Verdana, Arial; line-height: 1.5;}
.talleres a {color:#333333;}
.talleres a:hover {color:#555555; text-decoration:none;}
.descargas a {color:#003399;}
.descargas a:hover {color:#555555; text-decoration:none;}
.tooltip { position: absolute; top: 0; left: 0; z-index: 3; display: none; }
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }
#tooltip h3 { font-size: 13px;}



