@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: #333333;
	display: block;
	padding-left: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #CCCCCC;
	background-repeat: no-repeat;
	background-position: 2px top;
	text-align: center;
	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: #CCCCCC;
}

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

</style>
