/* Estilos generales para botones */
input[type=button],input[type=submit] {
	color: #666666;
	border: 1px solid #8A75A0;
	background-color: #EEEDF3;
	background-image: none;
}

/**********************************************/
	/* Estilos para botones genéricos             */
	/**********************************************/
.boton {
	display: table;
	border: 1px solid red;
	height: 25px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(./imagenes/botones/boton_derecha.png);
}

.boton div {
	border: 1px solid green;
	height: 25px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(./imagenes/botones/boton_izquierda.png);
}

.boton div div {
	border: 1px solid blue;
	height: 25px;
	margin-left: 9px;
	margin-right: 13px;
	margin-bottom: 5px;
	background-repeat: repeat-x;
	background-position: top right;
	background-image: url(./imagenes/botones/boton_centro.png);
}

.boton div div input {
	margin: 0px;
	height: 30px;
	padding-top: 2px;
	padding-bottom: 3px;
	border: 0px;
	color: #6d6d6d;
	font-weight: 500;
	font-size: 11px;
	font-family: Tahoma;
	background-color: transparent;
}

.bLimpiar {
	background-image: url(/centesc/estilos/imagenes/btform_limpiar.gif);
}

.bBuscarBlanco {
	background-image: url(/centesc/estilos/imagenes/bot_buscar_fblanc.gif);
}

/**********************************************/
	/* Botonones acciones de paginador (iconos)   */
	/**********************************************/ /* 
	Estilo general para los iconos. Se aplica PRIMERO
  	este estilo seguido del estilo del icono que sea.
  	Los estilos de icono empiezan por "I": iBorrar, etc.
 */
.icono {
	padding: 8px 9px 8px 9px;
	color: #cccccc;
	font-size: 0px;
	line-height: 0px;
	text-decoration: none;
	background-repeat: no-repeat;
	/*background-position: 50% 50%;*/
}

.icono:hover {
	text-decoration: none;
}

.iBorrar {
	background-image: url(./imagenes/botones/ico_borrar.gif);
}

.iBorrarDatos {
	background-image: url(./imagenes/botones/ico_borrardatos.gif);
}

.iCalendario {
	background-image: url(./imagenes/botones/ico_calendario.gif);
}

.iConsultar {
	background-image: url(./imagenes/botones/boton_consultar2.gif);
}

.iEditar {
	background-image: url(./imagenes/botones/ico_editar.gif);
}

.iEmail {
	padding: 10px 11px 10px 11px;
	background-image: url(./imagenes/botones/ico_email.gif);
}

.iExcel {
	background-image: url(./imagenes/botones/ico_excel.gif);
}

.iHome {
	padding: 10px 11px 10px 11px;
	background-image: url(./imagenes/botones/ico_home.gif);
}

.iImprimir {
	background-image: url(./imagenes/botones/ico_imprimir.gif);
}

.iPop {
	background-image: url(./imagenes/botones/ico_pop.gif);
}

.iValidar {
	background-image: url(./imagenes/botones/ico_validar.gif);
}

/* 
	Estilo para botones en IE6
 */
.actionButtons input {
	background-color: #EEEDF3;
	background-image: none;
	border: 1px solid #8A75A0;
	color: #666666;
	cursor: pointer;
	font-size: 10px;
	margin: 5px 5px 5px 0;
	font-weight: bold;
	padding: 1px 4px;
}

.formulario .botonera .botoneraEsqIzq input {
	background-color: #EEEDF3;
	background-image: none;
	border: 1px solid #8A75A0;
	color: #666666;
	cursor: pointer;
	font-size: 10px;
	margin: 5px 5px 5px 0;
	font-weight: bold;
	padding: 1px 4px;
}

.paginadorWrapper input {
	background-color: #EEEDF3;
	background-image: none;
	border: 1px solid #8A75A0;
	color: #666666;
	cursor: pointer;
	font-size: 10px;
	margin: 5px 5px 5px 0;
	font-weight: bold;
	padding: 1px 4px;
}

/* Estilo a aplicar a un boton con imagen */
.botonImagen {
	border-width: 0px;
}