@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#menus {
	background-image: url(images/fonsmenus.jpg);
	background-repeat: no-repeat;
}
#menus a {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
#menus a:hover {
	color: #E87400;
	text-decoration: none;
}

.inicio {
	text-transform: lowercase;
	text-decoration: underline;
	font-size: 0.7em;
	color: #D76B00;
	font-weight: bold;
}
#peu {
	font-size: 0.75em;
	color: #555555;
}
ul {
	color: #FF7F00;
	margin: 0px;
	padding: 0px;
	list-style-type: square;
}

#peu a {
	color: #222222;
	font-size: 0.9em;
}
.bordeSup {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.text {
	font-size: 0.8em;
	line-height: 20px;
}
#menus {
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
}



.fons2 {
	background-image: url(images/fons2.jpg);
	background-repeat:  repeat-x;
}
.colorTaronja {
	color: #D36501;
}
.textGran {
	font-size: 1.1em;
}

