/* ESTILOS DE LA HOME */
body {
	background:#000000;
}
#contenedor {
	position:absolute;
	background:url(imagenes/fondo-2.jpg) no-repeat;
	left:50%;
	top:50%;
	margin-left:-471px;
	margin-top:-300px;
	width:943px;
	height:600px;
	color:#FFFFFF;
	font-family:Helvetica;
	font-size:11px;
/*	border:1px solid;	*/
}
#contenedor a.inicial {
	height:100%;
	width:100%;
	background:url(imagenes/fondoIntro.png) no-repeat;
}
td {
	color:#FFFFFF;
	font-family:Helvetica;
/*	font-size:11px;	*/
	font-size:70%;
	text-align:justify;
}
a {
	position:absolute;
	height:20;
/*	border:1px solid;	*/
	color:#919090;
	text-decoration:none;
}
img {
	border:0;
}
div#direccion {
	position:relative;
	top:40;
	left:675;
	width:240;
	height:40;
	text-align:right;
	color:#919090;
}
div#direccion a {
	position:relative;
	vertical-align:top;
/*	border:1px solid; 	*/
}  
a#email {
	top:70;
	left:800;
	width:120;
	height:10;
}
a#logo {
	background:url(imagenes/logo.png) no-repeat;
	top:35;
	left:18;
	width:247;
	height:53;
}
div#gerundio {
	position:relative;
	top:540;
	.top:530;
	left:615;
	width:300;
	height:15;
	text-align:right;
	color:#919090;
	font-size:10px;
/*	border:1px solid; */
}
div#gerundio a {
	position:relative;
	vertical-align:top;
}  


/*	MENU	*/
#menu {
	position:absolute;
/*	border:solid;	*/
	top:120;
	left:30;
	width:150;
	height:300;
}
#menu a {
	left:0;
	height:15;
	width:100%;
}
#menu a#curriculum {
	top:0;
}
#menu a#escuela {
	top:27;
}
#menu a#cursos {
	top:52;
}
#menu a#programa {
	top:77;
}
#menu a#fotos {
	top:103;
}
#menu a#festival {
	top:128;
}
/*
#menu a#disciplinas {
	top:152;
}
*/




a#canto {
	background:url(imagenes/clasesCanto.png) no-repeat;
	top:480;
	left:30;
	width:90;
	height:90;
}



/* CAPA CENTRAL, CON EL TEXTO Y EL SCROLL */

div#texto,
div#texto2,
div#cajaScroll,
div#foto {
	position:absolute;
	width:341;
	height:452;
}

/* TEXTO-RECTÁNGULO SIN SCROLL */
div#textoEscuela {
	position:absolute;
	width:700;
	height:452;
}

div#textoEscuelaPequeno {
	float:left;
	top:0;
	width:330;
	margin:0px;
/*	border:solid;		*/
}
div#textoEscuelaPequenoDerecha {
	float:right;
	top:0px;
	width:350;
	margin:0px;
/*	border:solid;		*/
}



/* TEXTO SIN SCROLL */
div#texto2,
div#textoEscuela {
	top:120;
	left:210;
	background:url(imagenes/fondoTexto.png);
	overflow:auto;
	line-height:120%;	
}



/* TEXTO CON SCROLL */
div#cajaScroll {
	top:120;
	left:210;
	background:url(imagenes/fondoTextoScroll.png);
	overflow:hidden;
}
div#content {
	position:relative;
	line-height:120%;
}

a#button-up,
a#button-down {
	position:absolute; 
	right:0;
	width:13;
	height:20;
}
a#button-up {
	top:0;
}
a#button-down {
	bottom:0;
}


/* GALERIA DE FOTOS */
div#galeria {
	position:absolute;
	top:120;
	left:210;
	width:705;
/*	border:1px solid;	*/
}
div#thumbs {
	width:190;
	float:left;
/*	background:url(imagenes/foto-construccio.png);
	border:1px solid #FF0000;	*/
}
div#foto-gran {
	float:right;
/*	background:url(imagenes/foto-construccio.png);	*/
}
img.miniatura {
	margin-right:4px;
	margin-bottom:3px;
}
a.miniatura_link {
	position:relative;
}




/* ESTILOS DE TEXTO */

span.titulo,
span.subtitulo {
	font-weight:bold;
}
span.titulo {
	text-transform:uppercase;
}
span.cursiva {
	font-style:italic;
}
span.letraGrande {
	font-size:120%;
}


/* CAPA DERECHA, CON LAS DISTINTAS FOTOS */
div#foto {
	top:120;
	left:576;
}


br {line-height:1em; }
