/* General */
body {
	margin: 0;
	padding: 0;
	font-family: "Arial", "Freesans";
	background-color: #999;
	color: #323232;
}
ul {
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding-left: 10px;
}
li {
  display: inline;
}
div.cie { 
  clear: both;
}

/* Hipercube */
div#hcb {
  width: 950px;
  margin: 0 auto;
}

/* Watermark */
div#wmk {
  width: 150px;
  height: 934px;
  background: url(/imagenes/logo-left.jpg) no-repeat transparent;
  float:left;
  position: relative;
  left: -150px;
}

/* Cube */
div#cube {
	width: 950px;
	position: absolute;
	background-image: url(../imagenes/fndCube.jpg);
	height: 944px;
}
div#pub, div#cab, div#cue, div#pie {
  width: 951px;
  
}

/* Banners */
div#ban {
  width: 930px;
  height: 92px;
  margin: 0 auto;
  padding: 0.5em 0;
}

/* Cabecera */
a.grey {
  text-decoration: none;
  color: #323232;
  font-weight: bold;
}
a.grey:hover {
  text-decoration: underline;
}
div#cab h1 {
  margin: 0;
  padding: 0.5em 10px;
  font-size: 2.5em;
  display: inline;
  position: relative;
  z-index: 2;
}
div#cab h2 {
	font-size: 1em;
	margin: 0 10px;
	padding: 0.5em 0;
	font-weight: lighter;
	text-align: center;
	position: relative;
	z-index: 0;
	color: #CCC;
}
span.logo {
  color:#fff;
  position: relative;
  z-index: 2;
}
div#cab img {
  position: relative;
  left: 10px;
}
li.sec a:hover {
	position: relative;
	top: 0px;
	background-image: url(../imagenes/btnblnk.jpg);
}

/* Cuerpo */
div#vid, div#nav, div.img, div.not {
  float: left;
}
div#vid {
  padding: 0 5px 0 10px;
  position: relative;
}
div#txt {
	width: 475px;
	height: 220px;
	font-size: 0.8em;
	text-align: justify;
	overflow: auto;
	margin-bottom: 0.5em;
	padding-left: 0.5em;

}
div#txt h1 {
  font-size: 1.3em;
  font-variant: small-caps;

}
div#txt h2 {
	border: 0;
	margin: 0;
	font-size: 1.1em;
	font-weight: normal;
	text-align: left;
}

p.new {
  padding-right: 1em;
}
p.det {
  margin:0.2em 0 0 0;
  font-size: 0.7em;
  color: #000;
}

/*NAVEGADOR O LISTADO DE VÍDEOS*/
.ite{
  height:100px;
  width:410px;
  font-size:1.2em;
  float:left;
  margin-left:10px;
}

.titulito{
  display:block;
  width:255px;
}

.ite img {
  margin: 0 10px 5px 0px;
}
.ite a.titulito {
  text-decoration: none;
  vertical-align: top;
  color: #000;

}
.ite a.titulito:hover {
  text-decoration: underline;
}

.ite a.titulito:hover {background:#999999; text-decoration:none;} /*BG color is a must for IE6*/
.ite a.titulito span {display:none; padding:2px 3px; margin-left:8px; width:160px;}
.ite a.titulito:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}





.ite a.lista_video img {
  border:0;
}

.calendar{
  float:right;
  padding:0px 30px 10px 25px;
}
.calendar caption{
  font-weight:bold;
}
.calendar th{
  font-weight:normal;
}
.calendar td{
  background-color:#efefef;
}
.dia-especial a {
  font-weight:bold;
  text-decoration:none;
  display:block;
  background-color:#efefef;
}
.dia-especial a:hover {
  background-color:#fff;
}



/* Pie */

div#pie div {
  clear:both;
  color: #fff;
  margin: 0px 10px;
  font-size: 0.8em;
}
div#pie a {
	margin-right: 0px;
	color: #FFF;
	text-decoration:none;
}
div#pie a:hover {
  text-decoration: underline;
}
div#pie img {
  border: 0;
}

div#info {
	text-align: right;
	padding: 10px 10px 10px 10px;
	background-color: #333;
}
.tabbertab h3{
	/*margin:0 auto;*/
}




/*AÑADIDA FECHA A LA LISTA DE NOTICIAS*/
.det_fecha{
	float:right;
	margin-top:-15px;
	font-size:12px;
	font-weight: bold;
	margin-right:10px;
}