/* CSS Document */

#menuspiloto{
	float:right;
	width:220px;
	height:auto;
	border: 1px solid #009933;
	margin-top:3px;
	margin-right:4px;
	padding:3px;
	background-color: #ECF7E6;
	-moz-border-radius: 8px;

}

#botones 
{
	text-align:center;
	background-color: #76a6e6;
	color: #990000;
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	width:100px;
	font-weight: 100;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	font-style: italic;
}


#botones  a
{
	height:15px;
	padding-top:2px;
	background:  #669900 url(b3.jpg) repeat-x;
	vertical-align:middle;
	width:100px;
	color: #01559A;
	text-decoration: none;
	display:block;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;

}
/*#botones a:link, a:visited{
	background:  #669900 url(b3.jpg) repeat-x;
	color: #01559A;}*/

#botones  a:hover
{
	background: #FFF8DF url(b4.jpg);
	color: #003366;
}

#botones  a:active
{
	background: #FFF8DF url(b4.jpg);
	color: #003366;
}

