body {
	margin:0px;
	height:100%;
}
a {
	text-decoration:none;
	color:#888;
}
#warp {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -300px; /* make this half your image/element height */
	margin-left: -400px; /* make this half your image/element width */
	padding:10px;
	width:800px;
	height:600px;
	color: white;
	font-family:Verdana;
	color:#888;
	font-size:11px;
	background:#fff;
	border:1px solid #ccc;
	overflow:hidden;
}
#titol {
	position:absolute;
	top:85px;
	left:0px;
	width:820px;
	height:30px;
	text-align:center;
	font-size:40px;
	color:#dadada;
}
#volver {
	position:absolute;
	top:450px;
	left:0px;
	width:820px;
	height:30px;
	text-align:center;
	font-size:10px;
}
#volver a{
	position:absolute;
	top:0px;
	left:345px;
	display:block;
	width:15px;
	height:16px;
	background:url("images_css/arrow.jpg") 0 0 no-repeat;
}
#volver a:hover{
	background:url("images_css/arrow_hover.jpg") 0 0 no-repeat;
}
#school{
	position:absolute;
	top:200px;
	left:100px;	
}
#school a{
	display:block;
	width:250px;
	height:230px;
	background:url("images_css/Planit_school.jpg") 0 0 no-repeat;
}
#school a:hover{
	background:url("images_css/Planit_school_hover.jpg") 0 0 no-repeat;
}

#uni{
	position:absolute;
	top:200px;
	left:400px;
}
#uni a{
	display:block;
	width:250px;
	height:230px;
	background:url("images_css/Planit_uni.jpg") 0 0 no-repeat;
}
#uni a:hover{
	background:url("images_css/Planit_uni_hover.jpg") 0 0 no-repeat;
}
#tschool{
	position:absolute;
	top:200px;
	left:100px;	
	width:250px;
	height:230px;
	background:#fff;
	z-index:4;
}
#tuni{
	position:absolute;
	top:200px;
	left:400px;	
	width:250px;
	height:230px;
	background:#fff;
	z-index:4;
}

#firma {
	position:absolute;
	top:570px;
	left:0px;
	width:820px;
	height:30px;
	text-align:center;
	font-size:10px;
	color:#888;
}

#leformschool {
	position:absolute;
	top:200px;
	left:400px;
}
#leformschool {
	font-size:10px;
}
#leformuni {
	position:absolute;
	top:200px;
	left:400px;
}
#leformuni {
	font-size:10px;
}
#latable {
	font-size:10px;
}