html, body {
	scrollbar-3d-light-color:#F3F3F3;
   scrollbar-arrow-color:#225E6F;
   scrollbar-base-color:#225E6F;
   scrollbar-darkshadow-color:#F3F3F3;
   scrollbar-face-color:#F3F3F3;
   scrollbar-highlight-color:#F3F3F3;
   scrollbar-shadow-color:#225E6F;
	margin: 0px;
	padding: 0px;
	font-family: Arial, san-serif;
	font-size: 0.9em;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}

a {
	color: #666;
	font-weight: normal;
}

a:hover {
	color: #000;
}

caption {
	font-size: 11px;
	text-align: left;
	padding: 0.2em 0.4em;
	background-color: #E3E3E3;
}

img {
	border: 0px;
}

.seccion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #225E6F;
	text-decoration: none;
}

.subtitulo {
	color: #0B9AC2;
	font-size: 11px;
	font-weight: bold;
}

.program {
	font-weight: bold;
	color: #FFF;
}

input {
	font-size: 9px;
}

dl {
	color: #0B9AC2;
	width: 33%;
	float: left;
	margin: 0 0  5px 0;
	padding: 5px;
	font-weight: bold;
}

dt {
	color: #666;
	padding-left: 10px;
}

dd {
	color: #666;
	font-weight: normal;	
}

.negro {
	color: #000;
}

.label {
	display: block;
	float: left;
	width: 75px;
	font-weight: bold;
 }
 
.ctrl {
	font-family: Verdana;
	font-size: 9px;
	width: 200px;
	clear: right;
}

#detalles div {
	width: 100%;
	clear: both;
	padding: 0.3em 0;
}

.boton {
	border: thin solid #336666;
	font-size: 9px;
	background-color: #336666;
	color: #CCCCCC;


}
.bold {
	font-weight: bold;
}
.blanco {
	font-weight: bold;
	color: #FFFFFF;
}
a.novedad {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #225E6F;
	padding: 2px 4px 2px 4px;
	text-decoration: none;
}

a.novedad:hover {
	background-color: #0B9AC2;
}

a.subir {

}

#menu {
	background-color: #225E6F;
	color: #FFF;
	font-family: Arial, san-serif;
	font-size: 0.9em;
	margin: 0px;
	padding: 0px;	
}

#menu h1 a {
	display: block;
	width: 100%;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	background-position: 18px 20px;
	text-indent: -300px;
	overflow: hidden;
}

#menu ul {
	margin: 0px;
	padding: 2px 0;
}

#menu ul ul {
	display: none;
}

#menu li {
	border-top: 1px solid #2E7083;
	border-bottom: 1px solid #1A4D5C;
	list-style: none;
}

#menu li a {
	display: block;
	text-decoration: none;
	color: #7E8D91;
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 6px;
}

#menu li a.actual {
	color: #FFF;
}

#menu ul ul {
	background-color: #6A9094;
}

#menu li li {
	border-top: none;
	border-bottom: 1px solid #80A1A4;	
}

#menu li li a {
	font-size: 0.8em;
	color: #333;
}

#menu li li a.actual {
	color: #000;
	background-color: #F3F3F3;
}

#menu ul ul ul {
	background-color: #88A6A9;
}

#menu li li li {
	border: 1px solid #88A6A9;
}

#menu ul ul ul li a {
	padding-left: 15px;
	font-weight: normal;	
	font-size: 0.8em;
}

#menu li a:hover {
	color: #FFF;
}

#menu .hide ul {
  display: none !important;
}

#menu .show ul {
  display: block;
}

#enlaces {
	background-color: #F3F3F3;
	background-image: url(img/tr_izq.gif);
	background-repeat: repeat-y;
	padding: 45px 55px 0 40px;
}

#enlaces h1 {
	position: absolute;
	top: 15px;
	right: 55px;
	width: 62px;
	background-image: url(img/tit_links.gif);
	background-repeat: no-repeat;
	text-indent: 150px;
	overflow: hidden;
}

#enlaces h3 {
	color: #225E6F;
	font-size: 1.1em;
	background-image: url(img/tr_pixel.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#enlaces ul {
	color: #0B9AC2;
	font-weight: bold;
	font-size: 0.85em;
	padding: 0 0 10px 20px;
}

#enlaces li {
	list-style: none;
}

#d04par {
	background-color: #F3F3F3;
	
}

#d04par dl {
	padding: 10px 0 20px 20px;
}

#d04par dt {
	color: #0B9AC2;
	font-variant: small-caps;
	font-size: 1.2em;
	padding-top: 10px;
}

table.tv {
	padding-bottom: 2em;
}

table.tv td {
	padding: 5px;
	margin: 5px;
	border-bottom: 1px dotted #999;	
}

table.tv th {
	font-size: 0.8em;
}

table.tv caption {
	background-color: #225E6F;
	color: #FFF;
	font-weight: bold;
	font-size: 1em;
}

table.tv .torneo {
	padding-right: 2em;
}