.pcb, .pcb span {
	background:url('../img/fondos/fondoSitio1.jpg') no-repeat;
	height: 23px;
	line-height: 23px;
	padding: 3px 0 7px 0;
}

.pcb, a.pcb:link, a.pcb:visited {
	color: #333;
	font-size: 11px;
	padding-left: 14px;
	text-decoration: none !important;
}
/* ie 6 hack */
* html div#frame .pcb {
	color: #333;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
}
/* ie 7 hack */
*:first-child+html .pcb {
	color: #333;
	padding-top: 0px;
	padding-bottom: 0px;
	text-decoration: none;
}

.pcb span {
	background-position: right -326px;
	padding-right: 14px;
}

a.boton_azul a.boton_azul:link, a.boton_azul:visited {
	color: #fff !important;
	font-size: 12px;
	font-weight: bold;
}
a.boton_azul:hover {
	background-position: left -27px;
}
a.boton_azul:hover span {
	background-position: right -353px;
}
a.boton_azul:active, .boton_azul_activo {
	background-position: left -54px;
}
a.boton_azul:active span, .boton_azul_activo span {
	background-position: right -380px;
}
body .boton_azul_deshabilitado {
	color: #A8BE69 !important;
	background-position: left -81px !important;
}
body .boton_azul_deshabilitado span {
	background-position: right -407px;
}