/*##############################################################*/
/*   POP-UPS */


#superpie{
   position: fixed;
   _position: absolute;
	bottom: 0px;
	right: 17px;
	width: 220px;
	height: 70px;
/*	background-color:#e1d09b;
	border: 1px;*/
	background-image: url("../images/fondoaviso.gif");
	font-family: Arial, Verdana, Times New Roman;	
}
#superpie .pie-titulo {padding-left:10px;color:#8C4919;font-weight:bold;}
#superpie .pie-nombre {text-align:center;padding-left:5px;margin-top:3px;color:#FFF;}
#superpie .pie-nombre span {font-weight:bold;color:#F2FF9A;}
#superpie .pie-sala {text-align:center;color:#FFF;}
#superpie .pie-oposicion {text-align:center;font-size:0.9em;color:#E6E4FF;}

@media screen {
   div#superficie {position: fixed; bottom: 0px; right: 0px;}
   * html {overflow-y: hidden;}
   * html body {overflow-y: auto; height: 100%;padding: 0;}
   * html div#superficie {position: absolute;}
}
body > div#superpie{
   position: fixed;
   _position: absolute;
   bottom:0px;
   right:0px;
}