@charset "utf-8";
/* CSS Document */

h1 {
	font-family:Verdana, Geneva, sans-serif;
	text-decoration:none;
	font-size:17px;
	font-weight:bold;
	color:#900;
	margin-top:0px;
	margin-bottom:0px;
	}

/*- ESTRUCTURA -*/	
body {
	margin:0px 0px 0px 0px;
	}
.contenedor {
	width:735px;
	height:auto;
	margin:0px auto;
	}	
.header {
	background-image:url(imagenes/tvn_header.jpg);
	height:88px;
	width:735px;
	float:left;
	}	
.fondobanner {
	width:735px;
	float:left;
	background-image:url(imagenes/tvn_fondobanner.jpg);
	height:92px;
	}
.fondogeneral {
	background-image:url(imagenes/tvn_fondogral.jpg);
	height:470px;
	width:735px;
	float:left;
	}
.izquierda {
	width:515px;
	float:left;
	height:auto;
	margin-left:5px;
	}	
.derecha {
	width:200px;
	height:auto;
	float:right;
	margin-right:14px;
	}	
.video {
	float:left;
	width:481px;
	height:430px;
	margin-left:15px;	
	}	
.programacion {
	background-image:url(imagenes/tvn_fondotexto.png);
	width:486px;
	height:422px;
	float:left;
	margin-top:0px;
	margin-left:12px;
	}	
	
/*- PUBLICIDAD -*/	
.bigbanner {
	float:left;
	margin-left:3px;
	height:90px;
	width:728px;
	}
.boton {
	width:200px;
	height:200px;
	margin-bottom:20px;
	float:left;
	}	
	
/*- UTILIDADES -*/
.botonera {
	background-image:url(imagenes/tvn_botonerafondo.png);
	background-position:left;
	width:auto;
	float:right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10px;
	color:#333;
	text-decoration:none;
	margin-right:4px;
	margin-top:68px;
	padding-left:30px;
	height:20px;
	line-height:20px;
	}
.botonera span {
	color:#999;
	}	
.botonera a	{
	color:#333;
	text-decoration:none;
	background-image:url(imagenes/botonera_separador.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-left:17px;
	padding-right:20px;
	font-size:11px;
	padding-top:1px;
	padding-bottom:1px;
	}
.botonera a:hover {
	color:#C00;
	text-decoration:none;
	}	

/*-- mensajes -*/	
.mensajes {
	width:727px;
	height:20px;
	background-repeat:no-repeat;
	float:left;
	margin:0px 0px 0px 4px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#5f5f5f;
	text-decoration: none;
	font-weight: normal;
	}

/* scroll */
#mycustomscroll {
	width: 466px;
	height: 402px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position:inherit;
	cursor: default;
	text-align:left;
	float:left;
	margin-top:10px;
	margin-left:10px;
}
.lipsum {
	width: 450px;
	height: auto;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	border-right: 1px dotted #000000;
	text-decoration:none;
	line-height:20px;
}
.lipsum a {
	text-decoration:none;
	color: #000;
	}
.lipsum a:hover {
	text-decoration:none;
	color: #fff;
	}
/*  scrollgeneric is used for corrective styling of elements, and should not be modified or removed */ 
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: relative;
top: 0; left: 0;
}
.vscrollerbase {
	width:15px;
}
.vscrollerbar {
	background-image:url('imagenes/scroll.png');
	width: 15px;
	/* following is the bit that allows us fixed height scrollbars */
	height: 40px!important;
	/* for fixed height, we force the vscrollerbar class with an !important decleration, and fleXcroll follows suit.*/
	background-image:url('imagenes/scroll.png');
	background-repeat: no-repeat;
	background-position: 0px;
	cursor:pointer;
}

* html .vscrollerbar {
/* Truco para IE6 alpha png  -  No afecta a IE7 */
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='imagenes/scroll.png');
background-image: none;
}

/* no olvidar dar al scroll horizontal algùn color aunque no planees usarlo */
.hscrollerbase {height: 19px;}
.hscrollerbar {height: 19px; background-color: #CDCDCD;}

/* distancia de la barra-imagen contra los topes */
.vscrollerbar, .hscrollerbar {padding: 0px; z-index: 2;}

/* propiedades del scroller jog box, sòlo si se usa */
.scrollerjogbox {
width: 19px;
height: 19px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background: #698AAA;
}
	
