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

<style type="text/css">

.botonera1{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 200px;
border: 1px solid #9A9A9A;
}

.botonera1 li a{
	color: #EADEA7;
	display: block;
	padding-left: 10px;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #3B280A;
	background-repeat: no-repeat;
	background-position: 2px top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFCC;
	text-align: left;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
}


* html .botonera1 li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 200px;
}

.botonera1 li a:visited, .markermenu li a:active{
	color: #FFFFCC;
}

.botonera1 li a:hover{
	color: #3B280A;
	background-color: #ffffcb; /*onMouseover image change. Remove if none*/
}

</style>
