body {
  background:#000000;
  margin:0;
  font:10px Verdana, Sans-serif;
  text-align:left;
  color:#FFFFFF;
}

/* -----------------------------------------------
              Estilos de texto
----------------------------------------------- */
.encuesta_pregunta{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

.encuesta_respuesta{
	font-size: 10px;
	color: #FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.encuesta_boton{
}

.encuesta_enlaces{

}


/* -----------------------------------------------
              Estructura de pagina
----------------------------------------------- */
#contenedor{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	text-align: left;
}

/* -----------    Barra de menu    ----------- */
#barramenu{
	position: relative;
	float: left;
	width: 293px;
	padding-bottom: 3px;
	padding-right: 4px;
	background-color:#FFCC00;
	text-align: left;
}

#barramenusup{
	position: relative;
	width: 293px;
	height: 348px;
	background-image:url(../imgs/barra_sup2.jpg);
	background-repeat: no-repeat;
}

#barramenuinf{
	position: relative;
	width: 293px;
	height: 248px;
}

#link_home{
	position: relative;
	top: 20px;
	left: 3px;
	width: 250px;
	height: 50px;
	cursor: hand;
}

#link_biografia{
	position: relative;
	top: 69px;
	left: 70px;
	width: 125px;
	height: 30px;
	cursor: hand;
}

#link_discografia{
	position: relative;
	top: 83px;
	left: 90px;
	width: 115px;
	height: 15px;
	cursor: hand;
}

#link_noticias{
	position: relative;
	top: 98px;
	left: 90px;	
	width: 115px;
	height: 20px;
	cursor: hand;
}

#link_fotos{
	position: relative;
	top: 103px;
	left: 110px;
	width: 80px;
	height: 20px;
	cursor: hand;
}

#link_conciertos{
	position: relative;
	top: 127px;
	left: 120px;
	width: 100px;
	height: 20px;
	cursor: hand;
}

#link_enlaces{
	position: relative;
	top: 140px;
	left: 112px;
	width: 75px;
	height: 20px;
	cursor: hand;
}

#link_participa{
	position: relative;
	top: 147px;
	left: 95px;
	width: 90px;
	height: 20px;
	cursor: hand;
}

/* -----------    Zona de Contenido    ----------- */
#contenido{
	position: relative;
	float: left;
	width: 703px;
	padding-top: 15px;
	background-color:#000000;
}

#titulo_seccion{
	position: relative;
	width: 685px;
	height: 40px;
	margin-bottom: 5px;
}

#submenu_seccion{
	position: relative;
	width: 685px;
	background-color: #FFCC00;
	padding-top: 3px;
	padding-bottom: 3px;
}

#contenido_seccion{
    position: relative;
	width: 685px;
	
	background-color: #000000;
}

#pie_seccion{
	position: relative;
	float: left;
	font-size: 10px;
	color: #FFFFFF;
}

