* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	background-color: #ffffff;
	background-image: url("imagenes/festiclass_barras_rojas_1px.png");
	background-position: top;
	background-repeat: repeat-x;
}

body  {
	width: 850px;
	height: 650px;
	margin: 34px auto 100px auto;
	background-color: #ffffff;
	background-image: url("imagenes/festiclass_fondo_png8.png");
	background-position: center;
	background-repeat: no-repeat;
}

#titulo_peque {
	display: block;
	width: 122px;
	height: 34px;
	position: absolute;
	top: 0;
	left: 100px;
	background-color: #ffffff;
	background-image: url("imagenes/festiclass_titulo_peque.png");
	background-position: top;
	background-repeat: no-repeat;
}
#titulo_peque a{
	display: block;
	width: 122px;
	height: 34px;
}

.no_visible {
	display: none;
}

#contenedor {
}

/* CABECERA */
#cabecera {
	display: none;
}
#cabecera h1 {
	display: none;
}

/* SECCION DE IDIOMAS */
#idiomas {
	width: 60px;
	height: 25px;
	float: right;
	margin: 10px 0;
}
#idiomas li {
	display: inline;
}
#idiomas li a {
	font-family: helvetica,arial, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #cc0033;
	text-decoration: none;	
}
#idiomas li a:hover {
	color: #006699;
}


/* SECCION MENU DERECHA => ahora bajo titulo festiclass */
#menu_dch {
	width: 730px;
	height: 110px;
	margin: 0 auto;
	background: url(imagenes/festiclass_menu_superior_1.png) no-repeat center;
	background: url(imagenes/festiclass_menu_superior_2.png) no-repeat center;
	background: url(imagenes/festiclass_menu_superior_3.png) no-repeat center;
	background: url(imagenes/festiclass_menu_superior_4.png) no-repeat center;
	background: url(imagenes/festiclass_menu_superior_5.png) no-repeat center;
	background: url(imagenes/festiclass_menu_superior.png) no-repeat center;
}
#menu_dch li {
	display: block;
	width: 135px;
	height: 90px;
	margin: 0 0 0 10px;
	list-style: none;
	float: left;
	text-align: center;
}
#menu_dch li a {
	margin: 0;
	font-family: helvetica, arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 90px;
	color: #ffffff;
	text-decoration: none;
}
#menu_dch li a:hover {
	color: #006699;
}


/* SECCION SUBMENU, BAJO MENU */
#submenu_dch {
	display: none;
	width: 670px;
	height: 55px;
	margin: 0 auto;
	background: url(imagenes/festiclass_submenu_fondo.png) no-repeat center;
}
#submenu_dch li {
	margin: 0;
	width: 165px;
	list-style: none;
	float: left;
	text-align: center;
}
#submenu_dch li a {
	margin-left: 10px;
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 55px;
	color: #f0f0f0;	
	text-decoration: none;
}


/*apartado de patrocinadores*/
#patrocinadores {
	display: block;
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 0;
	width: 70px;
	height: 500px;
	background-image: url(imagenes/festiclass_patrocinadores.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 500px;
	height: 70px;
	z-index: 1;
}

/* CONTENIDOS CENTRALES */
#contenido {
}
#contenido hr {
	display: block;
	width: 750px;
	height: 3px;
	background: url(imagenes/hr_fondo.png) repeat-x center;
}
#contenido h2 {
	margin: 7px 0;
	font-family: Helvetica, arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #cc0033;
}
#contenido h3 {
	margin: 5px 0;
	font-family: Helvetica, arial, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	color: #cc0033;
}
#contenido p {
	margin: 10px;
	font-family: Helvetica, arial, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	color: #333333;	
}
#contenido p.peque {
	font-size: 0.75em;
}
#contenido p.centrado {
	text-align: center;
}
#contenido a {
	color: #cc0033;	
}
#contenido span.azul {
	color: #006699;
}
#contenido span.rojo {
	color: #cc0033;
}
#contenido span.marron {
	color: #222222;
}
#contenido span.grande {
	font-size: 1.5em;
}
#contenido span.grandisima {
	font-size: 2em;
}
#contenido span.fecha {
	padding-left: 100px;
}
#contenido div.central {
	width: 780px;
	float: left;
	margin: 25px 50px;
	padding: 5px;
	border: 2px solid #cc0033;
	background-color: #ffffff;
	display: none;	
	position: relative;
	z-index: 100;
}

#aviso_importante {
	width: 500px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 150;
	overflow: hidden;
}
#aviso_importante h2 {
	padding-left: 30px;
	background: url(imagenes/aviso_abrir.png) no-repeat left;
	font-family: Helvetica, arial, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #cc0033;	
}
#aviso_importante p {
	display: none;
	padding: 20px 30px 10px 10px;
	background: url(imagenes/aviso_importante_fondo.png) no-repeat top;
	font-family: Helvetica, arial, sans-serif;
	font-size: 0.85em;
	font-weight: normal;
	text-align: justify;
	color: #ffffff;	
}