@charset "utf-8";
#cuerpo {
	background-color: #E9F3EB;
	height: 1800px;
	width: 960px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index:5;
}
#cuerpo1 {
	float: left;
	height: 1800px;
	width: 620px;
	position: relative;
	border-right-width: 2px;
	border-top-style: none;
	border-right-style: dotted;
	border-right-color: #c2d8c6;
	z-index:5;
	
}
#discoverymemoria {
	background-image: url(imagenes/discoverymemoria.jpg);
	height: 140px;
	width: 195px;
}

#cuerpo2 {
	float: right;
	height: 1800px;
	width: 225px;
	position: relative;
	
}
#cuerpo2  p{
	font-family: "Arial Black", Gadget, sans-serif;
	margin-bottom: 15px;
}
#entrevistaradial {
	background: url(imagenes/entrevistaradial.jpg);
	height: 152px;
	width: 200px;
}

.boton_clases 
{
	background:url(imagenes/sprites_alumnos2.png);
	background-position: -0px -140px;
}

.boton_clases:hover {
	background:url(imagenes/sprites_alumnos2.png);
	background-position:-0px -175px;
}


.boton_cuenta {
	background:url(imagenes/sprites_alumnos2.png);
	background-position:-0px -210px;
}

.boton_cuenta:hover {
	background:url(imagenes/sprites_alumnos2.png);
	background-position:-0px -245px;
}

.boton_cerrar {
	background:url(imagenes/sprites_alumnos2.png);
	background-position:-0px -70px;
}



.boton_cerrar:hover {
	background:url(imagenes/sprites_alumnos2.png);
	background-position:-0px -105px;
}

.boton_sala {
	background:url(imagenes/sprites_alumnos2.png);
	background-position:-0px -350px;
}


.boton_sala:hover {
	background:url(imagenes/sprites_alumnos2.png);
	background-position:-0px -385px;
}


.boton_examen {
	background:url(imagenes/sprites_alumnos2.png);
	background-position:-0px -280px;
}


.boton_examen:hover {
	background:url(imagenes/sprites_alumnos2.png);
	background-position:-0px -315px;
}


.boton_cartelera {
	background:url(imagenes/sprites_alumnos2.png);
	background-position:-0px -0px;
}


.boton_cartelera:hover {
	background:url(imagenes/sprites_alumnos2.png);
	background-position:-0px -35px;
}

