/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: normal;
	color: #000000;
	text-align: justify;
	padding: 3mm;
}
#cabeza {
	visibility:hidden;
	display: none;
}

#player {
	visibility:hidden;
	display: none;
}

#menu {
	visibility:hidden;
	display: none;
}

#cuerpo {
	width: 100%;
/*	border: medium solid #000000; */
	margin: 0cm;
	height: auto;
}

#tabla1 tbody {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.center {
	margin-left:auto; 
	margin-right:auto;
}
#datos {
	border: 1px solid #0099CC;
}
#datos td:first-child {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-top: 4px;
	padding-left: 8px;
	color: #006699;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
}

#datos td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-top: 4px;
	padding-left: 8px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099CC;
	vertical-align: top;
}	

#datos .programa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color: #0099CC;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	line-height: auto;
}
#datos .fecha {
	font-family: "Courier New", Courier, monospace;
	font-size: 12pt;
	background-color: #0099CC;
	text-align: right;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 6px;
	font-weight: bold;
	color: #000000;
		text-align: left;
}
#datos .programa strong {
	font-family: "Courier New", Courier, monospace;
	font-size: 12pt;
	font-weight: bold;
	color: #ffffff;
	line-height: 14pt;
		text-align: left;
}


a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333366;
	text-decoration: none;
	display: block;
	background-color: #003366;
	text-align: left;
	font-weight: bold;
	background-image: url(boton01.png);
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	margin-bottom: 10px;
	border: 1px solid #333333;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333366;
	text-decoration: none;
	display: block;
	background-color: #003366;
	text-align: left;
	font-weight: bold;
	background-image: url(boton01.png);
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	margin-bottom: 10px;
	border: 1px solid #333333;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333366;
	text-decoration: none;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #003366;
	background-color: #003366;
	text-align: left;
	font-weight: bold;
	background-image: url(boton02.png);
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	margin-bottom: 10px;
}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333366;
	text-decoration: none;
	display: block;
	background-color: #003366;
	text-align: left;
	font-weight: bold;
	background-image: url(boton01.png);
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	margin-bottom: 10px;
	border: 1px solid #999999;
}

.tit01 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18pt;
	color: #333366;
	letter-spacing: 0.4em;
}
.listisima {
	list-style-type: none;
}

