/***********************************/
/****** FINESTRA EMERGENT **********/

/* Assigna color i marges */
body { 
	margin: 0px; 
	background: #b9d800;
}

/* Titol */
div.em_titol {
	padding:0px 20px;
	margin-top:20px;
	background-color:#8db02e;
	color:#fff;
	line-height:30px;
	font-size:1.1em;
}

/* Contingut */
div.em_contingut {
	background-color:#d6e487;
	padding:20px;
	text-align:left;
}
div.em_contingut a:link {font-weight:bold;}
div.em_contingut a:visited {font-weight:bold;}
div.em_contingut a:hover {font-weight:bold;}
div.em_contingut a:active {font-weight:bold;}

/* Botó per tancar la finestra */
div.em_tanca {
	padding:0px 20px;
	background-color:#8db02e;
	color:#fff;
	line-height:25px;
	font-size:0.9em;
}
div.em_tanca a:link {color:#fff; font-weight:bold;}
div.em_tanca a:visited {color:#fff; font-weight:bold;}
div.em_tanca a:hover {color:#000; font-weight:bold;}
div.em_tanca a:active {font-weight:bold;}

/* Menu */
table.em_menu {
	width:583px;
	background-color:#8db02e;
	vertical-align:middle;
	text-align:center;
	font-size:0.8em;
	color: #fff;
}
table.em_menu td {
	font-weight:bold;
	padding:4px 10px;
}
table.em_menu td.left {
	width:130px;
}
table.em_menu td.right {
	width:130px;
}

/* Llista */
div.em_llista {
	text-align:left;
	background:#e8f0c2;
	padding:20px;
}

/* Separador en la llista */
hr.em_llista_separador {
	width:90%;
	text-align:center;
	color:#000;
	padding:0px;
	background-color:#000;
	border:0;
	height:1px;
}
