.arrowlistmenu{
width: 250px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: 15px Verdana;
color: rgb(99, 95, 96);
background: white url(../img/icono.jpg) no-repeat center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
font-weight: normal;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
padding-left: 20px; 
margin-left: 5px;
border-bottom: 1px solid #dadada; 
margin-top: 5px;
}

.menuheader:first-letter {
font: 15px Verdana;
color: rgb(99, 95, 96);
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../img/icono.jpg);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
font-family: Verdana;
color: rgb(99, 95, 96);
background:  no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 29px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 12px;
}

.arrowlistmenu ul li a:visited{
color: rgb(99, 95, 96);
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: rgb(99, 95, 96);
background-color: #F3F3F3;
}
.inferior {
text-align: center;
}
.inferior img{
margin-bottom: 20px;
}
.tablaMenu1 {
	width:230px;
	margin-left:auto; 
	margin-right:auto;
	padding-bottom: 0px;
	padding-top:0px;
	margin-top: 20px;
}
.tablaMenu1 td{
	font: 12px Verdana;
	color: rgb(99, 95, 96);
	/*padding: 4px 0 4px 10px; /*header text is indented 10px*/
	background: url(../img/icono.jpg) no-repeat center left; /*custom bullet list image*/
	padding-left: 30px; /*link text is indented 19px*/
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	font-weight: bold;
	/*border-bottom: 1px solid #dadada;*/
	/*font-size: 90%;*/
	border-style: solid;
	border-color: rgb(204, 204, 204);
	border-collapse: separate;
	border-top-width: 0px;
}
.tablaMenu1 a{
	font: 12px Verdana;
	color: rgb(99, 95, 96);
	text-decoration: none;
	font-weight: bold;
}
.tablaMenu2 {
	width:230px;
	margin-left:auto; 
	margin-right:auto;
	padding-bottom: 0px;
	padding-top:0px;
	margin-top: 20px;
	margin-bottom:20px;
}
.tablaMenu2tdder {
	border-left-width: 0px !IMPORTANT;
}
.tablaMenu2 td{
	font: 10px Verdana;
	color: rgb(99, 95, 96);
	/*padding: 4px 0 4px 10px; /*header text is indented 10px*/
	background: url(../img/icono.jpg) no-repeat center left; /*custom bullet list image*/
	padding-left: 0px; /*link text is indented 19px*/
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	font-weight: bold;
	/*border-bottom: 1px solid #dadada;*/
	/*font-size: 90%;*/
	border-style: solid;
	border-color: rgb(204, 204, 204);
	border-collapse: separate;
	border-top-width: 0px;
}

.tablaMenu2 a{
	font: 10px Verdana;
	color: rgb(99, 95, 96);
	text-decoration: none;
	font-weight: bold;
	margin-left: 20px;
}