@charset "utf-8";
/* CSS Document */
body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	margin:0px;
	color:#999;
	}
	
#bg {
	background-image:url(../images/realidad_aumentada_vista_04.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:489px;
	}
.menu {
	font-size:10px;
	font-weight:bold;
	color:#039;
	text-decoration:none;
	text-align:right;
	height:30px;
	padding-right:25px;
	}
.menu A {
	font-size:10px;
	font-weight:bold;
	color:#039;
	text-decoration:none;
	text-align:right;
	height:30px;
    }
.menu A:hover {
	font-size:10px;
	font-weight:bold;
	color:#09F;
	text-decoration:underline;
	text-align:right;
	height:30px;
    }
.inst {
	font-size:10px;
	font-weight:bold;
	color:#039;
	text-decoration:none;
	text-align:right;
	padding-right:5px;
	height:30px;
	}
.inst A {
	font-size:10px;
	font-weight:bold;
	color:#039;
	text-decoration:none;
	text-align:right;
	padding-right:5px;
	height:30px;
	}
.inst A:hover {
	font-size:10px;
	font-weight:bold;
	color:#039;
	text-decoration:underline;
	text-align:right;
	padding-right:5px;
	height:30px;
	}

