/******************************************/
/*         BOTON COLUMNA LATERAL          */
/******************************************/

.lateral-button {
	width: 80%;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;	
}

.lateral-button a {
	float: left;
	background: url(../img_migracion/f_boton_lateral.gif) no-repeat left top;
	margin: 0px;
	padding: 0px 0px 0px 8px;
	text-decoration:none;
}

.lateral-button a span {
	float: left;
	display: block;
	background: url(../img_migracion/f_boton_lateral.gif) no-repeat right top;
	padding: 6px 15px 6px 6px;
	color: #ffffff;
	font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.lateral-button a span {float:none;}
/* End IE5-Mac hack */

.lateral-button a:hover span {
	color: #627EB7;
}

.lateral-button a:hover {
	background-position: 0% -26px;
	text-decoration: none;
	color: #C58019;
}

.lateral-button a:hover span {
	background-position: 100% -26px;
	text-decoration: none;
	color: #C58019;
}

/******************************************/
/*        BOTON CONTENIDO SECCIÓN         */
/******************************************/

.content-button {
	/* width: 70%;
	float: right; */
    margin: 0px 0px 0px 0px;
    padding: 0px 5px 2px 0px;
	line-height: 12px;
}

.content-button a {
	float: right;
	background: url(../img_migracion/f_boton_content.gif) no-repeat left top;
	margin: 0px;
	padding: 0px 0px 0px 8px;
	text-decoration: none;
	font-size: 10px;
}

.content-button a span {
	float: right;
	display: block;
	background: url(../img_migracion/f_boton_content.gif) no-repeat right top;
	padding: 6px 15px 6px 6px;
	color: #ffffff;
	font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.content-button a span {float:none;}
/* End IE5-Mac hack */

.content-button a:hover span {
	color: #627EB7;
}

.content-button a:hover {
	background-position: 0% -26px;
	text-decoration: none;
	color: #C58019;
}

.content-button a:hover span {
	background-position: 100% -26px;
	text-decoration: none;
	color: #C58019;
}

/******************************************/
/*          BOTON CAJA CONTENIDO          */
/******************************************/

.box-button {
    margin: 8px 0px 0px 77px;	
    padding: 0px 5px 2px 0px;
	line-height: 12px;
	letter-spacing: 0px;
}

.box-button a {
	float: left;
	background: url(../img_migracion/f_boton_tabla.gif) no-repeat left top;
	margin: 0px;
	padding: 0px 0px 0px 8px;
	text-decoration: none;
	font-size: 10px;
}

.box-button a span {
	float: left;
	display: block;
	background: url(../img_migracion/f_boton_tabla.gif) no-repeat right top;
	padding: 6px 15px 6px 6px;
	color: #ffffff;
	font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.box-button a span {float:none;}
/* End IE5-Mac hack */

.box-button a:hover span {
	color: #627EB7;
}

.box-button a:hover {
	background-position: 0% -26px;
	text-decoration: none;
	color: #C58019;
}

.box-button a:hover span {
	background-position: 100% -26px;
	text-decoration: none;
	color: #C58019;
}

/******************************************/
/*               BOTON TABLA              */
/******************************************/

.table-button {
    margin: 0px;	
    padding: 0px 5px 2px 0px;
	line-height: 12px;
	letter-spacing: 0px;
}

.table-button a {
	float: left;
	background: url(../img_migracion/f_boton_tabla.gif) no-repeat left top;
	margin: 0px;
	padding: 0px 0px 0px 8px;
	text-decoration: none;
	font-size: 10px;
}

.table-button a span {
	float: left;
	display: block;
	background: url(../img_migracion/f_boton_tabla.gif) no-repeat right top;
	padding: 6px 15px 6px 6px;
	color: #ffffff;
	font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.table-button a span {float:none;}
/* End IE5-Mac hack */

.table-button a:hover span {
	color: #627EB7;
}

.table-button a:hover {
	background-position: 0% -26px;
	text-decoration: none;
	color: #C58019;
}

.table-button a:hover span {
	background-position: 100% -26px;
	text-decoration: none;
	color: #C58019;
}

/******************************************/
/*            BOTONES TABLA 02            */
/******************************************/

.button-info {
	 float: left;
     margin: 0px;
     padding: 0px;
     width: 27px;
     height: 27px;
     background: url(../img_migracion/ico_info.gif) 0 0 no-repeat;
}

.button-info a {
     width: 27px;
     height: 27px;
     display: block;
     overflow: hidden;
     color: #333333;
     background: url(../img_migracion/ico_info.gif) 0 0 no-repeat;
}

.button-info a:hover {
     background-position: 0px -27px;
}

.button-cart {
	 float: left;
     margin: 0px 10px 0px 0px;
     padding: 0px;
     width: 27px;
     height: 27px;
     background: url(../img_migracion/ico_contratar.gif) 0 0 no-repeat;
}

.button-cart a {
     width: 27px;
     height: 27px;
     display: block;
     overflow: hidden;
     color: #333333;
     background: url(../img_migracion/ico_contratar.gif) 0 0 no-repeat;
}

.button-cart a:hover {
     background-position: 0px -27px;
}
