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

body {
	margin: 0px; 
	padding: 0px; 
	background: url(../imatges/fondos/fondo.gif) left top #000000; 
	color: #474747;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px
	}
* {
	padding: 0px; 
	margin: 0px;}
a {
	border: none;
}

ul {
	list-style-type: none;
}
.clear {
	clear: both;
}
/*----MAIN PANEL----*/
#web {
	position:absolute;
	left: 50%;
	right: 50%;
	top: 50%;
	bottom: 50%;
	height: 588px;
	width: 772px;
	margin-top: -294px;
	margin-left: -386px;
}
#web #contenedor ul#menu{
	display: block;
	float:left;
	width: 192px;
	margin: 290px 0 0 93px ;
}

#web #contenedor ul#menu li {
	display: block;
	float:left;
	width: 192px;
	margin-bottom: 4px;

}

#web #contenedor ul#menu li a {
	display: block;
	float:left;
	width: 180px;
	padding: 6px 12px 6px 0;
	text-align: right;
	text-decoration: none;
	color: #474747;
	text-transform: uppercase;
	font-size: 10px;
	background: #fcfcfc;
	border-top: solid 2px #eeeeee;
	border-bottom: solid 2px #eeeeee;
	
}

#web #contenedor ul#menu li a.actual {
	background: #d6d6d6;
	color: #000000;
	font-weight: bold;
	border-color: #b7b7b7;
}
#web #contenedor ul#menu li a:hover, #web #contenedor ul#menu li a.actual:hover{
	background: #da2045;
	color: #fcfcfc;
	font-weight: bold;
	border-color: #b7b7b7;
	}
