/* --
CSS Reseter
CSSLab © 2007
Basado en: Yahoo UI Reset CSS, Eric Meyer's Reworked Reset y experiencias personales
-- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

a img, iframe {
	border: none;
}

ol, ul {
	list-style: none;
}

input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}

select {
	margin: inherit;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }


/* ========================================= clearfix == */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* =========================================== */
html, body {
	width: 100%;
	height: 100%;
}

body {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #0E003F;
	background: #F90 url(../img/fondo.gif);
}

a {
	color: #F30;
}

a:hover {
	text-decoration: none;
	background: #FFF;
	color: #F30;
}

#pagina {
	width: 100%;
	height: 500px;
	background: url(../img/fimagen.png) center top no-repeat;
}

/*===NAVEGACION*/
#nav {
	width: 630px;
	height: 36px;
	overflow: hidden;
	margin: 0 auto;
}

#nav ul {
	margin-left: 55px;
}

#nav li {
	float: left;
	display: inline;
	height: 27px;
	margin-right: 15px;
}
	
	#nav li a {
		display:block;
		height: 27px;
	}

	#nav li span {
		display: none;
	}

#nav_portada {
	width: 57px;
	background: url(../img/nav.png) 0 0 no-repeat;
}

#nav_presentacion {
	width: 95px;
	background: url(../img/nav.png) -57px 0 no-repeat;
}

#nav_programacion {
	width: 98px;
	background: url(../img/nav.png) -152px 0 no-repeat;
}

#nav_restaurante {
	width: 152px;
	background: url(../img/nav.png) -250px 0 no-repeat;
}

#nav_enlaces {
	width: 48px;
	background: url(../img/nav.png) -402px 0 no-repeat;
}

/*-------*/

#nav_portada:hover {
	background: url(../img/nav.png) 0 -27px no-repeat;
}

#nav_presentacion:hover {
	background: url(../img/nav.png) -57px -27px no-repeat;
}

#nav_programacion:hover {
	background: url(../img/nav.png) -152px -27px no-repeat;
}

#nav_restaurante:hover {
	background: url(../img/nav.png) -250px -27px no-repeat;
}

#nav_enlaces:hover {
	background: url(../img/nav.png) -402px -27px no-repeat;
}

/*-------*/

#nav_portada.on {
	background: url(../img/nav.png) 0 -54px no-repeat;
	cursor: default;
}

#nav_presentacion.on {
	background: url(../img/nav.png) -57px -54px no-repeat;
	cursor: default;
}

#nav_programacion.on {
	background: url(../img/nav.png) -152px -54px no-repeat;
	cursor: default;
}

#nav_restaurante.on {
	background: url(../img/nav.png) -250px -54px no-repeat;
	cursor: default;
}

#nav_enlaces.on {
	background: url(../img/nav.png) -402px -54px no-repeat;
	cursor: default;
}

/*===CUERPO*/

#cuerpo {
	position: relative;
	width: 500px;
	height: 400px;
	margin: 0 auto;
	overflow: hidden;
	background: #F3EBDD;
}

/*===SECCIONES*/
.seccion {
	position: relative;
	width: 500px;
	height: 400px;
}

	.seccion h3 {
		text-align: center;
		font: 30px Baskerville, Georgia, "Times New Roman", Times, serif;
		background: url(../img/tbg.gif) center center repeat-x;
	}
	
		.seccion h3 span {
			padding: 0 5px;
			background: #F3EBDD;
		}
	
	.seccion p {
		margin: 8px 0;
	}
	
	.seccion li {
		margin: 3px 0;
		padding-left: 12px;
		background: url(../img/bull.gif) 0 2px no-repeat;
	}
	
	.seccion strong {
		font-weight: bold;	
	}

.right {
	float: right;
}

/*==PORTADA==*/
#portada {
	background: url(../img/info.png) no-repeat;
}

.no {
	display: none;
}

/*==PRESENTACION==*/
#presentacion img {
	float: right;
	margin-top: 15px;
	margin-left: 5px;
}

/*==semana==*/
#semana {
	display: none;
	position: absolute;
	left: 50%;
	top: 0;
	width:520px;
	height:560px; 
	margin-left: -260px;
	background: #F3EBDD;
	cursor: pointer;
	/*border*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*==PROGRAMACIÓN==*/
#programacion h4 {
	margin-bottom: 5px;
	border-bottom: 3px double #0E003F;
	text-transform: uppercase;
	font: bold 18px Baskerville, Georgia, "Times New Roman", Times, serif
}

#programacion dl {
	border-bottom: 1px solid #0E003F;
}

#programacion dt {
	width: 180px;
	text-transform: uppercase;
}

#programacion dd {
	margin-bottom: 10px;
	padding-left: 5px;
	border-left: 10px solid #0E003F;
	font-weight: bold;
}

#camiseta-bt {
	display: block;
	position: absolute;
	left: 300px;
	top: 180px;
	width: 200px;
	height: 150px;
}

/*==camiseta==*/
#camiseta {
	display: none;
	position: absolute;
	left: 50%;
	top: 0;
	width:520px;
	height:450px; 
	margin-left: -260px;
	background: #F3EBDD;
	cursor: pointer;
}
	#camiseta a, #semana a {
		display: block;
		width: 20px;
		padding: 3px 0;
		margin-left: auto;
		text-align: center;
		background: #0E003F;
		color: #F90;
	}

/*==RESTAURANTE==*/
#restaurante {
	background: url(../img/bonuar.png) 50% 200px no-repeat;
}

/*==ENLACES==*/
#videos {
	width: 500px;
	padding-bottom: 20px;
	overflow: hidden;
}

div.video {
	float: left;
	width: 240px;
	margin-top: 20px;
}

	div.video h4 {
		text-align: center;
		text-transform: uppercase;
		font-size: 14px;
	}

.sep {
	margin-left: 20px;
}

/*===PIE*/
#pie {
	position: relative;
	width: 634px;
	height: 55px;
	margin: 0 auto;
	background: url(../img/logos.png) no-repeat;
}

	#pie a:hover {
		background: none;
	}
	
	#pie a span {
		display: none;
	}

#ch {
	display: block;
	position: absolute;
	left: 5px;
	top: 26px;
	width: 160px;
	height: 25px;
}

#ml {
	display: block;
	position: absolute;
	left: 185px;
	top: 26px;
	width: 76px;
	height: 25px;
}

#ec {
	display: block;
	position: absolute;
	left: 270px;
	top: 26px;
	width: 60px;
	height: 25px;
}

#cf {
	display: block;
	position: absolute;
	left: 422px;
	top: 20px;
	width: 55px;
	height: 34px;
}

#vp {
	display: block;
	position: absolute;
	left: 484px;
	top: 25px;
	width: 140px;
	height: 16px;
}