@charset "utf-8";

#boton:link,#boton:visited {
	background-color: #CCCCCC;
	height: 20px;
	width: 150px;
	margin: 0px;
	float: left;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #800000;
	text-align: center;
	text-decoration: none;
	list-style-type: none;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #800000;
	border-bottom-color: #800000;
	border-left-color: #FFF;
	margin-top: 10px;	
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	
}

#boton:hover,#boton:active,#boton:focus  
{
	background-color: #333333;
	height: 20px;
	width: 150px;
	margin: 0px;
	float: left;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	list-style-type: none;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #800000;
	border-bottom-color: #800000;
	border-left-color: #FFF;
	margin-top: 10px;	
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


