@charset "UTF-8";
/* CSS Document */


#fotoDiv {
	position:absolute;
	background-image: url(images/authors.jpg);
	background-repeat:no-repeat;
	width:642px;
	height:484px;
	z-index:1;
	top: 121px;
}
#fotoDiv a:link{
	background-position:0 0;
}
#fotoDiv a:hover, #fotoDiv a:active{
	background-position:-350px 0;
}

#cocheDiv {
	position:absolute;
	background-image:url(images/miCoche.gif);
	visibility:hidden;	
	width:473px;
	height:442px;
	z-index:1;
	left: 506px;
	top: 140px;
}
#bibliotecaDiv {
	position:absolute;
	background-image:url(images/biblioteca.gif);
	visibility:hidden;
	width:383px;
	height:140px;
	z-index:1;
	left: 602px;
	top: 786px;
}
#fisicaDiv {
	position:absolute;
	background-image:url(images/fisica.jpeg);
	visibility:hidden;
	width:163px;
	height:127px;
	z-index:1;
	left: 460px;
	top: 958px;
}
#quimicaDiv {
	position:absolute;
	background-image:url(images/quimica.jpeg);
	visibility:hidden;
	width:190px;
	height:141px;
	z-index:1;
	left: 227px;
	top: 727px;
}
#biologiaDiv {
	position:absolute;
	background-image:url(images/biologia.jpeg);
	visibility:hidden;
	width:287px;
	height:198px;
	z-index:1;
	left: 316px;
	top: 685px;
}
#matematiquesDiv {
	position:absolute;
	background-image:url(images/matematiques.jpeg);
	visibility:hidden;
	width:241px;
	height:231px;
	z-index:1;
	left: 335px;
	top: 448px;
}
#investigacioDiv {
	position:absolute;
	background-image:url(images/investigacio.png);
	visibility:hidden;
	width:252px;
	height:239px;
	z-index:1;
	left: 189px;
	top: 638px;
}
#farmaciaDiv {
	position:absolute;
	background-image:url(images/farmacia.jpeg);
	visibility:hidden;
	width:190px;
	height:128px;
	z-index:1;
	left: 426px;
	top: 141px;
}
#etseDiv {
	position:absolute;
	background-image:url(images/etse.jpeg);
	visibility:hidden;
	width:216px;
	height:163px;
	z-index:1;
	left: 212px;
	top: 266px;
}
#centroopDiv {
	position:absolute;
	background-image:url(images/centroOpPeq.jpg);
	visibility:hidden;
	width:216px;
	height:131px;
	z-index:1;
	left: 22px;
	top: 25px;
}
#Layer1 {
	position:absolute;
	width:1000px;
	height:1200px;
	z-index:1;
	left: 216px;
	top: 162px;
	margin: none;
	padding-left:10px;
	border-style:none;
	border-left-style:solid;
}
#Layer2 {
	position:absolute;
	width:200px;
	height:265px;
	z-index:2;
	left: 8px;
	top: 137px;
}
#Layer3 {
	position:absolute;
	width:991px;
	height:115px;
	z-index:3;
}

h1 {
	font-size:50px;
	text-align:center;
	font-weight:bold;
	color:#093;
}

h2 {
	color:#093;
	font-weight:bold;
}

body {
	background-color:#666;
}

a:link, a:visited{
	color:#FFF;
}
