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

.botonera {
	width: 500px;
	padding-left: 10px;
	float: right;
}
.botonera #boton {
	float: right;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #899687;
	font-weight: bold;
	text-decoration: none;
}
.botonera #boton A {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #899687;
	font-weight: bold;
	text-decoration: none;
}
.botonera #boton A:hover {
	text-decoration: none;
	color: #647162;
}
.botonera #boton_activo {
	float: right;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.botonera #boton_activo A {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #626C60;
	padding: 2px;
}
.botonera #boton_ayuda {
	float: left;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	margin-right: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E8E8E8;
	border-right-color: #E8E8E8;
	border-left-color: #E8E8E8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: bolder;
	text-decoration: none;
}
.botonera #boton_ayuda A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bolder;
	text-decoration: none;
}
.botonera #boton_ayuda A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B7D2EF;
	font-weight: bolder;
	text-decoration: none;
}

