/* CSS 2.1 para Restaurente LOIDI	 */
/* @author: Ricard Catalan		*/
/* Eventos para Mootools 1.2		*/
/**************************************************  ESTRUCTURA: EVENTOS  *************************************************/
#eventos{
	width:65px;
	height:60px;
	position:absolute;
	margin:175px 0 0 890px;
	z-index:99;
}
.regalo-cont{overflow:hidden;}
#eventos div{
	height:60px;
	margin:4px 0 4px 0;
	float:right;
	padding:0 3px 3px 3px;
	border:0;
	color:#555555;
	background:#fff url(../images/loidi-fons.gif) repeat 1px 2px;
}
#eventos p{ float:left; }
#eventos p img{ float:right;}
#eventos div.blanc{ background:#fff; }
#eventos p b{
	font:12px/18px arial,Helvetica;
	font-weight:bold;
	color:#E00403;
}
.mouseOn{
	width:276px;
	height:68px;
	margin:0 0 15px -250px;
	border:3px solid #BC1A19;
	background-color:#ffffff;
	text-align:left;
}
div.mouseOut{
	width:65px;
	height:60px;
	margin:-4px 0 15px 4px;
	float:right;
	border:0;
	overflow:hidden;
}
/****************************************  MODIFICACIONES PARA INTERNET EXPLORER  *****************************************/
/* IE6 Only */
* html #eventos{ width:60px; height:60px;	position:absolute; margin:175px 0 0 860px; z-index:99; }
/* IE7 Only */
*:first-child+html #eventos{ width:70px; height:70px; position:absolute; margin:175px 0 0 880px; z-index:99; }
