/* Boton generico */
.bt_generic {
	color:			white;
	cursor: 		pointer;
	font-size:		10px;
	font-weight: 	bold;
	height:			23px;
	line-height: 	20px;
}

.bt_generic .bt_left {
	background: 	url(images/buttons/struct_left.jpg) no-repeat;
	float:			left;
	height:			23px;
	width:			11px;
}
	.bt_generic:hover .bt_left {
		background: 	url(images/buttons/struct_left_f2.jpg) no-repeat;
	}

.bt_generic .bt_center {
	background: 	url(images/buttons/struct_center.jpg) repeat-x;
	display: 		inline;
	float:			left;
	height:			23px;
}
	.bt_generic:hover .bt_center {
		background: 	url(images/buttons/struct_center_f2.jpg) repeat-x;
	}

.bt_generic .bt_right {
	background: 	url(images/buttons/struct_right.jpg) no-repeat;
	height:			23px;
	float:			left;
	width:			13px;
}
	.bt_generic:hover .bt_right {
		background: 	url(images/buttons/struct_right_f2.jpg) no-repeat;
	}
 
.bt_generic2 {
	color:			white;
	cursor: 		pointer;
	font-size:		10px;
	font-weight: 	bold;
	height:			23px;
	line-height: 	20px;
}

.bt_generic2 .bt_left {
	background: 	url(images/buttons/struct_left2.jpg) no-repeat;
	float:			left;
	height:			23px;
	width:			11px;
}
	.bt_generic2:hover .bt_left {
		background: 	url(images/buttons/struct_left_f2.jpg) no-repeat;
	}

.bt_generic2 .bt_center {
	background: 	url(images/buttons/struct_center2.jpg) repeat-x;
	display: 		inline;
	float:			left;
	height:			23px;
        text-decoration:        none;
}
	.bt_generic2:hover .bt_center {
		background: 	url(images/buttons/struct_center_f2.jpg) repeat-x;
	}

.bt_generic2 .bt_right {
	background: 	url(images/buttons/struct_right2.jpg) no-repeat;
	height:			23px;
	float:			left;
	width:			13px;
}
	.bt_generic2:hover .bt_right {
		background: 	url(images/buttons/struct_right_f2.jpg) no-repeat;
	}

/* version fondo azul claro */
.bt_generic .bt_left_blue {
	background: 	url(images/buttons/struct_left_blue.jpg) no-repeat;
	float:			left;
	height:			23px;
	width:			11px;
}
	.bt_generic:hover .bt_left_blue {
		background: 	url(images/buttons/struct_left_blue_f2.jpg) no-repeat;
	}

.bt_generic .bt_center_blue {
	background: 	url(images/buttons/struct_center.jpg) repeat-x;
	display: 		inline;
	float:			left;
	height:			23px;
}
	.bt_generic:hover .bt_center_blue {
		background: 	url(images/buttons/struct_center_f2.jpg) repeat-x;
	}

.bt_generic .bt_right_blue {
	background: 	url(images/buttons/struct_right_blue.jpg) no-repeat;
	height:			23px;
	float:			left;
	width:			13px;
}
	.bt_generic:hover .bt_right_blue {
		background: 	url(images/buttons/struct_right_blue_f2.jpg) no-repeat;
	}

/* BT ENVIAR : Mensaje nuevo */
.bt_enviar {
	background: 	url(images/buttons/bt_enviar.jpg) no-repeat;
	border: 		none;
	cursor: 		pointer;
	float: 			right;
	height: 		23px;
	margin-top: 	20px;
	width:			64px;
}

.bt_enviar:hover {
	background: 	url(images/buttons/bt_enviar_f2.jpg) no-repeat;
	border: 		none;
	height: 		23px;
	width:			64px;
}

.bt_buscar {
	background: 	url(images/buttons/bt_buscar.jpg) no-repeat;
	border: 		none;
	cursor: 		pointer;
	height: 		23px;
	width:			64px;
}

.bt_buscar:hover {
	background: 	url(images/buttons/bt_buscar_f2.jpg) no-repeat;
	border: 		none;
	height: 		23px;
	width:			64px;
}

.bt_entrar {
	background: 	url(images/buttons/bt_entrar.jpg) no-repeat;
	border: 		none;
	cursor: 		pointer;
	height: 		23px;
	width:			61px;
}

.bt_entrar:hover {
	background: 	url(images/buttons/bt_entrar_f2.jpg) no-repeat;
	border: 		none;
	height: 		23px;
	width:			61px;
}

.bt_vertodos {
	background: 	url(images/buttons/bt_vertodos.jpg) no-repeat;
	border: 		none;
	cursor: 		pointer;
	height: 		23px;
	margin-left:	10px;
	width:			79px;
}

.bt_vertodos:hover {
	background: 	url(images/buttons/bt_vertodos_f2.jpg) no-repeat;
	border: 		none;
	height: 		23px;
	width:			79px;
}

.bt_vertodas {
	background: 	url(images/buttons/bt_vertodas.jpg) no-repeat;
	border: 		none;
	cursor: 		pointer;
	height: 		23px;
	margin-left:	10px;
	width:			79px;
}

.bt_vertodas:hover {
	background: 	url(images/buttons/bt_vertodas_f2.jpg) no-repeat;
	border: 		none;
	height: 		23px;
	width:			79px;
}

.bt_subirnomina {
	background: 	url(images/buttons/bt_subirnomina.jpg) no-repeat;
	border: 		none;
	cursor: 		pointer;
	height: 		23px;
	margin-left:	30px;
	width:			151px;
}

.bt_subirnomina:hover {
	background: 	url(images/buttons/bt_subirnomina_f2.jpg) no-repeat;
	border: 		none;
	height: 		23px;
	width:			151px;
}

/* Boton entrar de Login*/
#logininner .bt_entrar, #logininner .bt_enviar {
	float:		right;
	margin-top: -28px;
}

body:nth-of-type(1) #logininner .bt_entrar, body:nth-of-type(1) #logininner .bt_enviar {
	margin-top: 0px;
}
