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

body{
	background:#000;
}
div#curtin1{
	background:url(../img/plantilla/curtin-2.jpg) top center no-repeat;
	display:block;
	height:550px;
	position:absolute;
	width:100%;
}
div#curtin2{
	background:url(../img/plantilla/curtin-2.png) top center no-repeat;
	display:block;
	height:550px;
	position:absolute;
	width:100%;
}
div#logo-curtin{
	background:url(../img/plantilla/logo-curtin.png) no-repeat;
	cursor:pointer;
	height:386px;
	left:-320px;
	margin-left:50%;
	top:90px;;
	position:absolute;
	width:660px;
}
#en{
	background:url(../img/plantilla/en.jpg) 0 -62px no-repeat;
	display:none;
	height:62px;
	left:-220px;
	margin-left:50%;
	top:300px;
	position:absolute;
	width:170px;
}
#en:hover{
	background:url(../img/plantilla/en.jpg) 0 0 no-repeat;
}
#es{
	background:url(../img/plantilla/es.jpg) 0 -62px no-repeat;
	display:none;
	height:62px;
	left:50px;
	margin-left:50%;
	top:300px;
	position:absolute;
	width:170px;
}
#es:hover{
	background:url(../img/plantilla/es.jpg) 0 0 no-repeat;
}