@charset "utf-8";
/* CSS Document */
.menu-carr {
	width: 749px;
	z-index: 10;
	float: right;
	height: 32px;
	background-image: url(../img/fondo2.jpg);
	background-repeat: repeat-x;
	padding-left: -1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D1CFD0;
}
#button {
	padding: 0;
	margin: 0px;
}
#button li  {
	font-family: Arial;
	font-size:10px;
	text-decoration: none;
	float:left;
	color: #333333;
	display: block;
	padding-top: 10px;
	padding-right: 8.5px;
	padding-bottom: 9px;
	padding-left: 9px;
	background-image: url(../img/fondo2.jpg);
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d2d0d1;
}

#button li:hover {
	font-family: Arial;
	font-size:10px;
	text-decoration: none;
	float:left;
	color: #999999;
	display: block;
	padding-top: 10px;
	padding-right: 8.5px;
	padding-bottom: 9px;
	padding-left: 9px;
	background-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #d2d0d1;
        cursor: pointer;
}

#button a  {
	font-family: Arial;
	font-size:10px;
	text-decoration: none;
	float:left;
	color: #333333;
}

#button a:hover {
	font-family: Arial;
	font-size:10px;
	text-decoration: none;
	float:left;
	color: #999999;
	display: block;
	
}

.cursor{
    cursor: pointer;
}

